Skip to content

Commit 1a210b7

Browse files
authored
Merge pull request #16 from visto9259/1.0.x
Added support for php 8.5
2 parents cde9ab2 + 7658872 commit 1a210b7

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

.laminas-ci.json

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
18+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1919
"mezzio/mezzio-authentication": "^1.10",
2020
"psr/http-message": "^1.0.1 || ^2.0",
2121
"psr/http-server-middleware": "^1.0",

composer.lock

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

0 commit comments

Comments
 (0)