We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0fda3 commit 5968d00Copy full SHA for 5968d00
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
push:
8
branches:
9
- - "1.1.x"
+ - "2.0.x"
10
11
jobs:
12
lint:
composer.json
@@ -6,8 +6,8 @@
"MIT"
],
"require": {
- "php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.12.1"
+ "php": "^7.4 || ^8.0",
+ "phpstan/phpstan": "^2.0"
},
"conflict": {
13
"nette/application": "<2.3.0",
@@ -23,9 +23,9 @@
23
"nette/utils": "^2.3.0 || ^3.0.0",
24
"nikic/php-parser": "^4.13.2",
25
"php-parallel-lint/php-parallel-lint": "^1.2",
26
- "phpstan/phpstan-phpunit": "^1.0",
27
- "phpstan/phpstan-strict-rules": "^1.0",
28
- "phpunit/phpunit": "~9.5.28"
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpstan/phpstan-strict-rules": "^2.0",
+ "phpunit/phpunit": "^9.6"
29
30
"config": {
31
"platform": {
0 commit comments