Added Silex framework

SVN:trunk[3855]
This commit is contained in:
Guillaume Lajarige
2016-01-11 15:32:14 +00:00
parent e95d0a4722
commit 57f0cce318
1308 changed files with 119693 additions and 0 deletions

6
lib/silex/composer.json Normal file
View File

@@ -0,0 +1,6 @@
{
"require": {
"silex/silex": "~1.1",
"twig/twig": "1.21.*"
}
}