diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f36bdf..39f9f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed -- Bump phpstan/phpstan from 1.2.0 to 1.4.0 ([#3](https://github.com/stephan-strate/php-music-brainz-api/pull/3), [#4](https://github.com/stephan-strate/php-music-brainz-api/pull/4), [#5](https://github.com/stephan-strate/php-music-brainz-api/pull/5), [#6](https://github.com/stephan-strate/php-music-brainz-api/pull/6), [#7](https://github.com/stephan-strate/php-music-brainz-api/pull/7)) +- Bump phpstan/phpstan from 1.2.0 to 1.4.2 ([#3](https://github.com/stephan-strate/php-music-brainz-api/pull/3), [#4](https://github.com/stephan-strate/php-music-brainz-api/pull/4), [#5](https://github.com/stephan-strate/php-music-brainz-api/pull/5), [#6](https://github.com/stephan-strate/php-music-brainz-api/pull/6), [#7](https://github.com/stephan-strate/php-music-brainz-api/pull/7), [#9](https://github.com/stephan-strate/php-music-brainz-api/pull/9)) - Bump symfony/property-access from 5.4.0 to 5.4.2 ([#2](https://github.com/stephan-strate/php-music-brainz-api/pull/2)) - Bump symfony/serializer from 5.4.0 to 5.4.2 ([#1](https://github.com/stephan-strate/php-music-brainz-api/pull/1)) diff --git a/composer.lock b/composer.lock index 1b6dca2..78ce7c7 100644 --- a/composer.lock +++ b/composer.lock @@ -2780,16 +2780,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.4.0", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "72b04d97b5e6e60a081f17c416fef35bd521120b" + "reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/72b04d97b5e6e60a081f17c416fef35bd521120b", - "reference": "72b04d97b5e6e60a081f17c416fef35bd521120b", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1dd8f3e40bf7aa30031a75c65cece99220a161b8", + "reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8", "shasum": "" }, "require": { @@ -2820,7 +2820,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.4.0" + "source": "https://github.com/phpstan/phpstan/tree/1.4.2" }, "funding": [ { @@ -2840,7 +2840,7 @@ "type": "tidelift" } ], - "time": "2022-01-14T15:58:47+00:00" + "time": "2022-01-18T16:09:11+00:00" }, { "name": "phpunit/php-code-coverage",