]> Raphaël G. Git Repositories - packbundle/blob - composer.json
Cleanup
[packbundle] / composer.json
1 {
2 "name": "rapsys/packbundle",
3 "description": "Rapsys packing extension",
4 "license": "AGPL-3.0-or-later",
5 "type": "symfony-bundle",
6 "authors": [{
7 "name": "Raphaël Gertz",
8 "email": "packbundle@rapsys.eu"
9 }],
10 "autoload": {
11 "psr-4": {
12 "Rapsys\\PackBundle\\": ""
13 }
14 },
15 "require": {
16 "php": "*",
17 "symfony/config": "*",
18 "symfony/dependency-injection": "*",
19 "symfony/asset": "*",
20 "twig/extensions": "*"
21 },
22 "extra": {
23 "branch-alias": {
24 "dev-master": "master"
25 }
26 }
27 }