Skip to content

Commit ce2f5a4

Browse files
Merge pull request #24 from laminas-api-tools/php8
Missing php 8 in composer.json
2 parents faab0f5 + 7aad713 commit ce2f5a4

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
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",

composer.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)