Skip to content

Commit

Permalink
Adding support for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszkubicki committed Dec 20, 2021
1 parent a861359 commit 6a48746
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0"
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0"
},
"autoload": {
"psr-4": {
Expand All @@ -19,11 +19,16 @@
]
},
"type": "magento2-module",
"version": "2.0.9",
"version": "2.1.0",
"authors": [
{
"name": "PCA Predict",
"email": "support@pcapredict.com"
}
]
],
"scripts": {
"post-install-cmd": [
"echo \"This package should be replaced with anything up to date. Created only to provide support for PHP 7.4\""
]
}
}

0 comments on commit 6a48746

Please # to comment.