Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmenadiel <amenadiel@gmail.com>2017-11-06 14:58:29 +0300
committerAmenadiel <amenadiel@gmail.com>2017-11-06 14:58:29 +0300
commita12dba8fc6e80098f800d9bf05409772579ef340 (patch)
tree2fbc6bddaf8429998ff0378d5a20240b09e58c33 /Makefile
parenteb55f7e8c6430fe6678b6de255dcf2221619e30e (diff)
updates dev deps on composer install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 242a8870..503587fc 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ update_version:
@echo "Current version is " ${VERSION}
@echo "Next version is " $(v)
sed -i s/"$(VERSION)"/"$(v)"/g composer.json
- composer update nothing --lock --root-reqs --no-dev
+ composer update nothing --lock --root-reqs
tag_and_push:
git add --all