Skip to content

Commit deb677e

Browse files
authored
Allow Symfony 5 installation (#229)
* update for higher options resolvers, sf5 * use dev dep for testing * revert dep * updated phpunit-bridge to 5.0 too
1 parent 28447f2 commit deb677e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"j0k3r/graby-site-config": "^1.0",
2222
"simplepie/simplepie": "^1.3.1",
2323
"fossar/htmlawed": "^1.2.4",
24-
"symfony/options-resolver": "~2.6|~3.0|~4.0",
24+
"symfony/options-resolver": "~2.6|~3.0|~4.0|~5.0",
2525
"monolog/monolog": "^1.13.1",
2626
"smalot/pdfparser": "~0.11",
2727
"true/punycode": "~2.1",
@@ -35,7 +35,7 @@
3535
},
3636
"require-dev": {
3737
"friendsofphp/php-cs-fixer": "~2.14",
38-
"symfony/phpunit-bridge": "~2.6|~3.0|~4.0",
38+
"symfony/phpunit-bridge": "~2.6|~3.0|~4.0|^5.0",
3939
"php-http/mock-client": "^1.2",
4040
"php-http/guzzle6-adapter": "^2.0",
4141
"php-coveralls/php-coveralls": "^2.0",

0 commit comments

Comments
 (0)