Skip to content

Commit 3ddedba

Browse files
authored
Merge pull request #21 from samsonasik/try-rector-dev-main
Try rector dev-main
2 parents 2e592bb + 9450212 commit 3ddedba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-versions: ['8.0']
16+
php-versions: ['7.3', '7.4', '8.0']
1717
steps:
1818
- name: Setup PHP Action
1919
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"laminas/laminas-mvc": "^3.0",
3838
"mezzio/mezzio": "^3.0",
3939
"php-coveralls/php-coveralls": "^2.1",
40-
"phpstan/phpstan": "1.0.x-dev as 0.12.99",
41-
"phpstan/phpstan-webmozart-assert": "^0.12",
42-
"rector/rector": "^0.11.43"
40+
"phpstan/phpstan": "^1.0",
41+
"phpstan/phpstan-webmozart-assert": "^1.0",
42+
"rector/rector": "dev-main"
4343
},
4444
"config": {
4545
"bin-dir": "bin",

0 commit comments

Comments
 (0)