Fix photon version check

This commit is contained in:
cytopia
2018-05-15 09:03:28 +02:00
parent 7c498fd369
commit 16c113d404
9 changed files with 9 additions and 9 deletions

View File

@@ -335,7 +335,7 @@ software_available:
curl -q https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar > /usr/local/bin/phpcbf 2>/dev/null \
&& chmod +x /usr/local/bin/phpcbf \
photon:
check: photon --version | grep -E 'version [.0-9]+'
check: photon --version | grep -E 'Installer [.0-9]+'
all:
command: |
COMPOSER_HOME="/usr/local/src/composer" composer global require "photoncms/installer" \