diff --git a/composer.json b/composer.json index c598878..b22f56b 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require-dev": { "christophwurst/nextcloud_testing": "^1.0.0", "roave/security-advisories": "dev-master", - "psalm/phar": "^5.23.0" + "psalm/phar": "^5.23.1" }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l", diff --git a/composer.lock b/composer.lock index 22a4007..d4af65d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "07f903862ba89c903d979b39bbd213f5", + "content-hash": "4ef63abc3c596eb79f861014cf230cbc", "packages": [ { "name": "clue/stream-filter", @@ -2165,16 +2165,16 @@ }, { "name": "psalm/phar", - "version": "5.23.0", + "version": "5.23.1", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "a4673bcae70e0ccd30e7aa30c1d3ca605d264d59" + "reference": "07bb50acefdaf7b663087186f86d47542a9b1622" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/a4673bcae70e0ccd30e7aa30c1d3ca605d264d59", - "reference": "a4673bcae70e0ccd30e7aa30c1d3ca605d264d59", + "url": "https://api.github.com/repos/psalm/phar/zipball/07bb50acefdaf7b663087186f86d47542a9b1622", + "reference": "07bb50acefdaf7b663087186f86d47542a9b1622", "shasum": "" }, "require": { @@ -2194,9 +2194,9 @@ "description": "Composer-based Psalm Phar", "support": { "issues": "https://github.com/psalm/phar/issues", - "source": "https://github.com/psalm/phar/tree/5.23.0" + "source": "https://github.com/psalm/phar/tree/5.23.1" }, - "time": "2024-03-09T19:43:54+00:00" + "time": "2024-03-11T20:43:33+00:00" }, { "name": "roave/security-advisories",