Skip to content

Commit 636b191

Browse files
authored
Merge pull request #2 from S-Arba/patch-2
Update composer.json
2 parents d6010f1 + 947c44e commit 636b191

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"license": "MIT",
1111
"description": "A package that allows you to convert your models or collection of models to an Prismic integration field ready array.",
1212
"require": {
13-
"php": "^7.1",
14-
"illuminate/support": "^7.0"
13+
"php": "^7.1 || ^8.0",
14+
"illuminate/support": "^7.0 || ^8.0"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "~7.0"
17+
"phpunit/phpunit": "~9.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)