From 7761d864ba6b4cba868b7150a3b93a86d7852bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 20:33:22 +0000 Subject: [PATCH] chore(deps): update azjezz/psl requirement from ^5.0 to ^6.0 Updates the requirements on [azjezz/psl](https://github.com/php-standard-library/php-standard-library) to permit the latest version. - [Release notes](https://github.com/php-standard-library/php-standard-library/releases) - [Changelog](https://github.com/php-standard-library/php-standard-library/blob/next/CHANGELOG.md) - [Commits](https://github.com/php-standard-library/php-standard-library/compare/5.0.0...6.0.3) --- updated-dependencies: - dependency-name: azjezz/psl dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4bf6c82..9fdf5fe 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "nyholm/dsn": "^2.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "ext-json": "*", - "azjezz/psl": "^5.0" + "azjezz/psl": "^6.0" }, "require-dev": {