Skip to content

Commit 434bd53

Browse files
committed
upgrade dependency require-dev and php8
1 parent 3cce2d8 commit 434bd53

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"description": "Pacemaker library providing the functionality to convert a CSV file with attribute option values from a CSV file with products",
44
"license": "MIT",
55
"require": {
6-
"php": ">=7.3.0",
7-
"techdivision/import-product": "^25.0.0",
8-
"techdivision/import-attribute": "^22.0.0",
9-
"techdivision/import-converter": "^11.0.0"
6+
"php": "^8.1",
7+
"techdivision/import-product": "dev-compatibility-php-81",
8+
"techdivision/import-attribute": "dev-compatibility-php-81",
9+
"techdivision/import-converter": "dev-compatibility-php-81"
1010
},
1111
"require-dev": {
12-
"doctrine/dbal": "2.5.*",
13-
"pdepend/pdepend": "2.5.2",
14-
"phpmd/phpmd": "@stable",
15-
"phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0",
16-
"sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0",
17-
"squizlabs/php_codesniffer": "~3.4.0|~3.6.0",
18-
"consolidation/robo": "~1.0",
19-
"mikey179/vfsstream": "~1.0",
20-
"symfony/http-kernel": "~2.0|~3.0|~4.0"
12+
"doctrine/dbal": "^4.0.4",
13+
"pdepend/pdepend": "^2.16.2",
14+
"phpmd/phpmd": "^2.15.0",
15+
"phpunit/phpunit": "^11.2.5",
16+
"sebastian/phpcpd": "^2.0.1",
17+
"squizlabs/php_codesniffer": "^3.10.1",
18+
"consolidation/robo": "^4.0.2",
19+
"mikey179/vfsstream": "v1.6.11",
20+
"symfony/http-kernel": "v4.4.51"
2121
},
2222
"minimum-stability": "dev",
2323
"prefer-stable": true,

0 commit comments

Comments
 (0)