Skip to content

Commit 3a7b6eb

Browse files
committed
upgrade dependency require-dev and php8
1 parent 92048ab commit 3a7b6eb

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
@@ -5,19 +5,19 @@
55
"minimum-stability": "dev",
66
"prefer-stable": true,
77
"require": {
8-
"php": ">=7.3.0",
9-
"techdivision/import-serializer": "^1.0.0"
8+
"php": "^8.1",
9+
"techdivision/import-serializer": "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
"authors": [
2323
{

0 commit comments

Comments
 (0)