Skip to content

Commit

Permalink
Remove checking composer version and composer self-update to let deve…
Browse files Browse the repository at this point in the history
…lopers manage that #36
  • Loading branch information
Natshah committed Dec 1, 2020
1 parent 7526b42 commit ca40a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"source": "https://github.com//vardot/varbase-updater"
},
"require": {
"composer-plugin-api": "~1.0",
"symfony/yaml": "~3.0"
"composer-plugin-api": "~1.0 || ~1.0",
"symfony/yaml": "~3.0 || ~4.0"
},
"scripts": {
"update-varbase": "./bin/update-varbase.sh"
Expand Down
2 changes: 0 additions & 2 deletions scripts/update/update-varbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

BASEDIR=$(pwd);

echo "$(tput setaf 2)Checking composer version and updating if needed:$(tput sgr 0)";
composer self-update --1;
echo "$(tput setaf 2)Checking varbase-updater version and updating if needed:$(tput sgr 0)";
composer update vardot/varbase-updater;

Expand Down

0 comments on commit ca40a63

Please sign in to comment.