Skip to content

Commit 1981309

Browse files
authored
Merge pull request #48 from boesing/feature/php-8.2
Introduce support for PHP 8.2
2 parents 6c1d328 + 218dc83 commit 1981309

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.laminas-ci.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"ignore_php_platform_requirements": {
3+
"8.2": true
4+
}
5+
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"license": "BSD-3-Clause",
1212
"require": {
13-
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
13+
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
1414
"fig/http-message-util": "^1.1",
1515
"mezzio/mezzio-router": "^3.1",
1616
"psr/container": "^1.0 || ^2.0",

composer.lock

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

0 commit comments

Comments
 (0)