Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 2855bf7

Browse files
authored
Merge pull request #11 from Swop/patch-1
Support Laravel 8.0
2 parents 98f0eab + f6ea39b commit 2855bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.1",
1414
"prismic/php-sdk": "5.1.1",
15-
"illuminate/support": "^5.5|^6.0|^7.0"
15+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~7.0",

0 commit comments

Comments
 (0)