Skip to content

Commit 233062b

Browse files
committed
Added php8.2 support
1 parent a66b08d commit 233062b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.laminas-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.1": true
3+
"8.2": true
44
}
55
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"forum": "https://discourse.laminas.dev/"
1616
},
1717
"require": {
18-
"php": ">=7.4, <8.2"
18+
"php": "~8.1.0 || ~8.2.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.5.26",

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)