Skip to content

Commit

Permalink
Merge pull request #17 from Vendic/Tjitse-E-patch-1
Browse files Browse the repository at this point in the history
Allow php 8.3
  • Loading branch information
Tjitse-E authored Nov 4, 2024
2 parents 74b1b35 + 9362bf3 commit 6371cf0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "vendic/hyva-checkout-geissweb-euvat",
"description": "Hyvä checkout compatibility module for Geissweb EUVAT",
"require": {
"php": "~8.1.0|~8.2.0",
"geissweb/module-euvat": "^1.19",
"hyva-themes/magento2-hyva-checkout": "^1.1"
},
"type": "magento2-module",
"license": [
"MIT"
"name": "vendic/hyva-checkout-geissweb-euvat",
"description": "Hyvä checkout compatibility module for Geissweb EUVAT",
"require": {
"php": "~8.1.0|~8.2.0|~8.3.0",
"geissweb/module-euvat": "^1.19",
"hyva-themes/magento2-hyva-checkout": "^1.1"
},
"type": "magento2-module",
"license": [
"MIT"
],
"autoload": {
"files": [
"registration.php"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Vendic\\HyvaCheckoutGeisswebEuvat\\": ""
}
"psr-4": {
"Vendic\\HyvaCheckoutGeisswebEuvat\\": ""
}
}
}

0 comments on commit 6371cf0

Please sign in to comment.