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
69c545c6
Commit
69c545c6
authored
Sep 10, 2013
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update constraints from ~1.0 to ~1.1
parent
466beac0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+1
-1
bin/skeleton/fat_composer.json
bin/skeleton/fat_composer.json
+1
-1
bin/skeleton/slim_composer.json
bin/skeleton/slim_composer.json
+1
-1
doc/usage.rst
doc/usage.rst
+2
-2
No files found.
README.md
View file @
69c545c6
...
...
@@ -30,7 +30,7 @@ run the `php composer.phar install` command to install it:
{
"require": {
"silex/silex": "~1.
0
"
"silex/silex": "~1.
1
"
}
}
...
...
bin/skeleton/fat_composer.json
View file @
69c545c6
{
"require"
:
{
"silex/silex"
:
"~1.
0
"
,
"silex/silex"
:
"~1.
1
"
,
"symfony/browser-kit"
:
"~2.3"
,
"symfony/console"
:
"~2.3"
,
"symfony/config"
:
"~2.3"
,
...
...
bin/skeleton/slim_composer.json
View file @
69c545c6
{
"require"
:
{
"silex/silex"
:
"~1.
0
"
"silex/silex"
:
"~1.
1
"
}
}
doc/usage.rst
View file @
69c545c6
...
...
@@ -25,7 +25,7 @@ If you want more flexibility, use Composer instead. Create a
{
"require": {
"silex/silex": "~1.
0
"
"silex/silex": "~1.
1
"
}
}
...
...
@@ -462,7 +462,7 @@ the defaults for new controllers.
.. note::
The global configuration does not apply to controller providers you might
mount as they have their own global configuration (read the
mount as they have their own global configuration (read the
:doc:`dedicated chapter<organizing_controllers>` for more information).
Error handlers
...
...
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