-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
31 lines (31 loc) · 899 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
{
"name": "cypresslab/compass-elephant-bundle",
"description": "Integrates CompassElephant into Symfony2",
"keywords": ["compass", "sass", "css", "scss", "assets"],
"homepage": "https://github.com/matteosister/CompassElephantBundle",
"type": "symfony-bundle",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Matteo Giachino",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"cypresslab/compass-elephant": "0.2.*",
"symfony/http-kernel": "~2.3",
"symfony/framework-bundle": "~2.3",
"symfony/Console": "~2.3"
},
"autoload": {
"psr-0": {
"Cypress\\CompassElephantBundle": ""
}
},
"minimum-stability": "stable",
"target-dir": "Cypress/CompassElephantBundle",
"require-dev": {
"phpunit/phpunit": "~4.3"
}
}