Initial version of CloudObjectsServiceProvider
This commit is contained in:
14
composer.json
Normal file
14
composer.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "cloudobjects/laravel-sdk",
|
||||
"description" : "CloudObjects SDK for Laravel Applications.",
|
||||
"type": "library",
|
||||
"license": "MPL-2.0",
|
||||
"require": {
|
||||
"cloudobjects/sdk" : "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : {
|
||||
"CloudObjects\\SDK\\Laravel\\" : "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user