Skip to content

Commit 4cf939e

Browse files
committed
update
1 parent c2af665 commit 4cf939e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"require": {
1212
"php": "^7.0",
1313
"ircmaxell/php-cfg": "dev-master",
14-
"symfony/yaml": "~3.3.6",
15-
"symfony/console": "~3.3.5"
14+
"symfony/yaml": ">=3.3.6",
15+
"symfony/console": ">=3.3.5"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^6.0"

package/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"require": {
1212
"php": "^7.0",
1313
"ircmaxell/php-cfg": "dev-master",
14-
"symfony/yaml": "~3.3.6",
15-
"symfony/console": "~3.3.5"
14+
"symfony/yaml": ">=3.3.6",
15+
"symfony/console": ">=3.3.5"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^6.0"

0 commit comments

Comments
 (0)