Skip to content

Commit

Permalink
Merge pull request #53 from FlashpointBV/feature/php-version-constraint
Browse files Browse the repository at this point in the history
Allow using the package with php 8+
  • Loading branch information
mrdevries committed Jun 3, 2022
2 parents 38152e9 + cc778f1 commit 79e959e
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": "Fast product import library for Magento 2",
"type": "magento2-module",
"require": {
"php": "~7.0"
"php": "~7.0|^8.0"
},
"license": [
"MIT"
Expand Down

0 comments on commit 79e959e

Please sign in to comment.