Skip to content

Commit

Permalink
FIX PHP version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLiddament committed Jan 5, 2023
1 parent fa07440 commit f16daf9
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 f16daf9

Please sign in to comment.