Skip to content

Commit 97eb390

Browse files
committed
upgrade dependency require-dev and php8
1 parent 33c1682 commit 97eb390

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name" : "techdivision/import-configuration",
2+
"name" : "techdivision/import-configuration",
33
"description": "The configuration interfaces for generic import functionality implementations",
44
"license": "MIT",
55
"require": {
6-
"php": ">=7.2.0"
6+
"php": "^8.1"
77
},
88
"require-dev": {
9-
"doctrine/dbal": "2.5.*",
10-
"pdepend/pdepend": "2.5.2",
11-
"phpmd/phpmd": "@stable",
12-
"phpunit/phpunit": "^6.5.0|^8.0.0",
13-
"sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0",
14-
"squizlabs/php_codesniffer": "~3.4.0",
15-
"consolidation/robo": "~1.0",
16-
"mikey179/vfsstream": "~1.0",
17-
"symfony/http-kernel": "~3.4"
9+
"doctrine/dbal": "^4.0.4",
10+
"pdepend/pdepend": "^2.16.2",
11+
"phpmd/phpmd": "^2.15.0",
12+
"phpunit/phpunit": "^11.2.5",
13+
"sebastian/phpcpd": "^2.0.1",
14+
"squizlabs/php_codesniffer": "^3.10.1",
15+
"consolidation/robo": "^4.0.2",
16+
"mikey179/vfsstream": "v1.6.11",
17+
"symfony/http-kernel": "v4.4.51"
1818
},
1919
"authors": [
2020
{

0 commit comments

Comments
 (0)