Skip to content

Commit bd511cf

Browse files
committed
Update dependencies, drop support for PHP < 8.0
1 parent a6a7a8a commit bd511cf

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
@@ -4,13 +4,13 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2 || ^8.0",
7+
"php": "^8.0",
88
"psr/http-client": "^1.0",
99
"psr/http-message": "^1.0"
1010
},
1111
"require-dev": {
12-
"phpspec/prophecy": "^1.12",
13-
"phpunit/phpunit": "^8.0 || ^9.0",
12+
"phpspec/prophecy": "^1.17",
13+
"phpunit/phpunit": "^9.0 || ^10.0",
1414
"squizlabs/php_codesniffer": "^3.5"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)