Skip to content

Commit

Permalink
Merge pull request #109 from thinkverse/fix-test-suite
Browse files Browse the repository at this point in the history
Fix test suite failing and add back Spatie Media Library
  • Loading branch information
PovilasKorop authored Feb 23, 2023
2 parents 62a02e5 + bb870b6 commit 5b954e6
Show file tree
Hide file tree
Showing 4 changed files with 600 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.env.production
.phpunit.result.cache
docker-compose.override.yml
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.vscode
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8"
"laravel/tinker": "^2.8",
"spatie/laravel-medialibrary": "^10.0.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
Expand Down
Loading

0 comments on commit 5b954e6

Please sign in to comment.