Including composer instruction as a test

This commit is contained in:
Bruno F. Fontes 2019-03-01 00:52:18 -03:00
parent 764cf87288
commit c4edf3e08f
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

10
composer.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "brunofontes/memsource-api",
"version": "1.0.0",
"repositories": [
{
"type": "git",
"url": "https://github.com/brunofontes/Memsource-API"
}
]
}