Skip to content

Commit

Permalink
feat: Add support for Laravel 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Add support for Laravel 8 via composer updates
  • Loading branch information
owenconti committed Mar 12, 2021
1 parent abc817f commit 210f12e
Show file tree
Hide file tree
Showing 4 changed files with 656 additions and 547 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
build
.DS_Store
.phpunit.result.cache
node_modules
Expand Down
11 changes: 0 additions & 11 deletions build/report.junit.xml

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"require": {
"graham-campbell/github": "^9.2",
"php-http/guzzle6-adapter": "^2.0",
"ramsey/uuid": "^3.0",
"php-http/guzzle7-adapter": "^1.0",
"ramsey/uuid": "^4.0",
"statamic/cms": "^3.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 210f12e

Please sign in to comment.