Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Dec 19, 2023
1 parent 0a34000 commit 8b68731
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 3 deletions.
4 changes: 3 additions & 1 deletion builders/lemp.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,12 @@ const getTooling = options => _.merge({}, toolingDefaults, getDbTooling(options.
*/
module.exports = {
name: 'lemp',
parent: 'recipe',
parent: '_recipe',
config: {
confSrc: __dirname,
database: 'mysql',
defaultFiles: {
},
php: '7.4',
via: 'nginx',
webroot: '.',
Expand Down
208 changes: 206 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
"test": "npm run lint && npm run test:unit"
},
"dependencies": {
"@lando/mariadb": "^1.0.0",
"@lando/mongo": "^1.0.0",
"@lando/mysql": "^1.0.0",
"@lando/nginx": "^1.0.0",
"@lando/php": "^1.0.0",
"@lando/postgres": "^1.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit 8b68731

Please sign in to comment.