We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32be80f commit 0472ab5Copy full SHA for 0472ab5
composer.json
@@ -12,15 +12,15 @@
12
],
13
"require": {
14
"php": "^7.2 || ^8.0",
15
- "phpstan/phpstan": "^0.12"
+ "phpstan/phpstan": "^1.2"
16
},
17
"require-dev": {
18
- "phpunit/phpunit": "^8.0.4",
19
- "antlr/antlr4-php-runtime": "^0.5.1",
20
- "slevomat/coding-standard": "^7.0.14",
21
- "squizlabs/php_codesniffer": "^3.4.1",
22
- "phpstan/phpstan-phpunit": "^0.12",
23
- "phpstan/extension-installer": "^1.0"
+ "phpunit/phpunit": "^9.5",
+ "antlr/antlr4-php-runtime": "^0.5",
+ "slevomat/coding-standard": "^7.0",
+ "squizlabs/php_codesniffer": "^3.6",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpstan/extension-installer": "^1.1"
24
25
"autoload": {
26
"psr-4": {
0 commit comments