We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5ae6b commit c250973Copy full SHA for c250973
.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,18 +6,18 @@
"MIT"
],
"require": {
- "php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.12"
+ "php": "^7.4 || ^8.0",
+ "phpstan/phpstan": "^2.0"
},
"conflict": {
13
"dibi/dibi": "<3.0"
14
15
"require-dev": {
16
"dibi/dibi": "~4.0",
17
"php-parallel-lint/php-parallel-lint": "^1.2",
18
- "phpstan/phpstan-phpunit": "^1.4",
19
- "phpstan/phpstan-strict-rules": "^1.6",
20
- "phpunit/phpunit": "^9.5"
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpstan/phpstan-strict-rules": "^2.0",
+ "phpunit/phpunit": "^9.6"
21
22
"config": {
23
"platform": {
0 commit comments