Skip to content

Commit

Permalink
Loosen dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joostfaassen committed Jul 27, 2018
1 parent 99474a8 commit 18ec956
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"require": {
"php": ">=5.3",
"ramsey/uuid": "~2.0|~3.0",
"nelmio/alice": "~2.0",
"symfony/console": "~2.4",
"linkorb/database-manager": "~2.0"
"ramsey/uuid": "^2.0|^3.0",
"nelmio/alice": "^2.0",
"symfony/console": "^2.4|^3.0|^4.0",
"linkorb/database-manager": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.6"
"phpunit/phpunit": "^4.6"
},
"bin": ["bin/haigha"],
"autoload": {
Expand Down

0 comments on commit 18ec956

Please sign in to comment.