Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
use Keboola\Console\Command\ProjectsAddFeature;
use Keboola\Console\Command\ProjectsRemoveFeature;
use Keboola\Console\Command\DeletedProjectsPurge;
use Keboola\Console\Command\DeleteProjectSandboxes;
use Keboola\Console\Command\NotifyProjects;
use Keboola\Console\Command\RemoveUserFromOrganizationProjects;
use Symfony\Component\Console\Application;
Expand All @@ -49,7 +48,6 @@
$application->add(new OrganizationStorageBackend());
$application->add(new DeleteOwnerlessWorkspaces());
$application->add(new DeleteOrganizationOwnerlessWorkspaces());
$application->add(new DeleteProjectSandboxes());
$application->add(new RemoveUserFromOrganizationProjects());
$application->add(new ReactivateSchedules());
$application->add(new DescribeOrganizationWorkspaces());
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
"require": {
"php": "^8.3",
"symfony/console": "^7.4",
"keboola/sandboxes-api-php-client": "6.32.0",
"keboola/sandboxes-service-api-client": "dev-odin/AJDA-1942",
"keboola/service-client": "^1.0",
"keboola/storage-api-client": "^18.5.0",
"keboola/kbc-manage-api-php-client": "^7",
"symfony/event-dispatcher": "^7.4",
"keboola/job-queue-api-php-client": "^5.2.0",
"symfony/config": "^7.4",
"keboola/php-datatypes": "^8.0"
"keboola/php-datatypes": "^8.0",
"symfony/http-client": "^7.4"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
Expand Down
Loading
Loading