We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a567f7b commit f6fb84eCopy full SHA for f6fb84e
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
push:
8
branches:
9
- - "1.6.x"
+ - "2.0.x"
10
11
jobs:
12
lint:
composer.json
@@ -6,15 +6,15 @@
"MIT"
],
"require": {
- "php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.12"
+ "php": "^7.4 || ^8.0",
+ "phpstan/phpstan": "^2.0"
},
"require-dev": {
13
"nikic/php-parser": "^4.13.0",
14
"php-parallel-lint/php-parallel-lint": "^1.2",
15
- "phpstan/phpstan-deprecation-rules": "^1.1",
16
- "phpstan/phpstan-phpunit": "^1.0",
17
- "phpunit/phpunit": "^9.5"
+ "phpstan/phpstan-deprecation-rules": "^2.0",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpunit/phpunit": "^9.6"
18
19
"config": {
20
"platform": {
0 commit comments