Skip to content

Commit 50f5971

Browse files
committed
wip: fully test redirection functionality
1 parent e82e017 commit 50f5971

25 files changed

+2310
-701
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"require": {
1111
"ext-dom": "*",
1212
"ext-json": "*",
13-
"php": ">=8.1",
13+
"ext-curl": "*",
14+
"php": ">=8.4",
1415

1516
"phpgt/async": "^1.0",
1617
"phpgt/build": "^1.2",
@@ -45,8 +46,10 @@
4546
},
4647

4748
"require-dev": {
48-
"phpstan/phpstan": "v1.8.0",
49-
"phpunit/phpunit": "v9.5.21"
49+
"phpstan/phpstan": "^2.1",
50+
"phpunit/phpunit": "^12.4",
51+
"phpmd/phpmd": "^2.13",
52+
"squizlabs/php_codesniffer": "^3.7"
5053
},
5154

5255
"autoload": {

0 commit comments

Comments
 (0)