Skip to content

Commit

Permalink
Merge pull request #15 from seatplus/develop
Browse files Browse the repository at this point in the history
update kevinrob/guzzle-cache-middleware
  • Loading branch information
herpaderpaldent authored Apr 29, 2022
2 parents 08569ac + d2f3600 commit f1118d4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"php": "^8.0",
"ext-json": "*",
"firebase/php-jwt": "^5.4",
"kevinrob/guzzle-cache-middleware": "^3.4",
"kevinrob/guzzle-cache-middleware": "^4.0",
"nesbot/carbon": "^2.53",
"spatie/data-transfer-object": "^3.7"
},
Expand Down Expand Up @@ -55,7 +55,10 @@
"test-coverage": "XDEBUG_MODE=coverage ./vendor/bin/pest --coverage"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit f1118d4

Please sign in to comment.