Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
pvullioud committed Mar 3, 2020
1 parent 21e4ba9 commit fd029fe
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php namespace Inetis\KdriveAdapter;

use Infomaniak\KDrive\KDriveServiceProvider;
use System\Classes\PluginBase;

/**
Expand Down Expand Up @@ -30,6 +31,6 @@ public function pluginDetails()
*/
public function boot()
{
App::register(KDriveServiceProvider::class);
\App::register(KDriveServiceProvider::class);
}
}
33 changes: 32 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
{
"require": {
"infomaniak/laravel-kdrive": "^1.0"
}
},
"replace": {
"laravel/framework": "5.5.*",
"illuminate/auth": "5.5.*",
"illuminate/broadcasting": "5.5.*",
"illuminate/bus": "5.5.*",
"illuminate/cache": "5.5.*",
"illuminate/config": "5.5.*",
"illuminate/console": "5.5.*",
"illuminate/container": "5.5.*",
"illuminate/contracts": "5.5.*",
"illuminate/cookie": "5.5.*",
"illuminate/database": "5.5.*",
"illuminate/encryption": "5.5.*",
"illuminate/events": "5.5.*",
"illuminate/filesystem": "5.5.*",
"illuminate/hashing": "5.5.*",
"illuminate/http": "5.5.*",
"illuminate/log": "5.5.*",
"illuminate/mail": "5.5.*",
"illuminate/notifications": "5.5.*",
"illuminate/pagination": "5.5.*",
"illuminate/pipeline": "5.5.*",
"illuminate/queue": "5.5.*",
"illuminate/redis": "5.5.*",
"illuminate/routing": "5.5.*",
"illuminate/session": "5.5.*",
"illuminate/support": "5.5.*",
"illuminate/translation": "5.5.*",
"illuminate/validation": "5.5.*",
"illuminate/view": "5.5.*"
}
}

0 comments on commit fd029fe

Please sign in to comment.