Skip to content

Commit 0481566

Browse files
committed
Adding PHP8.0 along with 8.1 and 8.2
1 parent a52772b commit 0481566

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.laminas-ci.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"forum": "https://discourse.laminas.dev/"
1616
},
1717
"require": {
18-
"php": "~8.1.0 || ~8.2.0"
18+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.5.26",
@@ -51,7 +51,7 @@
5151
"config": {
5252
"sort-packages": true,
5353
"platform": {
54-
"php": "8.1.99"
54+
"php": "8.0.99"
5555
}
5656
},
5757
"scripts": {

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)