Skip to content

Commit 9fa7a31

Browse files
committedFeb 9, 2019
chore: also list php 7.3
1 parent 93a4d93 commit 9fa7a31

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎resources/.travis.yml.twig

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ php:
2222
{% endif %}
2323
{% if php <= 7.2 %}
2424
- 7.2
25+
{% endif %}
26+
{% if php <= 7.3 %}
27+
- 7.3
2528
{% endif %}
2629
- nightly
2730

‎src/Console/InitCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ protected function collectMissing(Interactor $io)
192192
'default' => 'm',
193193
],
194194
'php' => [
195-
'choices' => ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2'],
195+
'choices' => ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3'],
196196
'default' => '7.0',
197197
],
198198
'using' => ['retry' => 0, 'extra' => ' (ENTER to skip)'],

0 commit comments

Comments
 (0)