Skip to content

Commit

Permalink
Merge pull request #18 from DaveLiddament/fix/php-version
Browse files Browse the repository at this point in the history
FIX PHP version constraints
  • Loading branch information
DaveLiddament authored Jan 5, 2023
2 parents fa07440 + f16daf9 commit 850aecf
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"require": {
"php": "^8.0 || ^8.1 || ^8.2"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"phpstan/phpstan": "^1.5",
Expand Down
76 changes: 38 additions & 38 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 850aecf

Please sign in to comment.