Skip to content

Commit

Permalink
Merge pull request #50 from clue-labs/deps
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
clue authored Mar 25, 2020
2 parents d41fafa + e32706e commit ffb9911
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 276 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
11 changes: 3 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,19 @@
"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"
},
"require-dev": {
"clue/phar-composer": "^1.0",
"clue/phar-composer": "^1.1",
"phpunit/phpunit": "^4.8.36"
},
"autoload": {
"psr-0": { "Clue\\GraphComposer": "src/" }
},
"bin": [ "bin/graph-composer" ],
"extra": {
"phar": {
"bundler": "composer"
}
},
"config": {
"platform": {
"php": "5.3.6"
Expand Down
Loading

0 comments on commit ffb9911

Please sign in to comment.