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