Skip to content

Commit 9b7975d

Browse files
committed
Allow older PHP & Laravel versions
1 parent e1c6d0e commit 9b7975d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
}
1515
},
1616
"require": {
17-
"php": "^8.0.2",
17+
"php": "^7.4.15 || ^8.0.2",
1818
"ext-json": "*",
1919
"guzzlehttp/guzzle": "^7.0.1",
2020
"http-interop/http-factory-guzzle": "^1.0",
21-
"illuminate/support": "^9.0",
21+
"illuminate/support": "^7.0|^8.0|^9.0",
2222
"m4tthumphrey/php-gitlab-api": "^11.7.0",
2323
"php-http/guzzle7-adapter": "^1.0.0"
2424
}

0 commit comments

Comments
 (0)