Skip to content

Commit f16daf9

Browse files
committed
FIX PHP version constraints
1 parent fa07440 commit f16daf9

2 files changed

Lines changed: 39 additions & 39 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"php": "^8.0 || ^8.1 || ^8.2"
25+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2626
},
2727
"require-dev": {
2828
"phpstan/phpstan": "^1.5",

composer.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)