Adds minimal composer.json

pull/6/head
Juho Jaakkola 2015-11-27 12:16:57 +02:00
parent 5aec15061c
commit 6773f7aad8
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"
]
}
}