-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Labels
Description
What happened?
I'm trying to install the package php81Extensions.mongodb@1.15
The install looks fine and a devbox update
gives me
Info: Already up-to-date php81Extensions.mongodb@1.15 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 php@8.1
install php 8.1devbox add php81Extensions.mongodb@1.15
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