Skip to content

Commit aca7364

Browse files
authored
Merge pull request #170 from MauricioFauth/php83-support
Add PHP 8.3 support
2 parents 4ffc9f3 + 15df80c commit aca7364

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.laminas-ci.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"gd"
44
],
55
"ignore_php_platform_requirements": {
6-
"8.2": true
6+
"8.3": true
77
}
88
}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require": {
37-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
37+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
3838
"psr/http-factory": "^1.0.2",
3939
"psr/http-message": "^1.1 || ^2.0"
4040
},

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)