Skip to content

Commit 55e60c1

Browse files
authored
Merge pull request #95 from snapshotpl/php-8.1
Allow PHP 8.1
2 parents 120fdc1 + 6488eea commit 55e60c1

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,18 @@
1818
"forum": "https://discourse.laminas.dev"
1919
},
2020
"config": {
21-
"sort-packages": true
21+
"sort-packages": true,
22+
"allow-plugins": {
23+
"dealerdirect/phpcodesniffer-composer-installer": true
24+
}
2225
},
2326
"extra": {
2427
"laminas": {
2528
"module": "Laminas\\ApiTools"
2629
}
2730
},
2831
"require": {
29-
"php": "^7.3 || ~8.0.0",
32+
"php": "^7.3 || ~8.0.0 || ~8.1.0",
3033
"laminas-api-tools/api-tools-api-problem": "^1.4",
3134
"laminas-api-tools/api-tools-content-negotiation": "^1.5",
3235
"laminas-api-tools/api-tools-content-validation": "^1.9",

composer.lock

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

0 commit comments

Comments
 (0)