Skip to content

Commit

Permalink
Merge pull request #17 from weierophinney/feature/php-8.4
Browse files Browse the repository at this point in the history
Add support for PHP 8.4
  • Loading branch information
gsteel authored Nov 25, 2024
2 parents 3573b0d + cc1dc4e commit 927d943
Show file tree
Hide file tree
Showing 6 changed files with 379 additions and 464 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/.phpcs-cache
/.phpunit.result.cache
/.phpunit.cache
/clover.xml
/coveralls-upload.json
/docs/html/
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-escaper": "^2.9",
"laminas/laminas-stdlib": "^3.6"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3",
"laminas/laminas-servicemanager": "^3.21.0",
"phpunit/phpunit": "^9.5.5"
"phpunit/phpunit": "^10.5"
},
"suggest": {
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
Expand Down
Loading

0 comments on commit 927d943

Please sign in to comment.