Skip to content

Commit b10c6a0

Browse files
authored
Merge pull request #33 from grizzm0/PHP-8.3
Add support for PHP 8.3
2 parents 974ce69 + d09da13 commit b10c6a0

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.laminas-ci.json

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require": {
37-
"php": "~8.1.0 || ~8.2.0",
37+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
3838
"laminas/laminas-permissions-rbac": "^3.0",
3939
"mezzio/mezzio-authorization": "^1.0",
4040
"mezzio/mezzio-router": "^3.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)