diff options
author | nashe <thomas@chauchefoin.fr> | 2017-10-21 13:30:15 +0200 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2017-10-21 13:30:15 +0200 |
commit | 351009241bbe0864670c79fd78b5e95271cc6c2f (patch) | |
tree | 1fe11d960daa3da772971386b87480a9854962bc /composer.json | |
parent | 1b341502ba68092b444a7870d601537eec68b344 (diff) | |
download | planet-3510092.tar planet-3510092.tar.gz planet-3510092.tar.bz2 planet-3510092.tar.xz planet-3510092.zip |
Improve project structure
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/composer.json b/composer.json index ed06489..c43b48e 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,7 @@ "": "app/classes/" }, "files": [ - "app/lib/lib.opml.php", - "app/helpers.php", - "app/lib/Cache.php" + "app/helpers.php" ] } } |