From 6773f7aad8f95d21c847e12e6ad781e1f8ff26b9 Mon Sep 17 00:00:00 2001 From: Juho Jaakkola Date: Fri, 27 Nov 2015 12:16:57 +0200 Subject: [PATCH] Adds minimal composer.json --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..5f423f9 --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "h5p/h5p-php-library", + "license": "GPL-3.0", + "autoload": { + "files": [ + "h5p-development.class.php", + "h5p.classes.php" + ] + } +} \ No newline at end of file