Skip to content

Commit c58e637

Browse files
committed
upgrade dependency require-dev and php8
1 parent ce18b07 commit c58e637

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"description": "Pacemaker library providing basic Magento 2 product URL rewrite import functionality",
44
"license": "MIT",
55
"require": {
6-
"php": ">=7.3.0",
7-
"techdivision/import-product": "^25.0.0"
6+
"php": "^8.1",
7+
"techdivision/import-product": "dev-compatibility-php-81"
88
},
99
"require-dev": {
10-
"doctrine/dbal": "2.5.*",
11-
"pdepend/pdepend": "2.5.2",
12-
"phpmd/phpmd": "@stable",
13-
"phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0",
14-
"sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0",
15-
"squizlabs/php_codesniffer": "~3.4.0|~3.6.0",
16-
"consolidation/robo": "~1.0",
17-
"mikey179/vfsstream": "~1.0",
18-
"symfony/http-kernel": "~2.0|~3.0|~4.0"
10+
"doctrine/dbal": "^4.0.4",
11+
"pdepend/pdepend": "^2.16.2",
12+
"phpmd/phpmd": "^2.15.0",
13+
"phpunit/phpunit": "^11.2.5",
14+
"sebastian/phpcpd": "^2.0.1",
15+
"squizlabs/php_codesniffer": "^3.10.1",
16+
"consolidation/robo": "^4.0.2",
17+
"mikey179/vfsstream": "v1.6.11",
18+
"symfony/http-kernel": "v4.4.51"
1919
},
2020
"minimum-stability": "dev",
2121
"prefer-stable": true,

0 commit comments

Comments
 (0)