Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
6d1ad87d
Commit
6d1ad87d
authored
May 13, 2014
by
Christophe Coevoet
Committed by
Fabien Potencier
May 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the requirements in the subtree splits
parent
b0aa888c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/Silex/Api/composer.json
src/Silex/Api/composer.json
+1
-1
src/Silex/Provider/composer.json
src/Silex/Provider/composer.json
+2
-2
No files found.
src/Silex/Api/composer.json
View file @
6d1ad87d
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
],
],
"require"
:
{
"require"
:
{
"php"
:
">=5.3.3"
,
"php"
:
">=5.3.3"
,
"pimple/pimple"
:
"~
1.0
"
"pimple/pimple"
:
"~
2.1
"
},
},
"suggest"
:
{
"suggest"
:
{
"symfony/event-dispatcher"
:
"For EventListenerProviderInterface"
,
"symfony/event-dispatcher"
:
"For EventListenerProviderInterface"
,
...
...
src/Silex/Provider/composer.json
View file @
6d1ad87d
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
],
],
"require"
:
{
"require"
:
{
"php"
:
">=5.3.3"
,
"php"
:
">=5.3.3"
,
"pimple/pimple"
:
"~
1.0
"
,
"pimple/pimple"
:
"~
2.1
"
,
"silex/api"
:
"
*
"
"silex/api"
:
"
~2.0
"
},
},
"autoload"
:
{
"autoload"
:
{
"psr-0"
:
{
"Silex\\Provider"
:
""
}
"psr-0"
:
{
"Silex\\Provider"
:
""
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment