diff options
author | nashe <thomas@chauchefoin.fr> | 2017-07-16 17:16:49 +0200 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2017-07-16 17:16:49 +0200 |
commit | 8ba18b9ff7f0b9a258d258722eb3a5222fdf6abd (patch) | |
tree | 20e4aaffab5229a1dd1ece3a53bdcc4b4e40c344 /composer.json | |
parent | 662f5fa67d03520215a0334318b3afe95d51c2d3 (diff) | |
download | planet-8ba18b9ff7f0b9a258d258722eb3a5222fdf6abd.tar planet-8ba18b9ff7f0b9a258d258722eb3a5222fdf6abd.tar.gz planet-8ba18b9ff7f0b9a258d258722eb3a5222fdf6abd.tar.bz2 planet-8ba18b9ff7f0b9a258d258722eb3a5222fdf6abd.tar.xz planet-8ba18b9ff7f0b9a258d258722eb3a5222fdf6abd.zip |
Move helper functions to a separate file
This will be useful to use it in the tests.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 40f96ee..de51eb6 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ }, "files": [ "app/lib/lib.opml.php", + "app/helpers.php", "app/lib/Cache.php" ] } |