mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-02 08:57:32 +00:00
Oliver Davies
e5268e9707
Add a Config class for storing configuration values such as the Glassboxx username, password and vendor ID.
27 lines
552 B
JSON
27 lines
552 B
JSON
{
|
|
"name": "opdavies/glassboxx-sdk-php",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Oliver Davies",
|
|
"email": "oliver@oliverdavies.uk"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Opdavies\\Glassboxx\\": "src/Glassboxx/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Opdavies\\Glassboxx\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.1"
|
|
}
|
|
}
|