Skip to content

Commit 4630b10

Browse files
committed
feat: bump to PHP 8 series only
- Remove support for PHP 7 - Add support for PHP 8.2 - Bump laminas-api-tools deps to versions that work with 8.2 Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
1 parent cf8231e commit 4630b10

File tree

2 files changed

+1156
-1083
lines changed

2 files changed

+1156
-1083
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"sort-packages": true,
2121
"allow-plugins": {
2222
"dealerdirect/phpcodesniffer-composer-installer": true
23+
},
24+
"platform": {
25+
"php": "8.0.99"
2326
}
2427
},
2528
"extra": {
@@ -28,9 +31,9 @@
2831
}
2932
},
3033
"require": {
31-
"php": "^7.3 || ~8.0.0 || ~8.1.0",
32-
"laminas-api-tools/api-tools-api-problem": "^1.4.0",
33-
"laminas-api-tools/api-tools-content-negotiation": "^1.5.0",
34+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
35+
"laminas-api-tools/api-tools-api-problem": "^1.5.0",
36+
"laminas-api-tools/api-tools-content-negotiation": "^1.8.0",
3437
"laminas-api-tools/api-tools-oauth2": "^1.7",
3538
"laminas/laminas-authentication": "^2.5.3",
3639
"laminas/laminas-eventmanager": "^3.2",

0 commit comments

Comments
 (0)