Skip to content

Commit

Permalink
Merge pull request #3 from jakubboucek/add-php-8-4-support
Browse files Browse the repository at this point in the history
Add PHP 8 4 support
  • Loading branch information
jakubboucek authored Oct 17, 2024
2 parents 9ec40ce + f755899 commit 59b80f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'

name: ${{ matrix.actions.name }} at PHP ${{ matrix.php }}
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.0",
"psr/http-message": "~1.0 || ~2.0"
},
"require-dev": {
"phpstan/phpstan": "1.10.18",
"phpstan/phpstan": "1.12.6",
"phpunit/phpunit": "^9.0 || ^10.0"
},
"suggest": {
Expand Down

0 comments on commit 59b80f1

Please sign in to comment.