-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (31 loc) · 916 Bytes
/
composer.json
File metadata and controls
32 lines (31 loc) · 916 Bytes
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
{
"name": "nitronet/ezormbundle",
"description": "Doctrine-like ORM for eZ Platform",
"homepage": "https://github.com/nitronet/ezormbundle",
"license": "BSD-3-Clause",
"keywords": ["ezplatform", "orm", "ezpublish", "ez"],
"authors": [
{
"name": "Julien Ballestracci",
"homepage": "https://github.com/neiluJ"
}
],
"require": {
"php": ">=5.6",
"ezsystems/ezpublish-kernel": "6.8.*"
},
"require-dev": {
"symfony/monolog-bundle": "~2.4",
"white-october/pagerfanta-bundle": "1.0.*",
"ezsystems/ez-support-tools": "~0.1.0",
"ezsystems/repository-forms": "~1.5.0",
"ezsystems/content-on-the-fly-prototype": "~0.1.7",
"phpunit/phpunit": "^4.7.0"
},
"autoload": {
"psr-4": { "Nitronet\\eZORMBundle\\": "" }
},
"scripts": {
"test": "phpunit"
}
}