From cea24befb81307fe31906d772e04285438a5c4e8 Mon Sep 17 00:00:00 2001 From: Urmo Schmidt Date: Wed, 4 May 2022 16:21:07 +0300 Subject: [PATCH] Require vaimo/composer-changelogs: ^1.0 --- CHANGELOG.md | 12 +- changelog.json | 10 ++ composer.json | 7 +- composer.lock | 376 +++++++++++++++++++++++++++++++++++++++++-------- 4 files changed, 345 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dae182..0b0431e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ _This file has been auto-generated from the contents of changelog.json_ -## 1.6.0 +## 1.7.1 + +require vaimo/composer-changelogs: ^1.0 +Links: [src](https://github.com/vaimo/composer-repository-bundle/tree/1.7.1) [diff](https://github.com/vaimo/composer-repository-bundle/compare/1.7.0...1.7.1) + +## 1.7.0 (2022-04-13) + +composer 2.3 support +Links: [src](https://github.com/vaimo/composer-repository-bundle/tree/1.7.0) [diff](https://github.com/vaimo/composer-repository-bundle/compare/1.6.0...1.7.0) + +## 1.6.0 (2019-02-20) ### Feature diff --git a/changelog.json b/changelog.json index 9cf1fe8..ced33bf 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,14 @@ { + "1.7.1": { + "overview": [ + "require vaimo/composer-changelogs: ^1.0" + ] + }, + "1.7.0": { + "overview": [ + "composer 2.3 support" + ] + }, "1.6.0": { "feature": [ "allow glob patterns in repository path definitions to support deeper/grouped repository setups" diff --git a/composer.json b/composer.json index 01a9402..dea9dd6 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "composer-plugin-api": "^1.0 || ^2.0" }, "require-dev": { - "vaimo/composer-changelogs": "^0.13.1" + "vaimo/composer-changelogs": "^1.0" }, "support": { "source": "https://github.com/vaimo/composer-repository-bundle", @@ -45,5 +45,10 @@ "psr-4": { "Vaimo\\ComposerRepositoryBundle\\": "src" } + }, + "config": { + "allow-plugins": { + "vaimo/composer-changelogs": true + } } } diff --git a/composer.lock b/composer.lock index e9b60d8..28210be 100644 --- a/composer.lock +++ b/composer.lock @@ -4,49 +4,127 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "151ba0650efbdb0ca7cb819e6e22ea37", + "content-hash": "d78cd4f22d2276f0cd329e3a11fe440a", "packages": [], "packages-dev": [ { - "name": "vaimo/composer-changelogs", - "version": "0.13.1", + "name": "camspiers/json-pretty", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/vaimo/composer-changelogs.git", - "reference": "9804ed130966289f9b433a23606f9674b74c2b22" + "url": "https://github.com/camspiers/json-pretty.git", + "reference": "17be37cb83af8014658da48fa0012604179039a7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/17be37cb83af8014658da48fa0012604179039a7", + "reference": "17be37cb83af8014658da48fa0012604179039a7", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "Camspiers": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Cam Spiers", + "email": "cameron@heyday.co.nz" + } + ], + "description": "Provides support for json pretty printing", + "support": { + "issues": "https://github.com/camspiers/json-pretty/issues", + "source": "https://github.com/camspiers/json-pretty/tree/master" + }, + "time": "2016-02-06T01:25:58+00:00" + }, + { + "name": "mustache/mustache", + "version": "v2.14.1", + "source": { + "type": "git", + "url": "https://github.com/bobthecow/mustache.php.git", + "reference": "579ffa5c96e1d292c060b3dd62811ff01ad8c24e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vaimo/composer-changelogs/zipball/9804ed130966289f9b433a23606f9674b74c2b22", - "reference": "9804ed130966289f9b433a23606f9674b74c2b22", + "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/579ffa5c96e1d292c060b3dd62811ff01ad8c24e", + "reference": "579ffa5c96e1d292c060b3dd62811ff01ad8c24e", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0", - "ext-json": "*", - "php": ">=5.4.0", - "zordius/lightncandy": "^v1.2.2" + "php": ">=5.2.4" }, "require-dev": { - "composer/composer": "^1.0.0", - "vaimo/composer-changelogs-proxy": "dev-default" + "friendsofphp/php-cs-fixer": "~1.11", + "phpunit/phpunit": "~3.7|~4.0|~5.0" }, - "type": "composer-plugin", - "extra": { - "class": "Vaimo\\ComposerChangelogs\\Plugin", - "changelog": { - "source": "changelog.json", - "output": { - "md": "CHANGELOG.md", - "features": { - "links": false - } - } + "type": "library", + "autoload": { + "psr-0": { + "Mustache": "src/" } }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Justin Hileman", + "email": "justin@justinhileman.info", + "homepage": "http://justinhileman.com" + } + ], + "description": "A Mustache implementation in PHP.", + "homepage": "https://github.com/bobthecow/mustache.php", + "keywords": [ + "mustache", + "templating" + ], + "support": { + "issues": "https://github.com/bobthecow/mustache.php/issues", + "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.1" + }, + "time": "2022-01-21T06:08:36+00:00" + }, + { + "name": "seld/jsonlint", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/jsonlint.git", + "reference": "4211420d25eba80712bff236a98960ef68b866b7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7", + "reference": "4211420d25eba80712bff236a98960ef68b866b7", + "shasum": "" + }, + "require": { + "php": "^5.3 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" + }, + "bin": [ + "bin/jsonlint" + ], + "type": "library", "autoload": { "psr-4": { - "Vaimo\\ComposerChangelogs\\": "src" + "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", @@ -55,49 +133,225 @@ ], "authors": [ { - "name": "Allan Paiste", - "email": "allan.paiste@vaimo.com" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" } ], - "description": "Provide information about package changes based on changelog files that are bundled with releases; provide tools for generating documentation files from changelog sources", + "description": "JSON Linter", "keywords": [ - "changelog files", - "changelog json", - "documentation generators", - "grouped changes", - "semantic meaning for change" + "json", + "linter", + "parser", + "validator" + ], + "support": { + "issues": "https://github.com/Seldaek/jsonlint/issues", + "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", + "type": "tidelift" + } ], - "time": "2019-02-05T15:14:53+00:00" + "time": "2022-04-01T13:37:23+00:00" }, { - "name": "zordius/lightncandy", - "version": "dev-master", + "name": "symfony/polyfill-php80", + "version": "v1.25.0", "source": { "type": "git", - "url": "https://github.com/zordius/lightncandy.git", - "reference": "0301a34501819af7f04adbed524b3fdc9061d8fe" + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zordius/lightncandy/zipball/0301a34501819af7f04adbed524b3fdc9061d8fe", - "reference": "0301a34501819af7f04adbed524b3fdc9061d8fe", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", "shasum": "" }, "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "4.8.35" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.3-dev" + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-03-04T08:16:47+00:00" + }, + { + "name": "symfony/process", + "version": "5.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", + "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", + "shasum": "" }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" + }, + "default-branch": true, + "type": "library", "autoload": { "psr-4": { - "LightnCandy\\": "src" + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Executes commands in sub-processes", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/process/tree/v5.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-04-08T05:07:18+00:00" + }, + { + "name": "vaimo/composer-changelogs", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/vaimo/composer-changelogs.git", + "reference": "1ba3f11ca922fc0e9e5de00395166150d9263da4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/vaimo/composer-changelogs/zipball/1ba3f11ca922fc0e9e5de00395166150d9263da4", + "reference": "1ba3f11ca922fc0e9e5de00395166150d9263da4", + "shasum": "" + }, + "require": { + "camspiers/json-pretty": "^1.0.2", + "composer-plugin-api": "^1.0 || ^2.0", + "ext-json": "*", + "mustache/mustache": "^v2.12.0", + "php": ">=7.4.0", + "seld/jsonlint": "^1.7.1", + "symfony/process": ">=4.2" + }, + "require-dev": { + "composer/composer": "^1.0 || ^2.0", + "phpcompatibility/php-compatibility": "^9.1.1", + "phpmd/phpmd": "^2.6.0", + "phpunit/phpunit": "^4.8.36", + "sebastian/phpcpd": "^1.4.3", + "squizlabs/php_codesniffer": "^3.6.2", + "vaimo/composer-changelogs-proxy": "1.0.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Vaimo\\ComposerChangelogs\\Plugin", + "changelog": { + "source": "changelog.json", + "output": { + "md": "CHANGELOG.md" + } + } + }, + "autoload": { + "psr-4": { + "Vaimo\\ComposerChangelogs\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -106,20 +360,24 @@ ], "authors": [ { - "name": "Zordius Chen", - "email": "zordius@gmail.com" + "name": "Allan Paiste", + "email": "allan.paiste@vaimo.com" } ], - "description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).", - "homepage": "https://github.com/zordius/lightncandy", + "description": "Provide information about package changes based on changelog files that are bundled with releases; provide tools for generating documentation files from changelog sources", "keywords": [ - "handlebars", - "logicless", - "mustache", - "php", - "template" + "changelog files", + "changelog json", + "documentation generators", + "grouped changes", + "semantic meaning for change" ], - "time": "2018-03-23T09:14:34+00:00" + "support": { + "docs": "https://github.com/vaimo/composer-changelogs", + "issues": "https://github.com/vaimo/composer-changelogs/issues", + "source": "https://github.com/vaimo/composer-changelogs" + }, + "time": "2022-04-21T13:51:42+00:00" } ], "aliases": [], @@ -128,7 +386,9 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.3.0" + "php": ">=5.3.0", + "composer-plugin-api": "^1.0 || ^2.0" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }