Skip to content

Commit

Permalink
Merge branch 'main' into composer-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy authored Nov 18, 2024
2 parents 0efdf9a + 4ad3c1e commit c6b2b32
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* Set default `composer` version to `1.10.27` for PHP <= 5.2
* Fixed bug causing `composer` 2.2.x to be installed when `composer_version` was set to a single digit version such as `1`

## v1.6.1 - [November 4, 2024](https://github.com/lando/php/releases/tag/v1.6.1)

* Updated to [@lando/vitepress-theme-default-plus@v1.1.0-beta.18](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.1.0-beta.18).

## v1.6.0 - [October 25, 2024](https://github.com/lando/php/releases/tag/v1.6.0)

* Updated release process to generate an edge release when stable releases are created.
Expand Down
210 changes: 204 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lando/php",
"description": "A Lando plugin that provides a tight integration with PHP.",
"version": "1.6.0",
"version": "1.6.1",
"author": "Mike Pirog @pirog",
"license": "GPL-3.0",
"repository": "lando/php",
Expand Down Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@babel/eslint-parser": "^7.16.0",
"@lando/leia": "0.6.5",
"@lando/vitepress-theme-default-plus": "^1.1.0-beta.15",
"@lando/vitepress-theme-default-plus": "^1.1.0-beta.23",
"chai": "^4.3.4",
"command-line-test": "^1.0.10",
"eslint": "^7.32.0",
Expand Down

0 comments on commit c6b2b32

Please sign in to comment.