We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32d8b07 + c461c40 commit b0707b8Copy full SHA for b0707b8
1 file changed
src/Environment/Command/Container/Php.php
@@ -72,6 +72,8 @@ protected function askQuestions()
72
'../vendor/creode/docker/images/php/5.3' => 'PHP 5.3'
73
],
74
[ // images
75
+ 'creode/php-apache:7.2' => 'PHP 7.2',
76
+ 'creode/php-apache:7.1' => 'PHP 7.1',
77
'creode/php-apache:7.0' => 'PHP 7.0',
78
'creode/php-apache:5.6' => 'PHP 5.6',
79
'creode/php-apache:5.6-ioncube' => 'PHP 5.6 with ionCube',
0 commit comments