1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

Add composer.json for Silex

This commit is contained in:
Vincent Jousse 2013-11-21 09:47:01 +01:00
parent 451ae459e5
commit 7ef0c5565a

5
composer.json Normal file
View File

@ -0,0 +1,5 @@
{
"require": {
"silex/silex": "~1.1"
}
}