Skip to content

Commit b0707b8

Browse files
Merge pull request #2 from creode/feature/1-update-docker-environment-list
Add docker images.
2 parents 32d8b07 + c461c40 commit b0707b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/Environment/Command/Container

src/Environment/Command/Container/Php.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ protected function askQuestions()
7272
'../vendor/creode/docker/images/php/5.3' => 'PHP 5.3'
7373
],
7474
[ // images
75+
'creode/php-apache:7.2' => 'PHP 7.2',
76+
'creode/php-apache:7.1' => 'PHP 7.1',
7577
'creode/php-apache:7.0' => 'PHP 7.0',
7678
'creode/php-apache:5.6' => 'PHP 5.6',
7779
'creode/php-apache:5.6-ioncube' => 'PHP 5.6 with ionCube',

0 commit comments

Comments
 (0)