Skip to content

Commit d715761

Browse files
authored
Merge pull request #9 from kynx/php84
Add PHP 8.4. support
2 parents dbac873 + 152f685 commit d715761

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.laminas-ci.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extensions": []
2+
"extensions": [],
3+
"ignore_php_platform_requirements": {
4+
"8.4": true
5+
}
36
}

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"keywords": ["api", "authentication", "security"],
1313
"require": {
14-
"php": "~8.2.0 || ~8.3.0",
14+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
1515
"ircmaxell/random-lib": "^1.2"
1616
},
1717
"require-dev": {
1818
"laminas/laminas-coding-standard": "^3.0",
19-
"phpunit/phpunit": "^10.2",
19+
"phpunit/phpunit": "^10.5.37",
2020
"psalm/plugin-phpunit": "^0.19",
21-
"squizlabs/php_codesniffer": "^3.7",
22-
"vimeo/psalm": "^5.13"
21+
"squizlabs/php_codesniffer": "^3.10",
22+
"vimeo/psalm": "^5.26"
2323
},
2424
"autoload": {
2525
"psr-4": {

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)