|
20 | 20 | } |
21 | 21 | ], |
22 | 22 | "require": { |
23 | | - "php": ">=7.0.0", |
| 23 | + "php": ">=7.4", |
24 | 24 | "illuminate/container": "~5.3.0 || ~5.4.0 || ~5.5.0", |
25 | 25 | "illuminate/contracts": "~5.3.0 || ~5.4.0 || ~5.5.0", |
26 | 26 | "illuminate/database": "~5.3.0 || ~5.4.0 || ~5.5.0", |
27 | 27 | "illuminate/events": "~5.3.0 || ~5.4.0 || ~5.5.0", |
28 | 28 | "illuminate/support": "~5.3.0 || ~5.4.0 || ~5.5.0", |
29 | 29 | "illuminate/pagination": "~5.3.0 || ~5.4.0 || ~5.5.0", |
30 | 30 | "nesbot/carbon": "^1.0.0", |
31 | | - "graphaware/neo4j-bolt": "dev-feature/causal-cluster-support" |
| 31 | + "laudis/neo4j-php-client": "2.1.2" |
32 | 32 | }, |
33 | 33 | "require-dev": { |
34 | 34 | "mockery/mockery": "~1.3.0", |
35 | | - "phpunit/phpunit": "~6.0", |
| 35 | + "phpunit/phpunit": "^9.0", |
36 | 36 | "symfony/var-dumper": "*", |
37 | 37 | "fzaninotto/faker": "~1.4", |
38 | 38 | "composer/composer": "^2.1" |
39 | 39 | }, |
40 | | - "repositories": [ |
41 | | - { |
42 | | - "type": "vcs", |
43 | | - "url": "https://github.com/Vinelab/neo4j-bolt-php.git" |
44 | | - } |
45 | | - ], |
46 | 40 | "autoload": { |
47 | | - "classmap": [ |
48 | | - "tests/TestCase.php" |
49 | | - ], |
50 | 41 | "psr-4": { |
51 | 42 | "Vinelab\\NeoEloquent\\": "src/" |
52 | 43 | } |
53 | 44 | }, |
| 45 | + "autoload-dev": { |
| 46 | + "psr-4": { |
| 47 | + "Vinelab\\NeoEloquent\\Tests\\": "tests/" |
| 48 | + } |
| 49 | + }, |
54 | 50 | "minimum-stability": "stable", |
55 | 51 | "suggest": { |
56 | 52 | "vinelab/neoeloquent: 1.5-dev": "Added support for Laravel 5.4. NeoEloquentServiceProvider52 was deprecated please use NeoEloquentServiceProvider" |
|
0 commit comments