Skip to content

Commit

Permalink
Update dependencies before release
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed May 31, 2022
1 parent 4afd9d4 commit 40affb5
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest']
php-versions: [8.0]
php-versions: [8.0, 8.1]
steps:
- uses: actions/checkout@v2

Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-strict-rules": "^1.1",
"friendsofphp/php-cs-fixer": "^3.0",
"rector/rector": "^0.12.23",
"rector/rector": "^0.13",
"guzzlehttp/guzzle": "^7.4"
},
"autoload": {
Expand Down Expand Up @@ -62,5 +62,10 @@
"test": "Runs the unittests",
"stan": "Runs phpstan code analysis",
"coverage": "Runs the code coverage generation"
},
"config": {
"platform": {
"php": "8.0"
}
}
}
Loading

0 comments on commit 40affb5

Please sign in to comment.