diff --git a/CHANGELOG.md b/CHANGELOG.md index 554d54c4..41311b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.102](https://github.com/wayofdev/laravel-open-docs/compare/v2.0.101...v2.0.102) (2023-09-08) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.57 ([0c5df6b](https://github.com/wayofdev/laravel-open-docs/commit/0c5df6b59b42cb1c083429f5ab9dd8546da43025)) + ## [2.0.101](https://github.com/wayofdev/laravel-open-docs/compare/v2.0.100...v2.0.101) (2023-09-08) diff --git a/composer.lock b/composer.lock index 6f78ed5d..07d66191 100644 --- a/composer.lock +++ b/composer.lock @@ -6001,16 +6001,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.26.0", + "version": "v3.26.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55" + "reference": "d023ba6684055f6ea1da1352d8a02baca0426983" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55", - "reference": "5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/d023ba6684055f6ea1da1352d8a02baca0426983", + "reference": "d023ba6684055f6ea1da1352d8a02baca0426983", "shasum": "" }, "require": { @@ -6084,7 +6084,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.26.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.26.1" }, "funding": [ { @@ -6092,7 +6092,7 @@ "type": "github" } ], - "time": "2023-09-08T09:26:05+00:00" + "time": "2023-09-08T19:09:07+00:00" }, { "name": "guzzlehttp/psr7", @@ -10829,16 +10829,16 @@ }, { "name": "wayofdev/cs-fixer-config", - "version": "v1.2.56", + "version": "v1.2.57", "source": { "type": "git", "url": "https://github.com/wayofdev/php-cs-fixer-config.git", - "reference": "dac5be2289977ac8fa30a62ebaacf9f2db4d4e12" + "reference": "de524e1f573fccef6e0b3e37b9b2a5d80dac8e93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wayofdev/php-cs-fixer-config/zipball/dac5be2289977ac8fa30a62ebaacf9f2db4d4e12", - "reference": "dac5be2289977ac8fa30a62ebaacf9f2db4d4e12", + "url": "https://api.github.com/repos/wayofdev/php-cs-fixer-config/zipball/de524e1f573fccef6e0b3e37b9b2a5d80dac8e93", + "reference": "de524e1f573fccef6e0b3e37b9b2a5d80dac8e93", "shasum": "" }, "require": { @@ -10889,7 +10889,7 @@ "type": "github" } ], - "time": "2023-09-08T10:11:12+00:00" + "time": "2023-09-08T10:14:05+00:00" }, { "name": "zbateson/mail-mime-parser", diff --git a/package.json b/package.json index b601e420..f8409b1a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.101", + "version": "2.0.102", "repository": { "url": "https://github.com/wayofdev/laravel-open-docs.git" }