Add composer.json

This commit is contained in:
Oliver Davies 2020-05-29 13:01:03 +01:00
parent e5df1071d6
commit 4db74ad058
2 changed files with 17 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
*
!*/
!/.gitignore
!/composer.json

13
composer.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "opdavies/glassboxx-sdk-php",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Oliver Davies",
"email": "oliver@oliverdavies.uk"
}
],
"minimum-stability": "stable",
"require": {}
}