adding --php72

This commit is contained in:
VirtuBox
2019-08-04 14:40:35 +02:00
parent bbe625a9c9
commit 65813a309f
2 changed files with 4 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- More informations during certificate issuance about validation mode selected
- `--php72` as alternative for `--php`
- Automated removal of the deprecated variable `ssl on;` in previous Nginx ssl.conf
- Project Contributing guidelines
- Project Code of conduct
#### Changed

View File

@@ -309,7 +309,7 @@ class WOSiteCreateController(CementBaseController):
nargs='?')),
(['--html'],
dict(help="create html site", action='store_true')),
(['--php'],
(['--php72', '--php'],
dict(help="create php 7.2 site", action='store_true')),
(['--php73'],
dict(help="create php 7.3 site", action='store_true')),
@@ -800,7 +800,7 @@ class WOSiteUpdateController(CementBaseController):
action='store_true')),
(['--html'],
dict(help="update to html site", action='store_true')),
(['--php'],
(['--php72', '--php'],
dict(help="update to php site", action='store_true')),
(['--php73'],
dict(help="update to php73 site",