Skip to content

Commit

Permalink
Fix #62 - Support PHP 7.4 in built-in server
Browse files Browse the repository at this point in the history
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
  • Loading branch information
zulus committed Jun 11, 2020
1 parent cba64eb commit 81ca775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/org.eclipse.php.builtin.server.core/plugin.xml
Expand Up @@ -19,7 +19,7 @@
vendor="PHP">
<moduleType
types="php.web"
versions="5.0, 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3">
versions="5.0, 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4">
</moduleType>
</runtimeType>
</extension>
Expand Down

0 comments on commit 81ca775

Please sign in to comment.