Skip to content

Commit

Permalink
Require PHP 7.1+ or 8.0.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Apr 29, 2022
1 parent ee19ff8 commit 8448dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": "~7.1||^8.0.10",
"php": "~7.1||^8.0.11",
"composer-runtime-api": "^2.1",
"ext-curl": "*",
"ext-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion misc/ext-template/composer.json
Expand Up @@ -7,7 +7,7 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": "~7.1||~8.0"
"php": "~7.1||^8.0.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8448dbc

Please sign in to comment.