silex-core/composer.json

27 lines
808 B
JSON
Raw Normal View History

2017-03-14 22:24:20 +00:00
{
"name" : "meta-tech/silex-core",
"type" : "library",
"homepage" : "https://github.com/meta-tech/silex-core",
"description" : "meta-tech silex-core package for silex2 applications",
"license" : "MIT",
"authors" : [
{
"name" : "a-Sansara",
"homepage" : "https://github.com/a-sansara/"
}
],
"keywords" : ["Silex", "Core", "WebService"],
"autoload" : {
"psr-4" : {
"" : "src/"
}
},
"require": {
2017-03-15 02:40:54 +00:00
"meta-tech/pws-auth" : "~2.1",
"meta-tech/silex-controller-service" : "~1.0",
2017-03-14 22:24:20 +00:00
"silex/silex": "~2.0",
2017-03-15 13:27:03 +00:00
"gecko-packages/gecko-silex-config-service": "^2.0",
"symfony/security": "~3.2"
2017-03-15 01:43:59 +00:00
}
2017-03-14 22:24:20 +00:00
}