Skip to content

Commit 5e8f638

Browse files
authored
Merge pull request #19 from kynx/renovate/all-minor-patch
Add PHP8.5 support
2 parents b94d893 + eebcc7c commit 5e8f638

File tree

2 files changed

+143
-134
lines changed

2 files changed

+143
-134
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"keywords": ["api", "authentication", "security"],
1313
"require": {
14-
"php": "~8.3.0 || ~8.4.0"
14+
"php": "~8.3.0 || ~8.4.0 || ~8.5.0"
1515
},
1616
"require-dev": {
17-
"laminas/laminas-coding-standard": "^3.0",
18-
"phpunit/phpunit": "^12.0",
19-
"psalm/plugin-phpunit": "^0.19.2",
20-
"squizlabs/php_codesniffer": "^3.10",
21-
"vimeo/psalm": "^6.0"
17+
"laminas/laminas-coding-standard": "^3.1",
18+
"phpunit/phpunit": "^12.5",
19+
"psalm/plugin-phpunit": "^0.19.5",
20+
"squizlabs/php_codesniffer": "^3.13",
21+
"vimeo/psalm": "^6.14"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)