Skip to content

Commit 34ff6ed

Browse files
committed
Fix up constraints.
1 parent baade2f commit 34ff6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.3",
15+
"php": ">=8.1",
1616
"php-collective/code-sniffer": "^0.1.0",
1717
"slevomat/coding-standard": "^8.3.0",
1818
"squizlabs/php_codesniffer": "^3.7.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^9.5",
21+
"phpunit/phpunit": "^10.3",
2222
"phpstan/phpstan": "^1.0.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)