Skip to content

Commit

Permalink
Added compatibility with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
batumibiz committed Nov 21, 2024
1 parent 0845590 commit efc3f13
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
tests:
strategy:
matrix:
php-versions: [ '8.2', '8.3' ]
php-versions: [ '8.2', '8.3', '8.4' ]

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 @@ -34,13 +34,13 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "~8.2 || ~8.3",
"php": "~8.2 || ~8.3 || ~8.4",
"ext-gd": "*"
},
"require-dev": {
"phpunit/phpunit": "^11.4",
"slevomat/coding-standard": "^8.15",
"squizlabs/php_codesniffer": "^3.10",
"squizlabs/php_codesniffer": "^3.11",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
Expand Down
60 changes: 28 additions & 32 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efc3f13

Please sign in to comment.