From 17c82d7d2c4cf39c14cd35bbcf19ec339d2a0926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 10:06:50 +0000 Subject: [PATCH] Update nunomaduro/pao requirement from 0.x-dev to 1.1.2 Updates the requirements on [nunomaduro/pao](https://github.com/laravel/pao) to permit the latest version. - [Release notes](https://github.com/laravel/pao/releases) - [Commits](https://github.com/laravel/pao/compare/v0.1.0...v1.1.2) --- updated-dependencies: - dependency-name: nunomaduro/pao dependency-version: 1.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9c37131..f433d93 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "larastan/larastan": "^3.9.3", "laravel/pint": "^1.29", "nunomaduro/collision": "^8.9.3", - "nunomaduro/pao": "0.x-dev", + "nunomaduro/pao": "1.1.2", "orchestra/testbench": "^11.1.0", "peckphp/peck": "^0.3.0", "pestphp/pest": "^4.4.6",