-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (28 loc) · 878 Bytes
/
composer.json
File metadata and controls
32 lines (28 loc) · 878 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": "eightpoints/assist-bundle",
"type": "symfony-bundle",
"description": "Provides some Helpers/Improvements for Symfony",
"keywords": ["bundle", "helper", "symfony", "assist", "assistant", "command"],
"homepage": "https://github.com/8p/AssistBundle",
"license": "MIT",
"authors": [
{
"name": "Florian Preusner",
"email": "florian.preusner@8points.de",
"homepage": "https://github.com/florianpreusner"
},
{
"name": "Community",
"homepage": "https://github.com/8p/AssistBundle/contributors"
}
],
"require": {
"php": ">=5.3.3"
},
"target-dir": "EightPoints/Bundle/AssistBundle",
"autoload": {
"psr-0": {
"EightPoints\\Bundle\\AssistBundle": ""
}
}
}