Skip to content

Commit 01d0167

Browse files
authored
Merge pull request #5 from GrahamCampbell/patch-1
Support Symfony 5
2 parents 7094e66 + d3a84c7 commit 01d0167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"guzzlehttp/psr7": "^1.4",
1616
"php-http/client-common": "^2.0",
1717
"psr/log": "^1.0",
18-
"symfony/filesystem": "^3.4|^4.0",
19-
"symfony/options-resolver": "^3.4|^4.0"
18+
"symfony/filesystem": "^3.4|^4.0|^5.0",
19+
"symfony/options-resolver": "^3.4|^4.0|^5.0"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": ">= 4.2",
22+
"symfony/phpunit-bridge": "^4.2|^5.0",
2323
"friendsofphp/php-cs-fixer": "^2.14"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)