We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5061e57 commit 2262c10Copy full SHA for 2262c10
composer.json
@@ -25,22 +25,22 @@
25
}
26
},
27
"require": {
28
- "php": ">=7.1",
+ "php": ">=7.3",
29
"ext-soap": "*",
30
"ext-ctype": "*"
31
32
"require-dev": {
33
"ext-pcntl": "*",
34
- "phpunit/phpunit": "^7.1",
35
- "phpunit/php-invoker": "^2.0",
36
- "phploc/phploc": "^4.0",
+ "phpunit/phpunit": "^9.4",
+ "phpunit/php-invoker": "^3.1",
+ "phploc/phploc": "^7.0",
37
"phpmd/phpmd": "^2.6",
38
- "sebastian/phpcpd": "^4.0",
+ "sebastian/phpcpd": "^6.0",
39
"pdepend/pdepend": "^2.5",
40
"squizlabs/php_codesniffer": "^3.2",
41
"phing/phing": "^2.16",
42
- "infection/infection": "^0.8",
43
- "sensiolabs/security-checker": "^5.0"
+ "infection/infection": "^0.20",
+ "sensiolabs/security-checker": "^6.0"
44
45
"scripts": {
46
"phpcs": "phpcs",
0 commit comments