Skip to content

Commit

Permalink
Fix loose constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
danielboendergaard committed Mar 16, 2020
1 parent 49a48d2 commit d2a7c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
/.idea
/test
/vendor
composer.phar
composer.lock
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": ">=5.4.0",
"symfony/http-foundation": ">=2.6",
"symfony/process": ">=2.6"
"symfony/http-foundation": ">=2.6 <5.0",
"symfony/process": ">=2.6 <5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d2a7c3b

Please sign in to comment.