Skip to content

Commit eb0d96c

Browse files
authored
Merge pull request #112 from Xerkus/feature/php83
Add PHP 8.3 support. Mark package abandoned.
2 parents 9d30df8 + 3b66efa commit eb0d96c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
"rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
1515
"forum": "https://discourse.laminas.dev/"
1616
},
17+
"abandoned": true,
1718
"require": {
18-
"php": "~8.1.0 || ~8.2.0"
19+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
1920
},
2021
"require-dev": {
2122
"phpunit/phpunit": "^10.4",

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)