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

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Support Laravel 6.*
  • Loading branch information
robindrost authored Oct 28, 2019
1 parent 32f0f1d commit 90712af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.1",
"prismic/php-sdk": "5.1.0",
"illuminate/support": "^5.5"
"illuminate/support": "^5.5|^6.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand All @@ -36,4 +36,4 @@
]
}
}
}
}

0 comments on commit 90712af

Please sign in to comment.