Skip to content

Commit

Permalink
Merge pull request #9 from kynx/php84
Browse files Browse the repository at this point in the history
Add PHP 8.4. support
  • Loading branch information
kynx authored Oct 21, 2024
2 parents dbac873 + 152f685 commit d715761
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extensions": []
"extensions": [],
"ignore_php_platform_requirements": {
"8.4": true
}
}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
],
"keywords": ["api", "authentication", "security"],
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"ircmaxell/random-lib": "^1.2"
},
"require-dev": {
"laminas/laminas-coding-standard": "^3.0",
"phpunit/phpunit": "^10.2",
"phpunit/phpunit": "^10.5.37",
"psalm/plugin-phpunit": "^0.19",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^5.13"
"squizlabs/php_codesniffer": "^3.10",
"vimeo/psalm": "^5.26"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit d715761

Please sign in to comment.