Skip to content

Commit b3d99c2

Browse files
authored
Update composer.json
1 parent c30a21c commit b3d99c2

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
@@ -16,10 +16,10 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2"
19+
"php": "^8.2"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^8.0|^9.0"
22+
"phpunit/phpunit": "^11.0"
2323
},
2424
"scripts": {
2525
"test": "phpunit"

0 commit comments

Comments
 (0)