We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868399a commit fe8a646Copy full SHA for fe8a646
1 file changed
composer.json
@@ -17,16 +17,16 @@
17
],
18
"minimum-stability": "stable",
19
"require": {
20
- "php": ">=7.2",
21
- "nette/utils": "~3.0",
+ "php": "^7.2",
+ "nette/utils": "^3.0",
22
"nikic/php-parser": "^4.3",
23
- "phpstan/phpstan": "~0.12"
+ "phpstan/phpstan": "^0.12"
24
},
25
"require-dev": {
26
- "brainbits/phpcs-standard": "*",
+ "brainbits/phpcs-standard": "^3.0",
27
"ergebnis/phpstan-rules": "^0.14.2",
28
"ikvasnica/phpstan-clean-test": "^0.3.0",
29
- "php-coveralls/php-coveralls": "2.*",
+ "php-coveralls/php-coveralls": "^2.0",
30
"phpstan/phpstan-strict-rules": "~0.12",
31
"phpunit/phpunit": "^8.5.2 || ^9.0.0"
32
0 commit comments