[Pkg-owncloud-commits] [php-sabredav] 01/11: Don't use the deprecated --dev option.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:15:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 2.1
in repository php-sabredav.
commit af73ebfe07f5b2398091022efd0677429558d87c
Author: Evert Pot <me at evertpot.com>
Date: Sat Jul 11 17:32:35 2015 -0400
Don't use the deprecated --dev option.
---
bin/build.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/build.php b/bin/build.php
index 0e7d7fc..3ccb7e5 100644
--- a/bin/build.php
+++ b/bin/build.php
@@ -100,7 +100,7 @@ function composerupdate() {
global $baseDir;
echo " Updating composer packages to latest version\n\n";
- system('cd ' . $baseDir . '; composer update --dev');
+ system('cd ' . $baseDir . '; composer update');
}
function test() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list