Skip to content

Commit

Permalink
PHP 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
salgua committed Jun 6, 2024
1 parent 3e3174e commit c53e4c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
],
"require": {
"php": "~5.5.0|~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0",
"magento/framework": "~100.0|~101.0|~102.0|~103.0",
"magento/module-customer": "~100.0|~100.1|~100.2|~101.0|~102.0|~103.0"
"php": "~5.5.0|~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
"magento/framework": "~100.0|~101.0|~102.0|~103.0|~104.0",
"magento/module-customer": "~100.0|~100.1|~100.2|~101.0|~102.0|~103.0|~104.0"
},
"autoload": {
"files": [ "registration.php" ],
Expand Down

0 comments on commit c53e4c6

Please sign in to comment.