Initial version of CloudObjectsServiceProvider

This commit is contained in:
2024-09-17 21:59:36 +02:00
parent bbbe56161b
commit 39dbf9ec6b
3 changed files with 43 additions and 0 deletions

14
composer.json Normal file
View 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"
}
}
}