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

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rens Philipsen committed Mar 9, 2021
1 parent c3408a3 commit 6c303a6
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|^8.0",
"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|^8.0",
"orchestra/testbench": "^3.6|^5.0",
"orchestra/database": "^3.6|^5.0"
"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 6c303a6

Please sign in to comment.