Merge pull request #6 from juho-jaakkola/composer

Adds minimal composer.json
pull/10/head
Frode Petterson 2015-12-03 21:41:17 +01:00
commit 932db9eb7a
1 changed files with 10 additions and 0 deletions

10
composer.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "h5p/h5p-php-library",
"license": "GPL-3.0",
"autoload": {
"files": [
"h5p-development.class.php",
"h5p.classes.php"
]
}
}