Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 25, 2020
1 parent f7a7d2f commit e32706e
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 251 deletions.
4 changes: 2 additions & 2 deletions build.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
sed -i \'s/@dev/' . $version .'/g\' build/src/Clue/GraphComposer/App.php &&
composer install -d build/ --no-dev &&
cd build/ && rm -rf composer.lock vendor/*/*/tests/ vendor/*/*/*.md vendor/*/*/composer.* vendor/*/*/phpunit.* && cd .. &&
cd build/vendor/symfony/console/Symfony/Component/Console/ && rm -rf Tests/ *.md composer.* phpunit.* && cd - &&
cd build/ && rm -rf composer.lock vendor/*/*/tests/ vendor/*/*/examples/ vendor/*/*/*.md vendor/*/*/composer.* vendor/*/*/phpunit.* vendor/*/*/.gitignore vendor/*/*/.travis.yml && cd .. &&
cd build/vendor/symfony/console/Symfony/Component/Console/ && rm -rf Tests/ *.md composer.* phpunit.* .gitignore && cd - &&
vendor/bin/phar-composer build build/ ' . escapeshellarg($out) . ' &&
php ' . escapeshellarg($out) . ' --version', $code);
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "MIT",
"require": {
"php": ">=5.3.6",
"clue/graph": "^0.9.0",
"graphp/graphviz": "^0.2.0",
"clue/graph": "^0.9.1",
"graphp/graphviz": "^0.2.2",
"jms/composer-deps-analyzer": "0.1.*",
"symfony/console": "^5.0 || ^4.0 || ^3.0 || ^2.1"
},
Expand Down
Loading

0 comments on commit e32706e

Please sign in to comment.