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 3c028bc commit 8c32d30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": "https://github.com//vardot/varbase-updater"
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"composer-plugin-api": "~1.0 || ~2.0",
"symfony/yaml": "~3.0 || ~4.0"
},
"scripts": {
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 --2;
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 8c32d30

Please sign in to comment.