Skip to content

Commit fe8a646

Browse files
author
Stephan Wentz
committed
Use sane versions in composer.json
1 parent 868399a commit fe8a646

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
],
1818
"minimum-stability": "stable",
1919
"require": {
20-
"php": ">=7.2",
21-
"nette/utils": "~3.0",
20+
"php": "^7.2",
21+
"nette/utils": "^3.0",
2222
"nikic/php-parser": "^4.3",
23-
"phpstan/phpstan": "~0.12"
23+
"phpstan/phpstan": "^0.12"
2424
},
2525
"require-dev": {
26-
"brainbits/phpcs-standard": "*",
26+
"brainbits/phpcs-standard": "^3.0",
2727
"ergebnis/phpstan-rules": "^0.14.2",
2828
"ikvasnica/phpstan-clean-test": "^0.3.0",
29-
"php-coveralls/php-coveralls": "2.*",
29+
"php-coveralls/php-coveralls": "^2.0",
3030
"phpstan/phpstan-strict-rules": "~0.12",
3131
"phpunit/phpunit": "^8.5.2 || ^9.0.0"
3232
},

0 commit comments

Comments
 (0)