Skip to content

Commit 2262c10

Browse files
committed
Composer 2.0: Upgrading packages and requirements
Before I'm sure this package is composer 2.0 ready, I need to update and upgrade the depending packages and system requirements.
1 parent 5061e57 commit 2262c10

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@
2525
}
2626
},
2727
"require": {
28-
"php": ">=7.1",
28+
"php": ">=7.3",
2929
"ext-soap": "*",
3030
"ext-ctype": "*"
3131
},
3232
"require-dev": {
3333
"ext-pcntl": "*",
34-
"phpunit/phpunit": "^7.1",
35-
"phpunit/php-invoker": "^2.0",
36-
"phploc/phploc": "^4.0",
34+
"phpunit/phpunit": "^9.4",
35+
"phpunit/php-invoker": "^3.1",
36+
"phploc/phploc": "^7.0",
3737
"phpmd/phpmd": "^2.6",
38-
"sebastian/phpcpd": "^4.0",
38+
"sebastian/phpcpd": "^6.0",
3939
"pdepend/pdepend": "^2.5",
4040
"squizlabs/php_codesniffer": "^3.2",
4141
"phing/phing": "^2.16",
42-
"infection/infection": "^0.8",
43-
"sensiolabs/security-checker": "^5.0"
42+
"infection/infection": "^0.20",
43+
"sensiolabs/security-checker": "^6.0"
4444
},
4545
"scripts": {
4646
"phpcs": "phpcs",

0 commit comments

Comments
 (0)