Skip to content

Commit 392ab3c

Browse files
authored
Update composer.json
1 parent 1508a92 commit 392ab3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"php": ">=7.4"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^9.5",
17+
"phpunit/phpunit": "^12.2.7",
1818
"yoast/phpunit-polyfills": "^4.0",
1919
"wp-coding-standards/wpcs": "^3.1",
20-
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
21-
"php-stubs/wordpress-stubs": "^6.8",
22-
"szepeviktor/phpstan-wordpress": "^1.3",
23-
"phpstan/phpstan": "^1.0"
20+
"dealerdirect/phpcodesniffer-composer-installer": "^1.1.1",
21+
"php-stubs/wordpress-stubs": "^6.8.1",
22+
"szepeviktor/phpstan-wordpress": "^2.0.2",
23+
"phpstan/phpstan": "^2.1.17"
2424
},
2525
"config": {
2626
"allow-plugins": {
2727
"dealerdirect/phpcodesniffer-composer-installer": true
2828
}
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)