switch-php
Version:
Easily switch between PHP versions on your Mac. Requires Homebrew and works with Laravel Valet.
29 lines (22 loc) • 925 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.3] - 2018-12-13
### Added
- `switch-php` now supports PHP 7.3!
- Added LICENSE and CHANGELOG to the repo
### Changed
- Updated some of the examples to PHP 7.3
- Created new gif to reflect changes implemented in v1.1.0 and also PHP 7.3
## [1.1.2] - 2018-07-06
### Fixed
- Customizing the memory settings was failing due to a variable removed in v1.1.0
## [1.1.1] - 2018-07-02
### Fixed
- Examples were updated to match the new arguments implemented in v1.1.0
## [1.1.0] - 2018-07-02
### Changed
- Homebrew PHP formula were moved to the core tap and also underwent name changes which necessitated updates to this script
### Fixed
- Spelling and formatting errors