mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-08 19:25:02 +00:00
Add composer.json
This commit is contained in:
parent
e5df1071d6
commit
4db74ad058
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
*
|
||||||
|
!*/
|
||||||
|
!/.gitignore
|
||||||
|
!/composer.json
|
13
composer.json
Normal file
13
composer.json
Normal 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": {}
|
||||||
|
}
|
Loading…
Reference in a new issue