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

Commit 90712af

Browse files
authored
Update composer.json
Support Laravel 6.*
1 parent 32f0f1d commit 90712af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.1",
1414
"prismic/php-sdk": "5.1.0",
15-
"illuminate/support": "^5.5"
15+
"illuminate/support": "^5.5|^6.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~7.0",
@@ -36,4 +36,4 @@
3636
]
3737
}
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)