Skip to content

Commit 4dee458

Browse files
authored
Merge pull request #47 from fezfez/php8.3
drop php 8.0 allow php 8.3
2 parents 3fcceb0 + 8e91409 commit 4dee458

File tree

10 files changed

+464
-519
lines changed

10 files changed

+464
-519
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/laminas-mkdoc-theme/
88
/phpunit.xml
99
/vendor/
10+
/.phpunit.cache/

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@
2121
"config": {
2222
"sort-packages": true,
2323
"platform": {
24-
"php": "8.0.99"
24+
"php": "8.1.99"
2525
},
2626
"allow-plugins": {
2727
"dealerdirect/phpcodesniffer-composer-installer": true
2828
}
2929
},
3030
"extra": {},
3131
"require": {
32-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
32+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
3333
"fig/http-message-util": "^1.1",
3434
"laminas/laminas-escaper": "^2.10.0",
3535
"psr/http-message": "^1.0 || ^2.0",
3636
"psr/http-server-middleware": "^1.0.2"
3737
},
3838
"require-dev": {
3939
"laminas/laminas-coding-standard": "~2.5.0",
40-
"laminas/laminas-diactoros": "^2.25 || ^3.0",
41-
"phpunit/phpunit": "^9.5.26",
42-
"psalm/plugin-phpunit": "^0.18.3",
43-
"vimeo/psalm": "^5.0.0"
40+
"laminas/laminas-diactoros": "^2.25 || ^3.3",
41+
"phpunit/phpunit": "^10.4.2",
42+
"psalm/plugin-phpunit": "^0.18.4",
43+
"vimeo/psalm": "^5.15.0"
4444
},
4545
"conflict": {
4646
"zendframework/zend-stratigility": "*"

0 commit comments

Comments
 (0)