diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac2119..96b7bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.54](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.53...v1.2.54) (2023-09-08) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.56 ([49fa654](https://github.com/wayofdev/laravel-symfony-serializer/commit/49fa65457cbdd66ad8cea8a2d9cf814337e7eabe)) + ## [1.2.53](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.2.52...v1.2.53) (2023-09-04) diff --git a/composer.lock b/composer.lock index 47b5a89..e899b10 100644 --- a/composer.lock +++ b/composer.lock @@ -6050,16 +6050,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.25.1", + "version": "v3.26.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b" + "reference": "5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8e21d69801de6b5ecb0dbe0bcdf967b335b1260b", - "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55", + "reference": "5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55", "shasum": "" }, "require": { @@ -6133,7 +6133,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.25.1" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.26.0" }, "funding": [ { @@ -6141,7 +6141,7 @@ "type": "github" } ], - "time": "2023-09-04T01:22:52+00:00" + "time": "2023-09-08T09:26:05+00:00" }, { "name": "guzzlehttp/psr7", @@ -10989,16 +10989,16 @@ }, { "name": "wayofdev/cs-fixer-config", - "version": "v1.2.54", + "version": "v1.2.56", "source": { "type": "git", "url": "https://github.com/wayofdev/php-cs-fixer-config.git", - "reference": "b13a87085caa88d051828915d0089f24b8c098b5" + "reference": "dac5be2289977ac8fa30a62ebaacf9f2db4d4e12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wayofdev/php-cs-fixer-config/zipball/b13a87085caa88d051828915d0089f24b8c098b5", - "reference": "b13a87085caa88d051828915d0089f24b8c098b5", + "url": "https://api.github.com/repos/wayofdev/php-cs-fixer-config/zipball/dac5be2289977ac8fa30a62ebaacf9f2db4d4e12", + "reference": "dac5be2289977ac8fa30a62ebaacf9f2db4d4e12", "shasum": "" }, "require": { @@ -11049,7 +11049,7 @@ "type": "github" } ], - "time": "2023-09-04T13:55:50+00:00" + "time": "2023-09-08T10:11:12+00:00" }, { "name": "zbateson/mail-mime-parser", diff --git a/package.json b/package.json index 503bacc..7f125ea 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.53", + "version": "1.2.54", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }