Skip to content

Commit 927d943

Browse files
authored
Merge pull request #17 from weierophinney/feature/php-8.4
Add support for PHP 8.4
2 parents 3573b0d + cc1dc4e commit 927d943

File tree

6 files changed

+379
-464
lines changed

6 files changed

+379
-464
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/.phpcs-cache
2-
/.phpunit.result.cache
2+
/.phpunit.cache
33
/clover.xml
44
/coveralls-upload.json
55
/docs/html/

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
}
2626
},
2727
"require": {
28-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
28+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
2929
"laminas/laminas-escaper": "^2.9",
3030
"laminas/laminas-stdlib": "^3.6"
3131
},
3232
"require-dev": {
3333
"laminas/laminas-coding-standard": "~2.3",
3434
"laminas/laminas-servicemanager": "^3.21.0",
35-
"phpunit/phpunit": "^9.5.5"
35+
"phpunit/phpunit": "^10.5"
3636
},
3737
"suggest": {
3838
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component"

0 commit comments

Comments
 (0)