Skip to content

Commit

Permalink
update for php >= 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed Mar 21, 2022
1 parent 2ff6a46 commit 2ed9373
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

* Refactoring deprecated classes. see https://github.com/techdivision/import-cli-simple/blob/master/UPGRADE-4.0.0.md
* Prepare optimze performance cache
* PAC-541: Update composer with php Version ">=^7.3"

# Version 26.0.0

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"description": "Pacemaker library providing basic Magento 2 EE product media import functionality",
"license": "MIT",
"require": {
"php": ">=7.2.0",
"php": ">=7.3.0",
"techdivision/import-product-ee": "dev-master",
"techdivision/import-product-media": "dev-master"
},
"require-dev": {
"doctrine/dbal": "2.5.*",
"pdepend/pdepend": "2.5.2",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "^6.5.0|^8.0.0",
"phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0",
"sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0",
"squizlabs/php_codesniffer": "~3.4.0",
"squizlabs/php_codesniffer": "~3.4.0|~3.6.0",
"consolidation/robo": "~1.0",
"mikey179/vfsstream": "~1.0",
"symfony/http-kernel": "~3.4"
"symfony/http-kernel": "~2.0|~3.0|~4.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 2ed9373

Please sign in to comment.