Skip to content

Commit 767698a

Browse files
committed
Open 2.0.x
1 parent 8badde6 commit 767698a

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
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.5.x"
9+
- "2.0.x"
1010

1111
jobs:
1212
lint:

.github/workflows/platform-test.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.5.x"
9+
- "2.0.x"
1010

1111
jobs:
1212
tests:

.github/workflows/test-projects.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Test projects"
55
on:
66
push:
77
branches:
8-
- "1.5.x"
8+
- "2.0.x"
99

1010
jobs:
1111
test-projects:

composer.json

+4-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"
9+
"php": "^7.4 || ^8.0",
10+
"phpstan/phpstan": "^2.0"
1111
},
1212
"conflict": {
1313
"doctrine/collections": "<1.0",
@@ -30,10 +30,9 @@
3030
"doctrine/persistence": "^2.2.1 || ^3.2",
3131
"gedmo/doctrine-extensions": "^3.8",
3232
"nesbot/carbon": "^2.49",
33-
"nikic/php-parser": "^4.13.2",
3433
"php-parallel-lint/php-parallel-lint": "^1.2",
35-
"phpstan/phpstan-phpunit": "^1.3.13",
36-
"phpstan/phpstan-strict-rules": "^1.5.1",
34+
"phpstan/phpstan-phpunit": "^2.0",
35+
"phpstan/phpstan-strict-rules": "^2.0",
3736
"phpunit/phpunit": "^9.6.20",
3837
"ramsey/uuid": "^4.2",
3938
"symfony/cache": "^5.4"

0 commit comments

Comments
 (0)