Skip to content

Commit

Permalink
Merge pull request #4 from acadea/feature/dep_update
Browse files Browse the repository at this point in the history
updated dependencies, to laravel scout 9
  • Loading branch information
sam-ngu committed Oct 5, 2021
2 parents 8c33a48 + 9bcfc90 commit 111cabd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
{
"name": "sam-ngu",
"email": "[email protected]",
"homepage": "https://spatie.be",
"homepage": "https://acadea.io",
"role": "Developer"
}
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"illuminate/contracts": "^8.0",
"laravel/scout": "^8.3"
"laravel/scout": "^8.3|^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand All @@ -33,7 +33,8 @@
},
"autoload-dev": {
"psr-4": {
"Acadea\\FullSite\\Tests\\": "tests"
"Acadea\\FullSite\\Tests\\": "tests",
"Acadea\\FullSite\\Tests\\Database\\": "tests/database"
}
},
"scripts": {
Expand Down

0 comments on commit 111cabd

Please sign in to comment.