
4 Apr
2017
4 Apr
'17
8:47 a.m.
Branch: refs/heads/QA_4_7 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 6f9a50f2e70b48c8e32f1d33538876218ee25093 https://github.com/phpmyadmin/phpmyadmin/commit/6f9a50f2e70b48c8e32f1d335388... Author: Michal Čihař <michal@cihar.com> Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M ChangeLog M scripts/create-release.sh Log Message: ----------- Do not include devel dependencies in the release The composer require does automatically run update and thus pulling in all things we've removed in previous step. Passing --update-no-dev avoids this. Fixes #13146 Signed-off-by: Michal Čihař <michal@cihar.com>