Skip to content

Commit e8bb549

Browse files
committed
Adjust dependency constraints
1 parent ba2014f commit e8bb549

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
@@ -24,10 +24,10 @@
2424
}
2525
],
2626
"require": {
27-
"php": "~8.3"
27+
"php": "^8.3"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "11"
30+
"phpunit/phpunit": "^11"
3131
},
3232
"scripts": {
3333
"test": "vendor/bin/phpunit test"

0 commit comments

Comments
 (0)