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:
parent
996bfb0120
commit
e98b2431c4
|
@ -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
|
||||
|
|
|
@ -24,6 +24,8 @@ with pkgs; [
|
|||
lua
|
||||
mysql
|
||||
neofetch
|
||||
php82
|
||||
php82Packages.composer
|
||||
pv
|
||||
ripgrep
|
||||
rustywind
|
||||
|
|
Loading…
Reference in a new issue