Skip to content

Commit

Permalink
Merge pull request #1908 from aestoltm/fix_mongodb_version
Browse files Browse the repository at this point in the history
Specify `mongodb` version in software requirements
  • Loading branch information
aestoltm authored Aug 23, 2024
2 parents 9609c8f + 4def3c3 commit df68c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10.5/software-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dnf module -y install nodejs:16
need to run the following:
```shell
dnf install -y php-devel
pecl install mongodb
pecl install mongodb-1.16.2
echo "extension=mongodb.so" > /etc/php.d/40-mongodb.ini
```

Expand Down

0 comments on commit df68c15

Please # to comment.