Add laravel/pao

This commit is contained in:
DariusIII
2026-08-13 10:42:59 +02:00
parent 3a4aa0f21b
commit aedfcf8737
2 changed files with 149 additions and 1 deletions
Generated
+148 -1
View File
@@ -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": "41116ee8ce5edd0e34645adc6a218aec",
"content-hash": "065d55d05cadaf52edff843529e996d7",
"packages": [
{
"name": "aharen/omdbapi",
@@ -12529,6 +12529,68 @@
],
"time": "2026-05-28T08:00:58+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.5.3",
@@ -12669,6 +12731,91 @@
},
"time": "2026-08-10T18:01:31+00:00"
},
{
"name": "laravel/pao",
"version": "v1.1.4",
"source": {
"type": "git",
"url": "https://github.com/laravel/pao.git",
"reference": "5aee99c8c37565e9c457c33f4d36aa363a389dc8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pao/zipball/5aee99c8c37565e9c457c33f4d36aa363a389dc8",
"reference": "5aee99c8c37565e9c457c33f4d36aa363a389dc8",
"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.30.5",
"orchestra/testbench": "^10.11.0 || ^11.1.0",
"pestphp/pest": "^4.7.8 || ^5.1.0",
"pestphp/pest-plugin-type-coverage": "^4.0.4 || ^5.0.2",
"phpstan/phpstan": "^2.2.8",
"rector/rector": "^2.6.1",
"symfony/process": "^7.4.13 || ^8.1.0",
"symfony/var-dumper": "^7.4.15 || ^8.1.2"
},
"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-08-10T23:45:44+00:00"
},
{
"name": "laravel/pint",
"version": "v1.30.5",