Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-therond committed Oct 2, 2018
1 parent c2af665 commit 4cf939e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"require": {
"php": "^7.0",
"ircmaxell/php-cfg": "dev-master",
"symfony/yaml": "~3.3.6",
"symfony/console": "~3.3.5"
"symfony/yaml": ">=3.3.6",
"symfony/console": ">=3.3.5"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
Expand Down
4 changes: 2 additions & 2 deletions package/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"require": {
"php": "^7.0",
"ircmaxell/php-cfg": "dev-master",
"symfony/yaml": "~3.3.6",
"symfony/console": "~3.3.5"
"symfony/yaml": ">=3.3.6",
"symfony/console": ">=3.3.5"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
Expand Down

0 comments on commit 4cf939e

Please # to comment.