Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Allow php7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mischa Braam committed Sep 10, 2021
1 parent fa6da79 commit fd0ba26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"name": "weprovide/magento2-core",
"description": "",
"type": "magento2-module",
"version": "1.0",
"version": "1.0.1",
"license": "MIT",
"authors": [
{
"email": "[email protected]",
"name": "Sander Merks"
}
],
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"php": ">=7.1 <8.0",
"magento/framework": ">=102.0"
},
"autoload": {
Expand Down

0 comments on commit fd0ba26

Please sign in to comment.