Skip to content

Commit

Permalink
upgrade dependency require-dev and php8
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed Jun 28, 2024
1 parent e2d376a commit f645381
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"description": "Pacemaker library providing basic Magento 2 grouped product import functionality",
"license": "MIT",
"require": {
"php": ">=7.3.0",
"techdivision/import-product-link": "^25.0.0"
"php": "^8.1",
"techdivision/import-product-link": "dev-compatibility-php-81"
},
"require-dev": {
"doctrine/dbal": "2.5.*",
"pdepend/pdepend": "2.5.2",
"phpmd/phpmd": "@stable",
"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|~3.6.0",
"consolidation/robo": "~1.0",
"mikey179/vfsstream": "~1.0",
"symfony/http-kernel": "~2.0|~3.0|~4.0"
"doctrine/dbal": "^4.0.4",
"pdepend/pdepend": "^2.16.2",
"phpmd/phpmd": "^2.15.0",
"phpunit/phpunit": "^11.2.5",
"sebastian/phpcpd": "^2.0.1",
"squizlabs/php_codesniffer": "^3.10.1",
"consolidation/robo": "^4.0.2",
"mikey179/vfsstream": "v1.6.11",
"symfony/http-kernel": "v4.4.51"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit f645381

Please sign in to comment.