We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab80b3d commit 773f912Copy full SHA for 773f912
composer.json
@@ -24,15 +24,12 @@
24
"ext-mbstring": "*"
25
},
26
"require-dev": {
27
- "mikehaertl/php-shellcommand": "^1.2.5",
28
- "phpstan/phpstan": "^1.4",
29
- "scrutinizer/ocular": "^1.6",
30
- "squizlabs/php_codesniffer": "^2.3 || ^3.0",
31
- "symfony/finder": "^4.4|^5.4|^6.0",
32
- "symfony/phpunit-bridge": "^5.4|^6.0"
33
- },
34
- "conflict": {
35
- "scrutinizer/ocular": "1.7.*"
+ "mikehaertl/php-shellcommand": "^1.7.0",
+ "phpstan/phpstan": "^1.10.57",
+ "scrutinizer/ocular": "^1.9",
+ "squizlabs/php_codesniffer": "^3.8.1",
+ "symfony/finder": "^6.4|^7.0",
+ "symfony/phpunit-bridge": "^7.0"
36
37
"autoload": {
38
"psr-4": {
0 commit comments