|
@@ -4,7 +4,7 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
],
|
|
],
|
|
- "content-hash": "d4d3258bc9d1e7e2dc5f5e93bced6384",
|
|
|
|
|
|
+ "content-hash": "6b02cb225b5cc89f5e4000b872416d35",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "aws/aws-crt-php",
|
|
"name": "aws/aws-crt-php",
|
|
@@ -11011,6 +11011,47 @@
|
|
},
|
|
},
|
|
"time": "2025-04-30T06:54:44+00:00"
|
|
"time": "2025-04-30T06:54:44+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "iamcal/sql-parser",
|
|
|
|
+ "version": "v0.6",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/iamcal/SQLParser.git",
|
|
|
|
+ "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/iamcal/SQLParser/zipball/947083e2dca211a6f12fb1beb67a01e387de9b62",
|
|
|
|
+ "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "php-coveralls/php-coveralls": "^1.0",
|
|
|
|
+ "phpunit/phpunit": "^5|^6|^7|^8|^9"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "iamcal\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Cal Henderson",
|
|
|
|
+ "email": "cal@iamcal.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "MySQL schema parser",
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/iamcal/SQLParser/issues",
|
|
|
|
+ "source": "https://github.com/iamcal/SQLParser/tree/v0.6"
|
|
|
|
+ },
|
|
|
|
+ "time": "2025-03-17T16:59:46+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "jean85/pretty-package-versions",
|
|
"name": "jean85/pretty-package-versions",
|
|
"version": "2.1.1",
|
|
"version": "2.1.1",
|
|
@@ -11071,18 +11112,107 @@
|
|
},
|
|
},
|
|
"time": "2025-03-19T14:43:43+00:00"
|
|
"time": "2025-03-19T14:43:43+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "larastan/larastan",
|
|
|
|
+ "version": "v3.7.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/larastan/larastan.git",
|
|
|
|
+ "reference": "2e653fd19585a825e283b42f38378b21ae481cc7"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/larastan/larastan/zipball/2e653fd19585a825e283b42f38378b21ae481cc7",
|
|
|
|
+ "reference": "2e653fd19585a825e283b42f38378b21ae481cc7",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-json": "*",
|
|
|
|
+ "iamcal/sql-parser": "^0.6.0",
|
|
|
|
+ "illuminate/console": "^11.44.2 || ^12.4.1",
|
|
|
|
+ "illuminate/container": "^11.44.2 || ^12.4.1",
|
|
|
|
+ "illuminate/contracts": "^11.44.2 || ^12.4.1",
|
|
|
|
+ "illuminate/database": "^11.44.2 || ^12.4.1",
|
|
|
|
+ "illuminate/http": "^11.44.2 || ^12.4.1",
|
|
|
|
+ "illuminate/pipeline": "^11.44.2 || ^12.4.1",
|
|
|
|
+ "illuminate/support": "^11.44.2 || ^12.4.1",
|
|
|
|
+ "php": "^8.2",
|
|
|
|
+ "phpstan/phpstan": "^2.1.23"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "doctrine/coding-standard": "^13",
|
|
|
|
+ "laravel/framework": "^11.44.2 || ^12.7.2",
|
|
|
|
+ "mockery/mockery": "^1.6.12",
|
|
|
|
+ "nikic/php-parser": "^5.4",
|
|
|
|
+ "orchestra/canvas": "^v9.2.2 || ^10.0.1",
|
|
|
|
+ "orchestra/testbench-core": "^9.12.0 || ^10.1",
|
|
|
|
+ "phpstan/phpstan-deprecation-rules": "^2.0.1",
|
|
|
|
+ "phpunit/phpunit": "^10.5.35 || ^11.5.15"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
|
|
|
|
+ },
|
|
|
|
+ "type": "phpstan-extension",
|
|
|
|
+ "extra": {
|
|
|
|
+ "phpstan": {
|
|
|
|
+ "includes": [
|
|
|
|
+ "extension.neon"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "3.0-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Larastan\\Larastan\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Can Vural",
|
|
|
|
+ "email": "can9119@gmail.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "PHPStan",
|
|
|
|
+ "code analyse",
|
|
|
|
+ "code analysis",
|
|
|
|
+ "larastan",
|
|
|
|
+ "laravel",
|
|
|
|
+ "package",
|
|
|
|
+ "php",
|
|
|
|
+ "static analysis"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/larastan/larastan/issues",
|
|
|
|
+ "source": "https://github.com/larastan/larastan/tree/v3.7.1"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/canvural",
|
|
|
|
+ "type": "github"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2025-09-10T19:42:11+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "laravel/pint",
|
|
"name": "laravel/pint",
|
|
- "version": "v1.22.1",
|
|
|
|
|
|
+ "version": "v1.24.0",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/laravel/pint.git",
|
|
"url": "https://github.com/laravel/pint.git",
|
|
- "reference": "941d1927c5ca420c22710e98420287169c7bcaf7"
|
|
|
|
|
|
+ "reference": "0345f3b05f136801af8c339f9d16ef29e6b4df8a"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/laravel/pint/zipball/941d1927c5ca420c22710e98420287169c7bcaf7",
|
|
|
|
- "reference": "941d1927c5ca420c22710e98420287169c7bcaf7",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/laravel/pint/zipball/0345f3b05f136801af8c339f9d16ef29e6b4df8a",
|
|
|
|
+ "reference": "0345f3b05f136801af8c339f9d16ef29e6b4df8a",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -11093,10 +11223,10 @@
|
|
"php": "^8.2.0"
|
|
"php": "^8.2.0"
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|
|
- "friendsofphp/php-cs-fixer": "^3.75.0",
|
|
|
|
- "illuminate/view": "^11.44.7",
|
|
|
|
- "larastan/larastan": "^3.4.0",
|
|
|
|
- "laravel-zero/framework": "^11.36.1",
|
|
|
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.82.2",
|
|
|
|
+ "illuminate/view": "^11.45.1",
|
|
|
|
+ "larastan/larastan": "^3.5.0",
|
|
|
|
+ "laravel-zero/framework": "^11.45.0",
|
|
"mockery/mockery": "^1.6.12",
|
|
"mockery/mockery": "^1.6.12",
|
|
"nunomaduro/termwind": "^2.3.1",
|
|
"nunomaduro/termwind": "^2.3.1",
|
|
"pestphp/pest": "^2.36.0"
|
|
"pestphp/pest": "^2.36.0"
|
|
@@ -11106,6 +11236,9 @@
|
|
],
|
|
],
|
|
"type": "project",
|
|
"type": "project",
|
|
"autoload": {
|
|
"autoload": {
|
|
|
|
+ "files": [
|
|
|
|
+ "overrides/Runner/Parallel/ProcessFactory.php"
|
|
|
|
+ ],
|
|
"psr-4": {
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"App\\": "app/",
|
|
"Database\\Seeders\\": "database/seeders/",
|
|
"Database\\Seeders\\": "database/seeders/",
|
|
@@ -11135,7 +11268,7 @@
|
|
"issues": "https://github.com/laravel/pint/issues",
|
|
"issues": "https://github.com/laravel/pint/issues",
|
|
"source": "https://github.com/laravel/pint"
|
|
"source": "https://github.com/laravel/pint"
|
|
},
|
|
},
|
|
- "time": "2025-05-08T08:38:12+00:00"
|
|
|
|
|
|
+ "time": "2025-07-10T18:09:32+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "laravel/telescope",
|
|
"name": "laravel/telescope",
|
|
@@ -12112,6 +12245,64 @@
|
|
},
|
|
},
|
|
"time": "2025-02-19T13:28:12+00:00"
|
|
"time": "2025-02-19T13:28:12+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "phpstan/phpstan",
|
|
|
|
+ "version": "2.1.25",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/phpstan/phpstan.git",
|
|
|
|
+ "reference": "4087d28bd252895874e174d65e26b2c202ed893a"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4087d28bd252895874e174d65e26b2c202ed893a",
|
|
|
|
+ "reference": "4087d28bd252895874e174d65e26b2c202ed893a",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^7.4|^8.0"
|
|
|
|
+ },
|
|
|
|
+ "conflict": {
|
|
|
|
+ "phpstan/phpstan-shim": "*"
|
|
|
|
+ },
|
|
|
|
+ "bin": [
|
|
|
|
+ "phpstan",
|
|
|
|
+ "phpstan.phar"
|
|
|
|
+ ],
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "files": [
|
|
|
|
+ "bootstrap.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "description": "PHPStan - PHP Static Analysis Tool",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "dev",
|
|
|
|
+ "static analysis"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "docs": "https://phpstan.org/user-guide/getting-started",
|
|
|
|
+ "forum": "https://github.com/phpstan/phpstan/discussions",
|
|
|
|
+ "issues": "https://github.com/phpstan/phpstan/issues",
|
|
|
|
+ "security": "https://github.com/phpstan/phpstan/security/policy",
|
|
|
|
+ "source": "https://github.com/phpstan/phpstan-src"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/ondrejmirtes",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/phpstan",
|
|
|
|
+ "type": "github"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2025-09-12T14:26:42+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "11.0.9",
|
|
"version": "11.0.9",
|