|
9 | 9 | "description": "Hyperf Scout provides a driver based solution to searching your Eloquent models. Inspired By Laravel Scout.",
|
10 | 10 | "require": {
|
11 | 11 | "php": ">=7.2",
|
12 |
| - "hyperf/command": "~2.1.0", |
13 |
| - "hyperf/contract": "~2.1.0", |
14 |
| - "hyperf/database": "~2.1.0", |
15 |
| - "hyperf/event": "~2.1.0", |
16 |
| - "hyperf/model-listener": "~2.1.0", |
17 |
| - "hyperf/utils": "~2.1.0", |
| 12 | + "hyperf/command": "~2.2.0", |
| 13 | + "hyperf/contract": "~2.2.0", |
| 14 | + "hyperf/database": "~2.2.0", |
| 15 | + "hyperf/event": "~2.2.0", |
| 16 | + "hyperf/model-listener": "~2.2.0", |
| 17 | + "hyperf/utils": "~2.2.0", |
18 | 18 | "psr/event-dispatcher": "^1.0"
|
19 | 19 | },
|
20 |
| - "require-dev": { |
21 |
| - "friendsofphp/php-cs-fixer": "^2.14" |
22 |
| - }, |
23 | 20 | "suggest": {
|
24 | 21 | "hyperf/elasticsearch": "Required to use elasticsearch driver."
|
25 | 22 | },
|
|
43 | 40 | "hyperf": {
|
44 | 41 | "config": "Hyperf\\Scout\\ConfigProvider"
|
45 | 42 | }
|
46 |
| - }, |
47 |
| - "scripts": { |
48 |
| - "test": "co-phpunit -c phpunit.xml --colors=always", |
49 |
| - "analyze": "phpstan analyse --memory-limit 300M -l 0 ./src", |
50 |
| - "cs-fix": "php-cs-fixer fix $1" |
51 | 43 | }
|
52 | 44 | }
|
0 commit comments