Skip to content

Commit 31a349d

Browse files
committed
Test more versions
1 parent 2ab207e commit 31a349d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,16 @@
1919
},
2020
"require-dev": {
2121
"nette/application": "^3.0",
22-
"nette/di": "^3.1.10",
22+
"nette/di": "^3.0",
2323
"nette/forms": "^3.0",
24-
"nette/utils": "^2.3.0 || ^3.0.0",
24+
"nette/utils": "^2.3.0 || ^3.0.0 || ^4.0",
2525
"php-parallel-lint/php-parallel-lint": "^1.2",
2626
"phpstan/phpstan-deprecation-rules": "^2.0",
2727
"phpstan/phpstan-phpunit": "^2.0.8",
2828
"phpstan/phpstan-strict-rules": "^2.0",
2929
"phpunit/phpunit": "^9.6"
3030
},
3131
"config": {
32-
"platform": {
33-
"php": "7.4.6"
34-
},
3532
"sort-packages": true
3633
},
3734
"extra": {

0 commit comments

Comments
 (0)