Skip to content

Commit 7a32e13

Browse files
author
Greg Bowler
committed
build: upgrade dependencies
1 parent bdeab98 commit 7a32e13

11 files changed

+1479
-594
lines changed

composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
"license": "MIT",
55

66
"require": {
7-
"php": ">=7.4",
7+
"php": ">=8.1",
88
"ext-dom": "*",
99
"phpgt/promise": "^2.0"
1010
},
1111
"require-dev": {
12-
"phpstan/phpstan": "^v1.8",
13-
"phpunit/phpunit": "^v9.5"
12+
"phpstan/phpstan": "^1.10",
13+
"phpunit/phpunit": "^10.1",
14+
"phpmd/phpmd": "^2.13",
15+
"squizlabs/php_codesniffer": "^3.7"
1416
},
1517

1618
"autoload": {

0 commit comments

Comments
 (0)