-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Labels
Description
What happened?
I'm trying to install the package [email protected]
The install looks fine and a devbox update
gives me
Info: Already up-to-date [email protected] 1.15.0
but if I run php -r "phpinfo(INFO_MODULES);" | grep -B 3 -i version |grep MongoDB
i get

2.1.1 is the latest version

Steps to reproduce
devbox add [email protected]
install php 8.1devbox add [email protected]
install the php extensionphp -r "phpinfo(INFO_MODULES);" | grep -B 3 -i version |grep MongoDB
check asking to PHP the version of the loaded extension
Command
No response
devbox.json
Devbox version
0.15.1
Nix version
nix (Determinate Nix 3.6.6) 2.29.0
What system does this bug occur on?
Linux (x86-64)
Debug logs
No response