Upgrade postgres scout to stable release

This commit is contained in:
Jonny Barnes 2021-02-07 16:26:34 +00:00
parent 4fe1bd997a
commit 77e1be5904
2 changed files with 93 additions and 110 deletions

View file

@ -31,7 +31,7 @@
"league/commonmark": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0",
"mf2/mf2": "~0.3",
"pmatseykanets/laravel-scout-postgres": "dev-php8",
"pmatseykanets/laravel-scout-postgres": "^7.3",
"predis/predis": "~1.0",
"spatie/browsershot": "~3.0",
"spatie/commonmark-highlighter": "^2.0",
@ -91,11 +91,5 @@
"test": [
"vendor/bin/phpunit --stop-on-failure"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jonnybarnes/laravel-scout-postgres"
}
]
}
}