Add a default version of PHP and Composer

I use it for various CLI tools so it makes sense to have a default
version of PHP installed.
This commit is contained in:
Oliver Davies 2024-02-26 17:31:59 +00:00
parent 996bfb0120
commit e98b2431c4
2 changed files with 8 additions and 0 deletions

View file

@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), but adapt
Instead of grouping changes by tag, they are grouped by the date they are released.
## 26th February 2024
### Added
* Add PHP 8.2 as a default global version.
## 24th February 2024
### Removed

View file

@ -24,6 +24,8 @@ with pkgs; [
lua
mysql
neofetch
php82
php82Packages.composer
pv
ripgrep
rustywind