Skip to content

Commit

Permalink
Merge pull request #2 from EdwinLove/master
Browse files Browse the repository at this point in the history
Update allowed symphony process version so it will work with admin
  • Loading branch information
gavinlove committed May 6, 2014
2 parents 0ce90b6 + 27b2a38 commit 6b8f1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ php:
env:
- SYMFONY_VERSION="2.2.*"
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.4.*"

before_script:
- curl -s http://getcomposer.org/installer | php
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=5.3.3",
"symfony/process": "2.2.*"
"symfony/process": ">=2.2,<=2.4"
},
"suggest": {
"symfony/filesystem": "Allows using Symfony Filesystem"
Expand Down

0 comments on commit 6b8f1a1

Please sign in to comment.