silex-core/composer.json

29 lines
864 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": {
"php" : "^7.0",
2017-03-29 23:54:11 +00:00
"meta-tech/pws-auth" : "@dev",
2017-03-15 22:46:50 +00:00
"meta-tech/silex-controller-service" : "^1.0",
"silex/silex": "^2.0",
2017-03-15 13:27:03 +00:00
"gecko-packages/gecko-silex-config-service": "^2.0",
"symfony/security": "^3.2",
"symfony/yaml": "^3.2"
2017-03-15 01:43:59 +00:00
}
2017-03-14 22:24:20 +00:00
}