Skip to content

Commit 2c53b38

Browse files
committed
Open 2.0.x
1 parent 51ab243 commit 2c53b38

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

1111
jobs:
1212
lint:

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.2 || ^8.0",
16+
"php": "^7.4 || ^8.0",
1717
"ext-simplexml": "*",
18-
"phpstan/phpstan": "^1.12"
18+
"phpstan/phpstan": "^2.0"
1919
},
2020
"conflict": {
2121
"symfony/framework-bundle": "<3.0"
2222
},
2323
"require-dev": {
2424
"nikic/php-parser": "^4.13.0",
2525
"php-parallel-lint/php-parallel-lint": "^1.2",
26-
"phpstan/phpstan-phpunit": "^1.3.11",
27-
"phpstan/phpstan-strict-rules": "^1.5.1",
28-
"phpunit/phpunit": "^8.5.29 || ^9.5",
26+
"phpstan/phpstan-phpunit": "^2.0",
27+
"phpstan/phpstan-strict-rules": "^2.0",
28+
"phpunit/phpunit": "^9.6",
2929
"psr/container": "1.0 || 1.1.1",
3030
"symfony/config": "^5.4 || ^6.1",
3131
"symfony/console": "^5.4 || ^6.1",

0 commit comments

Comments
 (0)