chore: install laravel/pao dev dependency (#464)
Installs `laravel/pao` as a dev dependency via `composer require laravel/pao --dev`. ## Changes - Add `laravel/pao ^1.1` to `require-dev` - Update `composer.lock` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
parent
448bb2e64a
commit
26cf79d88b
|
|
@ -29,6 +29,7 @@
|
|||
"larastan/larastan": "^3.9",
|
||||
"laravel/boost": "^2",
|
||||
"laravel/pail": "^1.2.2",
|
||||
"laravel/pao": "^1.1",
|
||||
"laravel/pint": "^1.24",
|
||||
"laravel/sail": "^1.41",
|
||||
"mockery/mockery": "^1.6",
|
||||
|
|
|
|||
|
|
@ -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": "d4bc144aeaac380fd7a4fa2c63670f36",
|
||||
"content-hash": "c9e011d539b5a884b9672683f99b26e6",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-crt-php",
|
||||
|
|
@ -10192,6 +10192,68 @@
|
|||
],
|
||||
"time": "2026-02-20T12:07:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/agent-detector",
|
||||
"version": "v2.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/agent-detector.git",
|
||||
"reference": "90694b9256099591cf9e55d08c18ba7a00bf099f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/agent-detector/zipball/90694b9256099591cf9e55d08c18ba7a00bf099f",
|
||||
"reference": "90694b9256099591cf9e55d08c18ba7a00bf099f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.24.0",
|
||||
"pestphp/pest": "^3.8.5|^4.1.0",
|
||||
"pestphp/pest-plugin-type-coverage": "^3.0|^4.0.2",
|
||||
"phpstan/phpstan": "^2.1.26",
|
||||
"rector/rector": "^2.1.7",
|
||||
"symfony/var-dumper": "^7.3.3"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/functions.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Laravel\\AgentDetector\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Taylor Otwell",
|
||||
"email": "taylor@laravel.com"
|
||||
}
|
||||
],
|
||||
"description": "Detect if code is running in an AI agent or automated development environment",
|
||||
"homepage": "https://github.com/laravel/agent-detector",
|
||||
"keywords": [
|
||||
"Agent",
|
||||
"ai",
|
||||
"automation",
|
||||
"claude",
|
||||
"cursor",
|
||||
"detection",
|
||||
"devin",
|
||||
"php"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel/agent-detector/issues",
|
||||
"source": "https://github.com/laravel/agent-detector"
|
||||
},
|
||||
"time": "2026-04-29T18:32:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/boost",
|
||||
"version": "v2.3.4",
|
||||
|
|
@ -10411,6 +10473,91 @@
|
|||
},
|
||||
"time": "2026-02-09T13:44:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/pao",
|
||||
"version": "v1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/pao.git",
|
||||
"reference": "519eecdefb9d5da362876376b52207c8f11b477c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/pao/zipball/519eecdefb9d5da362876376b52207c8f11b477c",
|
||||
"reference": "519eecdefb9d5da362876376b52207c8f11b477c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laravel/agent-detector": "^2.0.2",
|
||||
"php": "^8.3"
|
||||
},
|
||||
"conflict": {
|
||||
"laravel/framework": "<12.0.0",
|
||||
"nunomaduro/collision": "<8.9.3",
|
||||
"pestphp/pest": "<4.6.3 || >=6.0.0",
|
||||
"phpunit/phpunit": "<12.5.23 || >=13.0.0 <13.1.7 || >=14.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"brianium/paratest": "^7.20.0",
|
||||
"laravel/pint": "^1.29.1",
|
||||
"orchestra/testbench": "^10.11.0 || ^11.1.0",
|
||||
"pestphp/pest": "^4.7.2 || ^5.0.0",
|
||||
"pestphp/pest-plugin-type-coverage": "^4.0.4 || ^5.0.0",
|
||||
"phpstan/phpstan": "^2.2.1",
|
||||
"rector/rector": "^2.4.5",
|
||||
"symfony/process": "^7.4.8 || ^8.1.0",
|
||||
"symfony/var-dumper": "^7.4.8 || ^8.1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"pest": {
|
||||
"plugins": [
|
||||
"Laravel\\Pao\\Drivers\\Pest\\Plugin"
|
||||
]
|
||||
},
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Laravel\\Pao\\Laravel\\ServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/Autoload.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Laravel\\Pao\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Taylor Otwell",
|
||||
"email": "taylor@laravel.com"
|
||||
}
|
||||
],
|
||||
"description": "Agent-optimized output for PHP testing tools",
|
||||
"keywords": [
|
||||
"Agent",
|
||||
"PHPStan",
|
||||
"ai",
|
||||
"dev",
|
||||
"paratest",
|
||||
"pest",
|
||||
"php",
|
||||
"phpunit",
|
||||
"rector",
|
||||
"testing"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel/pao/issues",
|
||||
"source": "https://github.com/laravel/pao"
|
||||
},
|
||||
"time": "2026-06-01T07:26:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/pint",
|
||||
"version": "v1.29.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue