Skip to content

Commit 850aecf

Browse files
Merge pull request #18 from DaveLiddament/fix/php-version
FIX PHP version constraints
2 parents fa07440 + f16daf9 commit 850aecf

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)