We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a7a8a commit bd511cfCopy full SHA for bd511cf
composer.json
@@ -4,13 +4,13 @@
4
"type": "library",
5
"license": "MIT",
6
"require": {
7
- "php": "^7.2 || ^8.0",
+ "php": "^8.0",
8
"psr/http-client": "^1.0",
9
"psr/http-message": "^1.0"
10
},
11
"require-dev": {
12
- "phpspec/prophecy": "^1.12",
13
- "phpunit/phpunit": "^8.0 || ^9.0",
+ "phpspec/prophecy": "^1.17",
+ "phpunit/phpunit": "^9.0 || ^10.0",
14
"squizlabs/php_codesniffer": "^3.5"
15
16
"autoload": {
0 commit comments