Skip to content

Commit

Permalink
Add PHP 8.3 support, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matt committed Oct 21, 2024
1 parent 4936fe9 commit 3619b31
Show file tree
Hide file tree
Showing 2 changed files with 534 additions and 426 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
],
"keywords": ["api", "authentication", "security"],
"require": {
"php": "~8.2",
"php": "~8.2.0 || ~8.3.0",
"ircmaxell/random-lib": "^1.2"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.3",
"laminas/laminas-coding-standard": "^3.0",
"phpunit/phpunit": "^10.2",
"psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-phpunit": "^0.19",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^5.13"
},
Expand Down
Loading

0 comments on commit 3619b31

Please sign in to comment.