Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 2ff242e

Browse files
authored
Merge pull request #8 from scribbr/symfony-5
Symfony 5 compatibility
2 parents aa97b59 + 8b912a2 commit 2ff242e

File tree

2 files changed

+312
-189
lines changed

2 files changed

+312
-189
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require": {
1010
"php": ">=5.6.0",
1111
"guzzlehttp/guzzle": "^6.1",
12-
"symfony/filesystem": "^2.7|^3.0|^4.0"
12+
"symfony/filesystem": "^2.7|^3.0|^4.0|^5.0"
1313
},
1414
"suggest": {
1515
"doctrine/cache": "Allows caching of responses",
@@ -21,7 +21,7 @@
2121
"phpunit/phpunit": "^4.8",
2222
"doctrine/cache": "^1.1",
2323
"psr/cache": "^1.0",
24-
"symfony/phpunit-bridge": "^2.7|^3.0|^4.0"
24+
"symfony/phpunit-bridge": "^2.7|^3.0|^4.0|^5.0"
2525
},
2626
"autoload": {
2727
"psr-4": { "Csa\\GuzzleHttp\\Middleware\\Cache\\": "src" }
@@ -30,6 +30,7 @@
3030
"psr-4": { "Csa\\Tests\\GuzzleHttp\\Middleware\\Cache\\": "tests" }
3131
},
3232
"minimum-stability": "dev",
33+
"prefer-stable": true,
3334
"extra": {
3435
"branch-alias": {
3536
"dev-master": "1.0-dev"

0 commit comments

Comments
 (0)