You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update logic to ensure TTY mode is appropriately disabled (#162)
* Update logic to ensure TTY mode is appropriately disabled
FixesNativePHP/laravel#468
- Utilises the Symfony Process class which has a tried and tested `isTtySupported()` method. This will return false if windows due to a DIRECTORY_SEPARATOR check.
- Removed check for Windows specifically as this is checked as above.
- Ensures even if TTY is supported, it is still set to off when -n|--non-interactive is specified.
* Ensure beta is allowed to be requested
* New minimum version required by /laravel to allow download
* Update test package dependency
---------
Co-authored-by: Pete Bishop <[email protected]>
0 commit comments