Skip to content

Commit

Permalink
DD#0000: feat: Added php82
Browse files Browse the repository at this point in the history
  • Loading branch information
valguss committed Sep 11, 2023
1 parent 2884d01 commit 088a7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@click.option('--domain', prompt="The domain name to use without a subdomain e.g. example.com",
help="Domain name to use", required=True)
@click.option('--framework', prompt="Which Framework", type=click.Choice(["magento2", "wordpress"]), help="Choose which framework is required", required=True, default="magento2")
@click.option('--php', prompt="Php Version", type=click.Choice(["74","7.4","80","8.0","81","8.1"]), help="Php Version", required=True, default="81")
@click.option('--php', prompt="Php Version", type=click.Choice(["74","7.4","80","8.0","81","8.1","82","8.2"]), help="Php Version", required=True, default="81")
@click.option('--varnish', prompt="Use Varnish (Version 5 or 6, 0 for none)?", type=click.Choice(["5", "6", "0"]), help="Use Varnish", required=True, default="0")
@click.option('--redis/--no-redis', prompt="Use Redis?", help="Use Redis", required=True, is_flag=True, default=False)
@click.option('--rabbitmq/--no-rabbitmq', prompt="Use RabbitMQ?", help="Use RabbitMQ", required=True, is_flag=True, default=False)
Expand Down

0 comments on commit 088a7ea

Please sign in to comment.