Skip to content

Commit c250973

Browse files
committed
Open 2.0.x
1 parent 6f5ae6b commit c250973

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
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
"dibi/dibi": "<3.0"
1414
},
1515
"require-dev": {
1616
"dibi/dibi": "~4.0",
1717
"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"
18+
"phpstan/phpstan-phpunit": "^2.0",
19+
"phpstan/phpstan-strict-rules": "^2.0",
20+
"phpunit/phpunit": "^9.6"
2121
},
2222
"config": {
2323
"platform": {

0 commit comments

Comments
 (0)