Skip to content

Commit

Permalink
Merge pull request #3 from Vendic/feature/php-8.2
Browse files Browse the repository at this point in the history
Allow PHP 8.2
  • Loading branch information
kis28viktor committed Jan 22, 2024
2 parents 1392c3f + 680ab98 commit 471b73b
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 @@ -2,7 +2,7 @@
"name": "vendic/magento2-offlinepayments",
"description": "Add three offline payment methods (Cash, Prepaid and one customizable payment method) to Magento 2. Enable/disable per store view",
"require": {
"php": "~7.3.0|~7.4.0|~8.1.0",
"php": "~7.3.0|~7.4.0|~8.1.0|~8.2.0",
"magento/framework": "103.0.*"
},
"type": "magento2-module",
Expand Down

0 comments on commit 471b73b

Please sign in to comment.