Pilothouse-App / Pilothouse

A command line app for managing a LEMP local development environment based on Docker.
http://pilothouse-app.org
GNU General Public License v2.0
98 stars 17 forks source link

Add PHP 7.3 support #119

Closed philipnewcomer closed 4 years ago

philipnewcomer commented 5 years ago

PHP 7.3 has been released.

GhostToast commented 4 years ago

Would love to see this as 7.1 is being deprecated and 7.2 is reaching basic EOL end of year: https://www.php.net/supported-versions.php @philipnewcomer

philipnewcomer commented 4 years ago

@GhostToast PHP 7.3 is actually already in Pilothouse. I just forgot to close this issue back when I added it. Run npm i -g pilothouse to update.

GhostToast commented 4 years ago

@philipnewcomer awesome thanks!