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

Commit

Permalink
Merge pull request #13 from rensphilipsen/feature/allow-php-8
Browse files Browse the repository at this point in the history
PHP 8.0 support
  • Loading branch information
robindrost authored Mar 9, 2021
2 parents 2855bf7 + 6c303a6 commit ccedb2e
Show file tree
Hide file tree
Showing 2 changed files with 2,289 additions and 1,048 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"license": "MIT",
"description": "Laravel package that let you use the Prismic api in a more (friendly) eloquent like way.",
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"prismic/php-sdk": "5.1.1",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "^3.6",
"orchestra/database": "^3.6"
"phpunit/phpunit": "~7.0 || ^8.0",
"orchestra/testbench": "^3.6 || ^5.0",
"orchestra/database": "^3.6 || ^5.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ccedb2e

Please sign in to comment.