Skip to content

Commit

Permalink
feat: Allow installation on PHP 8.3 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Sep 21, 2023
1 parent e585218 commit bf11ff7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"issues": "https://issues.shopware.com"
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-ctype": "*",
"ext-curl": "*",
"ext-date": "*",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

2 changes: 1 addition & 1 deletion recovery/common/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"knplabs/gaufrette": "0.11.1",
"pimple/pimple": "3.5.0",
"slim/slim": "2.6.3",
Expand Down
4 changes: 2 additions & 2 deletions recovery/common/composer.lock

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

0 comments on commit bf11ff7

Please sign in to comment.