diff --git a/CHANGELOG.md b/CHANGELOG.md
index da82a25..962ad70 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.3.1 ([#3](https://github.com/stephan-strate/php-music-brainz-api/pull/3), [#4](https://github.com/stephan-strate/php-music-brainz-api/pull/4))
+- Bump phpstan/phpstan from 1.2.0 to 1.3.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))
 - 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 b791034..463f920 100644
--- a/composer.lock
+++ b/composer.lock
@@ -2780,16 +2780,16 @@
         },
         {
             "name": "phpstan/phpstan",
-            "version": "1.3.1",
+            "version": "1.3.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/phpstan/phpstan.git",
-                "reference": "c3e7a5837829b3cd5907b895da73a4da084a9f8f"
+                "reference": "84eaa569d48ea79d3bebe2c3ec5d302537a6ae8a"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c3e7a5837829b3cd5907b895da73a4da084a9f8f",
-                "reference": "c3e7a5837829b3cd5907b895da73a4da084a9f8f",
+                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/84eaa569d48ea79d3bebe2c3ec5d302537a6ae8a",
+                "reference": "84eaa569d48ea79d3bebe2c3ec5d302537a6ae8a",
                 "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.3.1"
+                "source": "https://github.com/phpstan/phpstan/tree/1.3.2"
             },
             "funding": [
                 {
@@ -2840,7 +2840,7 @@
                     "type": "tidelift"
                 }
             ],
-            "time": "2022-01-04T17:12:37+00:00"
+            "time": "2022-01-06T17:11:15+00:00"
         },
         {
             "name": "phpunit/php-code-coverage",