Skip to content

Commit 0b12514

Browse files
committed
Open 2.0.x
1 parent 9b89c31 commit 0b12514

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.1.x"
9+
- "2.0.x"
1010

1111
jobs:
1212
lint:

composer.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
"MIT"
77
],
88
"require": {
9-
"php": "^7.2 || ^8.0",
10-
"phpstan/phpstan": "^1.12"
9+
"php": "^7.4 || ^8.0",
10+
"phpstan/phpstan": "^2.0"
1111
},
1212
"require-dev": {
1313
"mockery/mockery": "^1.6.11",
14-
"nikic/php-parser": "^4.13.0",
1514
"php-parallel-lint/php-parallel-lint": "^1.2",
16-
"phpstan/phpstan-phpunit": "^1.4",
17-
"phpstan/phpstan-strict-rules": "^1.6",
18-
"phpunit/phpunit": "^9.5"
15+
"phpstan/phpstan-phpunit": "^2.0",
16+
"phpstan/phpstan-strict-rules": "^2.0",
17+
"phpunit/phpunit": "^9.6"
1918
},
2019
"config": {
2120
"platform": {

0 commit comments

Comments
 (0)