@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | use Google_Client as GClient; |
5 | 5 | use Google_Http_MediaFileUpload as GStream; |
6 | -use Google_Service_Drive as GDrive; |
|
7 | 6 | use Google_Service_Drive as GDriveService; |
8 | 7 | use Google_Service_Drive_DriveFile as GFile; |
9 | 8 | use phpbu\App\Backup\Collector; |
@@ -32,7 +32,7 @@ |
||
32 | 32 | "google/apiclient", |
33 | 33 | "php-opencloud/openstack" |
34 | 34 | ])) { |
35 | - continue; |
|
35 | + continue; |
|
36 | 36 | } |
37 | 37 | echo $package->name . ': ' . $package->version; |
38 | 38 | if (!preg_match('/^[v= ]*(([0-9]+)(\\.([0-9]+)(\\.([0-9]+)(-([0-9]+))?(-?([a-zA-Z-+][a-zA-Z0-9\\.\\-:]*)?)?)?)?)$/', $package->version)) { |