Skip to content

Commit 4f02646

Browse files
authored
Update to latest database services. (#45)
1 parent 6b9bdd3 commit 4f02646

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.5.0 - [March 8, 2024](https://github.com/lando/symfony/releases/tag/v1.5.0)
2+
* Updated to latest database services.
3+
14
## v1.4.1 - [March 4, 2024](https://github.com/lando/symfony/releases/tag/v1.4.1)
25

36
### Fixes

package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
},
4444
"dependencies": {
4545
"@lando/apache": "^1.0.0",
46-
"@lando/mariadb": "^1.0.0",
46+
"@lando/mariadb": "^1.1.0",
4747
"@lando/memcached": "^1.1.0",
4848
"@lando/mssql": "^1.0.0",
49-
"@lando/mysql": "^1.0.0",
49+
"@lando/mysql": "^1.1.0",
5050
"@lando/nginx": "^1.0.0",
5151
"@lando/php": "^1.2.0",
52-
"@lando/postgres": "^1.0.0",
52+
"@lando/postgres": "^1.1.0",
5353
"@lando/redis": "^1.0.0",
5454
"lodash": "^4.17.21"
5555
},

0 commit comments

Comments
 (0)