We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f04fac commit 4916960Copy full SHA for 4916960
composer.json
@@ -21,9 +21,9 @@
21
],
22
"require": {
23
"php": ">=5.6.4",
24
- "illuminate/contracts": "5.3.*|5.4.*",
25
- "illuminate/database": "5.3.*|5.4.*",
26
- "illuminate/support": "5.3.*|5.4.*",
+ "illuminate/contracts": "5.3.*|5.4.*|5.5.*",
+ "illuminate/database": "5.3.*|5.4.*|5.5.*",
+ "illuminate/support": "5.3.*|5.4.*|5.5.*",
27
"laravel/scout": "2.*|3.*"
28
},
29
"require-dev": {
@@ -42,5 +42,12 @@
42
43
"scripts": {
44
"test": "vendor/bin/phpunit"
45
+ },
46
+ "extra": {
47
+ "laravel": {
48
+ "providers": [
49
+ "ScoutEngines\\Postgres\\PostgresEngineServiceProvider"
50
+ ]
51
+ }
52
}
53
0 commit comments