Skip to content

Commit 5968d00

Browse files
committed
Open 2.0.x
1 parent dd0fda3 commit 5968d00

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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-5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"MIT"
77
],
88
"require": {
9-
"php": "^7.2 || ^8.0",
10-
"phpstan/phpstan": "^1.12.1"
9+
"php": "^7.4 || ^8.0",
10+
"phpstan/phpstan": "^2.0"
1111
},
1212
"conflict": {
1313
"nette/application": "<2.3.0",
@@ -23,9 +23,9 @@
2323
"nette/utils": "^2.3.0 || ^3.0.0",
2424
"nikic/php-parser": "^4.13.2",
2525
"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"
26+
"phpstan/phpstan-phpunit": "^2.0",
27+
"phpstan/phpstan-strict-rules": "^2.0",
28+
"phpunit/phpunit": "^9.6"
2929
},
3030
"config": {
3131
"platform": {

0 commit comments

Comments
 (0)