forked from h4cc/AliceFixturesBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 798 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 798 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
{
"name": "h4cc/alice-fixtures-bundle",
"description": "Symfony2 Bundle for loading fixture data with the Alice library.",
"keywords": ["Symfony2", "Fixtures", "ORM", "Alice", "Loader"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Julius Beckmann",
"email": "github@h4cc.de"
}
],
"require": {
"php": ">=5.3.0",
"nelmio/alice": "~1.5",
"doctrine/common": "~2.1",
"doctrine/orm": "~2.1",
"psr/log": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"symfony/framework-bundle": "~2.1"
},
"autoload": {
"psr-0": {
"h4cc\\AliceFixturesBundle": ""
}
},
"target-dir": "h4cc/AliceFixturesBundle"
}