Skip to content

Commit

Permalink
Merge pull request #5 from sasezaki/composer-requirements
Browse files Browse the repository at this point in the history
Allow php:^8.0, because the possibility of a BC break is not present …
  • Loading branch information
sasezaki authored Mar 21, 2023
2 parents 2340728 + 05386e0 commit bcb90c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
}
],
"require": {
"php": "^7.2 || ~8.0.0 || ~8.1.0 || ~8.2.0"
"php": "^7.2 || ^8.0"
},
"require-dev": {
"ext-simplexml": "*",
"psr/log": "^1",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^5",
"weirdan/codeception-psalm-module": "^0.14.0"
Expand Down
5 changes: 2 additions & 3 deletions composer.lock

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

0 comments on commit bcb90c0

Please sign in to comment.