-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 951 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "misteio/neo4j-bundle",
"type": "symfony-bundle",
"description": "Neo4j Bundle",
"homepage": "https://github.com/Misteio/Neo4jBundle",
"keywords": ["doctrine", "neo4j", "graph", "nosql"],
"license": "MIT",
"authors": [
{
"name": "MisTeIO",
"homepage": "http://miste.io"
}
],
"require": {
"php": ">=7.0",
"symfony/framework-bundle": "~2.8|~3.0",
"symfony/console": "~2.8|~3.0",
"symfony/finder": "~2.8|~3.0",
"symfony/validator": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0",
"graphaware/neo4j-php-client": "4.8.1",
"doctrine/doctrine-bundle": ">=1.4",
"doctrine/orm": ">=2.4.8",
"doctrine/doctrine-fixtures-bundle": ">=2.3"
},
"require-dev": {
"phpunit/phpunit": "5.5.7",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
"psr-4": {"Misteio\\Neo4jBundle\\": ""}
}
}