Skip to content

Commit 8e8f8e7

Browse files
authored
Merge pull request #63 from ghostwriter/feature/php-8.2-support
Feature: Support PHP 8.2
2 parents 33cd142 + 146ed1f commit 8e8f8e7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.laminas-ci.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.0": false
3+
"8.2": true
44
}
5-
}
5+
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"config": {
2222
"sort-packages": true,
2323
"platform": {
24-
"php": "7.4.99"
24+
"php": "8.0.99"
2525
},
2626
"allow-plugins": {
2727
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -31,7 +31,7 @@
3131
"class": "Laminas\\ComponentInstaller\\ComponentInstaller"
3232
},
3333
"require": {
34-
"php": "^7.4 || ~8.0.0 || ~8.1.0",
34+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3535
"composer-plugin-api": "^2.0"
3636
},
3737
"require-dev": {

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)