Skip to content

Commit 82a122c

Browse files
committed
dropped php7.4 support, upgraded packages
1 parent 3d2c7df commit 82a122c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"description": "ReactPHP QueryList Scrapper",
44
"type": "library",
55
"require": {
6-
"php": "^7.4 || ^8.0",
6+
"php": "^8.0",
77
"ext-json": "*",
88
"jaeger/querylist": "^4.2",
9-
"react/http": "^1.5"
9+
"react/http": "^1.8"
1010
},
1111
"require-dev": {
12-
"phpstan/phpstan": "^0.12.99",
12+
"phpstan/phpstan": "^1.9",
1313
"phpunit/phpunit": "^9.5",
14-
"clue/block-react": "^1.4"
14+
"clue/block-react": "^1.5"
1515
},
1616
"license": "MIT",
1717
"autoload": {

0 commit comments

Comments
 (0)