Skip to content

Commit

Permalink
Update php/nginx deps. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec authored Nov 22, 2023
1 parent e4d2729 commit f49410b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@lando/mariadb": "^0.9.0",
"@lando/mongo": "^0.9.0",
"@lando/mysql": "^0.9.0",
"@lando/php": "https://github.com/lando/php#66-remove-multiviews",
"@lando/php": "^0.10.0",
"@lando/postgres": "^0.10.0",
"lodash": "^4.17.21"
},
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -496,18 +496,19 @@
dependencies:
lodash "^4.17.21"

"@lando/nginx@0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@lando/nginx/-/nginx-0.9.0.tgz#527b68ce5e0b7eb62e69f7426660174adab0e33e"
integrity sha512-b+2owYglucsRSGX6Hl63nudzs3UD+v6Wm7Os2KAYbAL/4nIEe0IjpAnQG71lLkwSbms4fU4xCfKHYorS9UKd0w==
"@lando/nginx@0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@lando/nginx/-/nginx-0.10.0.tgz#c2d63d112a615d19c4313b18bf2e97a7fcab0308"
integrity sha512-aKpULGWimycpSYpQAqBtiFwt/zfXACxN59vugEnQNypVkVCPTzq0A2Gk2rcd41DaCpR8cmf8BM80Eqz+GeM7UA==
dependencies:
lodash "^4.17.21"

"@lando/php@https://github.com/lando/php#66-remove-multiviews":
version "0.9.0"
resolved "https://github.com/lando/php#274b32ded05df2e444388785b829757c5b39012d"
"@lando/php@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@lando/php/-/php-0.10.0.tgz#b7761cd97a6172b6ee9f857a5a52febb8363bf42"
integrity sha512-q2VLBXHzuuozVTckGzEi7o6d+LBRbo/wBoxsl7YnGHLOevtJZDMgKjj6hF2QSiDj0Yg5vAwvUiY+Yj8WPubUCQ==
dependencies:
"@lando/nginx" "0.9.0"
"@lando/nginx" "0.10.0"
lodash "^4.17.21"
semver "^7.3.7"

Expand Down

0 comments on commit f49410b

Please sign in to comment.