Skip to content

Commit

Permalink
Updated the cloud command, in order to better handle the unprocessabl…
Browse files Browse the repository at this point in the history
…e PHP extension version checks
  • Loading branch information
gplanchat committed Mar 24, 2020
1 parent 290f821 commit 30ed79a
Show file tree
Hide file tree
Showing 31 changed files with 326 additions and 800 deletions.
2 changes: 1 addition & 1 deletion bin/kloud
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

require __DIR__ . '/../vendor/autoload.php';

use Builder\Platform\Console\Command;
use Kiboko\Cloud\Platform\Console\Command;
use Symfony\Component\Console\Application;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Console\Output\ConsoleOutput;
Expand Down
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
"require": {
"php": "^7.4",
"ext-json": "*",
"composer/semver": "^1.0",
"psr/log": "^1.1",
"composer/semver": "^1.1",
"padraic/phar-updater": "^1.0",
"psr/log": "^1.1",
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
"symfony/console": "^5.1",
"symfony/finder": "^5.1",
"symfony/process": "^5.1",
"symfony/property-access": "^5.1",
"symfony/serializer": "^5.1"
"symfony/console": "^5.0",
"symfony/finder": "^5.0",
"symfony/process": "^5.0",
"symfony/polyfill-php80": "@dev",
"symfony/property-access": "^5.0",
"symfony/serializer": "^5.0"
},
"require-dev": {
"friends-of-phpspec/phpspec-code-coverage": "^4.0",
"friendsofphp/php-cs-fixer": "^3.0",
"friendsofphp/php-cs-fixer": "^3.0@dev",
"monolog/monolog": "^2.0",
"phpspec/phpspec": "^6.1"
},
Expand Down
Loading

0 comments on commit 30ed79a

Please sign in to comment.