Skip to content

Commit

Permalink
Merge pull request #12 from michelheitbrink/add-php-83-support
Browse files Browse the repository at this point in the history
Add support for PHP 8.3
  • Loading branch information
chris-returnless authored Jul 30, 2024
2 parents e812b41 + d140180 commit 0d74200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Returnless Connector",
"type": "magento2-module",
"require": {
"php": "~7.0.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0|8.0.*|8.1.*|8.2.*"
"php": "~7.0.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0|8.0.*|8.1.*|8.2.*|8.3.*"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 0d74200

Please sign in to comment.