GIST is an open-source application to share code.
https://gist.deblan.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
860 B
34 lines
860 B
{ |
|
"name": "deblan/gist", |
|
"license": "GPL-3.0-only", |
|
"type": "project", |
|
"require": { |
|
"silex/silex": "1.3.x-dev", |
|
"symfony/yaml": "~2.6", |
|
"symfony/twig-bridge": "~2.6", |
|
"symfony/config": "2.8.x-dev", |
|
"cpliakas/git-wrapper": "~1.4", |
|
"symfony/form": "~2.6", |
|
"symfony/security-csrf": "~2.6", |
|
"knplabs/console-service-provider": "~1.0", |
|
"propel/propel": "~2.0@dev", |
|
"guzzlehttp/guzzle": "~6.0", |
|
"symfony/security": "^2.7" |
|
}, |
|
"scripts": { |
|
"gist-scripts": [ |
|
"Gist\\Composer\\PostInstallHandler::execute" |
|
], |
|
"post-install-cmd": [ |
|
"@gist-scripts" |
|
], |
|
"post-update-cmd": [ |
|
"@gist-scripts" |
|
] |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"": "src/" |
|
} |
|
} |
|
}
|
|
|