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

Commit

Permalink
Merge pull request #8 from scribbr/symfony-5
Browse files Browse the repository at this point in the history
Symfony 5 compatibility
  • Loading branch information
csarrazi authored Nov 26, 2019
2 parents aa97b59 + 8b912a2 commit 2ff242e
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 189 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "^6.1",
"symfony/filesystem": "^2.7|^3.0|^4.0"
"symfony/filesystem": "^2.7|^3.0|^4.0|^5.0"
},
"suggest": {
"doctrine/cache": "Allows caching of responses",
Expand All @@ -21,7 +21,7 @@
"phpunit/phpunit": "^4.8",
"doctrine/cache": "^1.1",
"psr/cache": "^1.0",
"symfony/phpunit-bridge": "^2.7|^3.0|^4.0"
"symfony/phpunit-bridge": "^2.7|^3.0|^4.0|^5.0"
},
"autoload": {
"psr-4": { "Csa\\GuzzleHttp\\Middleware\\Cache\\": "src" }
Expand All @@ -30,6 +30,7 @@
"psr-4": { "Csa\\Tests\\GuzzleHttp\\Middleware\\Cache\\": "tests" }
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
Expand Down
Loading

0 comments on commit 2ff242e

Please sign in to comment.