forked from matteosister/GitElephantBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·32 lines (32 loc) · 947 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·32 lines (32 loc) · 947 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": "cypresslab/gitelephant-bundle",
"type": "symfony-bundle",
"description": "GitElephant bundle for Symfony2",
"keywords": [
"git"
],
"homepage": "https://github.com/matteosister/GitElephant",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Matteo Giachino",
"email": "matteog@gmail.com"
}
],
"require": {
"php": ">=7.0.0",
"symfony/config": "^2.3|^3.0|^4.0",
"symfony/console": "^2.3|^3.0|^4.0",
"symfony/dependency-injection": "^2.3|^3.0|^4.0^5.0",
"symfony/framework-bundle": "^2.3|^3.0|^4.0^5.0",
"symfony/http-foundation": "^2.3|^3.0|^4.0^5.0",
"symfony/http-kernel": "^2.3|^3.0|^4.0^5.0",
"cypresslab/gitelephant": "^3.0|^4.0"
},
"autoload": {
"psr-0": {
"Cypress\\GitElephantBundle": ""
}
},
"target-dir": "Cypress/GitElephantBundle"
}