Skip to content

Commit 5bd4663

Browse files
committed
Missing php 8 in composer.json
Signed-off-by: Witold Wasiczko <[email protected]>
1 parent faab0f5 commit 5bd4663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"homepage": "https://api-tools.getlaminas.org",
1111
"license": "BSD-3-Clause",
1212
"require": {
13-
"php": "^7.3",
13+
"php": "^7.3 || ~8.0.0",
1414
"laminas-api-tools/api-tools-configuration": "^1.2",
1515
"laminas-api-tools/api-tools-content-negotiation": "^1.2.1",
1616
"laminas-api-tools/api-tools-provider": "^1.2",

0 commit comments

Comments
 (0)