From b11e7cde87ced3d77635c5f17449a66d708f1f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:56:18 +0000 Subject: [PATCH] Update nunomaduro/pao requirement from 0.x-dev to 1.1.1 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.1) --- updated-dependencies: - dependency-name: nunomaduro/pao dependency-version: 1.1.1 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 5619347..6411d39 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "larastan/larastan": "^3.9.5", "laravel/pint": "^1.29", "nunomaduro/collision": "^8.9.3", - "nunomaduro/pao": "0.x-dev", + "nunomaduro/pao": "1.1.1", "orchestra/testbench": "^11.1.0", "peckphp/peck": "^0.3.0", "pestphp/pest": "^4.5.0",