diff --git a/composer.lock b/composer.lock index 99118699..0a5565c0 100644 --- a/composer.lock +++ b/composer.lock @@ -8276,32 +8276,32 @@ }, { "name": "orchestra/canvas", - "version": "v8.8.0", + "version": "v8.10.1", "source": { "type": "git", "url": "https://github.com/orchestral/canvas.git", - "reference": "63f8c0964d52f32f0790e024b60a83ef3adaf345" + "reference": "eef3eb34e263cc462c0eb284ba002f2829b04e2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/canvas/zipball/63f8c0964d52f32f0790e024b60a83ef3adaf345", - "reference": "63f8c0964d52f32f0790e024b60a83ef3adaf345", + "url": "https://api.github.com/repos/orchestral/canvas/zipball/eef3eb34e263cc462c0eb284ba002f2829b04e2a", + "reference": "eef3eb34e263cc462c0eb284ba002f2829b04e2a", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", "composer/semver": "^3.0", - "illuminate/database": "^10.17", - "illuminate/support": "^10.17", - "orchestra/canvas-core": "^8.7", + "illuminate/database": "^10.23", + "illuminate/support": "^10.23", + "orchestra/canvas-core": "^8.8", + "orchestra/testbench-core": "^8.11", "php": "^8.1", "symfony/yaml": "^6.2" }, "require-dev": { - "laravel/framework": "^10.17", + "laravel/framework": "^10.23", "laravel/pint": "^1.6", "mockery/mockery": "^1.5.1", - "orchestra/testbench-core": "^8.9.1", "phpstan/phpstan": "^1.10.5", "phpunit/phpunit": "^10.1", "spatie/laravel-ray": "^1.32.4" @@ -8342,22 +8342,22 @@ "description": "Code Generators for Laravel Applications and Packages", "support": { "issues": "https://github.com/orchestral/canvas/issues", - "source": "https://github.com/orchestral/canvas/tree/v8.8.0" + "source": "https://github.com/orchestral/canvas/tree/v8.10.1" }, - "time": "2023-09-13T06:04:41+00:00" + "time": "2023-09-25T08:37:12+00:00" }, { "name": "orchestra/canvas-core", - "version": "v8.7.0", + "version": "v8.8.0", "source": { "type": "git", "url": "https://github.com/orchestral/canvas-core.git", - "reference": "54e75ae77bc2462945399a6e3269ba4f7695e5e0" + "reference": "d44ffd6895685a6535949c7cce2650a67dd7d364" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/canvas-core/zipball/54e75ae77bc2462945399a6e3269ba4f7695e5e0", - "reference": "54e75ae77bc2462945399a6e3269ba4f7695e5e0", + "url": "https://api.github.com/repos/orchestral/canvas-core/zipball/d44ffd6895685a6535949c7cce2650a67dd7d364", + "reference": "d44ffd6895685a6535949c7cce2650a67dd7d364", "shasum": "" }, "require": { @@ -8368,14 +8368,19 @@ "php": "^8.1" }, "conflict": { - "orchestra/canvas": "<8.8.0", + "orchestra/canvas": "<8.9.0", "orchestra/testbench-core": "<8.2.0" }, "require-dev": { + "fakerphp/faker": "^1.21", + "laravel/framework": "^10.17", "laravel/pint": "^1.6", - "orchestra/testbench": "^8.9", + "mockery/mockery": "^1.5.1", + "orchestra/testbench-core": "^8.11", + "orchestra/workbench": "^0.3", "phpstan/phpstan": "^1.10.6", - "phpunit/phpunit": "^10.1" + "phpunit/phpunit": "^10.1", + "symfony/yaml": "^6.2" }, "type": "library", "extra": { @@ -8410,31 +8415,31 @@ "description": "Code Generators Builder for Laravel Applications and Packages", "support": { "issues": "https://github.com/orchestral/canvas/issues", - "source": "https://github.com/orchestral/canvas-core/tree/v8.7.0" + "source": "https://github.com/orchestral/canvas-core/tree/v8.8.0" }, - "time": "2023-09-13T05:54:41+00:00" + "time": "2023-09-19T04:26:25+00:00" }, { "name": "orchestra/testbench", - "version": "v8.10.2", + "version": "v8.12.1", "source": { "type": "git", "url": "https://github.com/orchestral/testbench.git", - "reference": "55dd97d7a8f7154c5660e71b9222e28485917719" + "reference": "9bae3c28789295db875eee0d3395c4ba23f1e5ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench/zipball/55dd97d7a8f7154c5660e71b9222e28485917719", - "reference": "55dd97d7a8f7154c5660e71b9222e28485917719", + "url": "https://api.github.com/repos/orchestral/testbench/zipball/9bae3c28789295db875eee0d3395c4ba23f1e5ae", + "reference": "9bae3c28789295db875eee0d3395c4ba23f1e5ae", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", "fakerphp/faker": "^1.21", - "laravel/framework": ">=10.17.0 <10.24.0", + "laravel/framework": ">=10.23.1 <10.26.0", "mockery/mockery": "^1.5.1", - "orchestra/testbench-core": ">=8.10.0 <8.11.0", - "orchestra/workbench": "^0.2.6", + "orchestra/testbench-core": ">=8.12.0 <8.13.0", + "orchestra/workbench": "^0.4.0", "php": "^8.1", "phpunit/phpunit": "^9.6 || ^10.1", "spatie/laravel-ray": "^1.32.4", @@ -8466,22 +8471,22 @@ ], "support": { "issues": "https://github.com/orchestral/testbench/issues", - "source": "https://github.com/orchestral/testbench/tree/v8.10.2" + "source": "https://github.com/orchestral/testbench/tree/v8.12.1" }, - "time": "2023-09-12T15:19:41+00:00" + "time": "2023-09-25T14:33:44+00:00" }, { "name": "orchestra/testbench-core", - "version": "v8.10.1", + "version": "v8.12.0", "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "e8f1a4d3121887e9f5c5607f117701ea7dfa066a" + "reference": "11d12200314f86e4c05e719c631fedc94a68a20c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/e8f1a4d3121887e9f5c5607f117701ea7dfa066a", - "reference": "e8f1a4d3121887e9f5c5607f117701ea7dfa066a", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/11d12200314f86e4c05e719c631fedc94a68a20c", + "reference": "11d12200314f86e4c05e719c631fedc94a68a20c", "shasum": "" }, "require": { @@ -8490,7 +8495,7 @@ }, "require-dev": { "fakerphp/faker": "^1.21", - "laravel/framework": "^10.17", + "laravel/framework": "^10.23", "laravel/pint": "^1.6", "mockery/mockery": "^1.5.1", "phpstan/phpstan": "^1.10.7", @@ -8503,7 +8508,7 @@ "suggest": { "brianium/paratest": "Allow using parallel tresting (^6.4 || ^7.1.4).", "fakerphp/faker": "Allow using Faker for testing (^1.21).", - "laravel/framework": "Required for testing (^10.17).", + "laravel/framework": "Required for testing (^10.23).", "mockery/mockery": "Allow using Mockery for testing (^1.5.1).", "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^6.4 || ^7.4).", "orchestra/testbench-browser-kit": "Allow using legacy Laravel BrowserKit for testing (^8.0).", @@ -8549,41 +8554,45 @@ "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench-core" }, - "time": "2023-09-09T02:26:33+00:00" + "time": "2023-09-25T13:39:16+00:00" }, { "name": "orchestra/workbench", - "version": "v0.2.6", + "version": "v0.4.0", "source": { "type": "git", "url": "https://github.com/orchestral/workbench.git", - "reference": "9cb449695fde6f7150c58dd4b112ff6d162fb66f" + "reference": "d0700d036010f1c075b31c3e58a1c698b096e259" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/workbench/zipball/9cb449695fde6f7150c58dd4b112ff6d162fb66f", - "reference": "9cb449695fde6f7150c58dd4b112ff6d162fb66f", + "url": "https://api.github.com/repos/orchestral/workbench/zipball/d0700d036010f1c075b31c3e58a1c698b096e259", + "reference": "d0700d036010f1c075b31c3e58a1c698b096e259", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", - "illuminate/console": "^9.52.15 || ^10.17.0", - "illuminate/support": "^9.52.15 || ^10.17.0", + "illuminate/console": "^9.52.15 || ^10.23.0", + "illuminate/support": "^9.52.15 || ^10.23.0", "laravel/tinker": "^2.8.2", - "orchestra/canvas": "^7.8 || ^8.7", - "orchestra/testbench-core": "^7.30.0 || ^8.10.0", + "orchestra/canvas": "^7.10.0 || ^8.9.0", + "orchestra/testbench-core": "^7.32.0 || ^8.12.0", "php": "^8.0" }, "require-dev": { + "fakerphp/faker": "^1.21", + "laravel/framework": "^9.52.15 || ^10.23.0", "laravel/pint": "^1.4", - "orchestra/testbench": "^7.30.0 || ^8.10.0", + "mockery/mockery": "^1.5.1", "phpstan/phpstan": "^1.10.7", - "phpunit/phpunit": "^9.6" + "phpunit/phpunit": "^9.6", + "spatie/laravel-ray": "^1.32.4", + "symfony/yaml": "^6.0.9" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.2.x-dev" + "dev-master": "0.4.x-dev" } }, "autoload": { @@ -8610,9 +8619,9 @@ ], "support": { "issues": "https://github.com/orchestral/workbench/issues", - "source": "https://github.com/orchestral/workbench/tree/v0.2.6" + "source": "https://github.com/orchestral/workbench/tree/v0.4.0" }, - "time": "2023-09-05T00:41:58+00:00" + "time": "2023-09-25T09:41:22+00:00" }, { "name": "pestphp/pest", @@ -10170,16 +10179,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.20", + "version": "v0.11.21", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "0fa27040553d1d280a67a4393194df5228afea5b" + "reference": "bcb22101107f3bf770523b65630c9d547f60c540" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b", - "reference": "0fa27040553d1d280a67a4393194df5228afea5b", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540", + "reference": "bcb22101107f3bf770523b65630c9d547f60c540", "shasum": "" }, "require": { @@ -10209,6 +10218,10 @@ "extra": { "branch-alias": { "dev-main": "0.11.x-dev" + }, + "bamarni-bin": { + "bin-links": false, + "forward-command": false } }, "autoload": { @@ -10240,9 +10253,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.20" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.21" }, - "time": "2023-07-31T14:32:22+00:00" + "time": "2023-09-17T21:15:54+00:00" }, { "name": "ralouphie/getallheaders", @@ -12058,16 +12071,16 @@ }, { "name": "spatie/ray", - "version": "1.38.0", + "version": "1.39.0", "source": { "type": "git", "url": "https://github.com/spatie/ray.git", - "reference": "b77656d7475875375fcbccf28441eedf1596acd5" + "reference": "7ab6bd01dc6a8ecdd836b3182d40a04308ae0c75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ray/zipball/b77656d7475875375fcbccf28441eedf1596acd5", - "reference": "b77656d7475875375fcbccf28441eedf1596acd5", + "url": "https://api.github.com/repos/spatie/ray/zipball/7ab6bd01dc6a8ecdd836b3182d40a04308ae0c75", + "reference": "7ab6bd01dc6a8ecdd836b3182d40a04308ae0c75", "shasum": "" }, "require": { @@ -12118,7 +12131,7 @@ ], "support": { "issues": "https://github.com/spatie/ray/issues", - "source": "https://github.com/spatie/ray/tree/1.38.0" + "source": "https://github.com/spatie/ray/tree/1.39.0" }, "funding": [ { @@ -12130,7 +12143,7 @@ "type": "other" } ], - "time": "2023-09-12T10:41:10+00:00" + "time": "2023-09-18T10:36:07+00:00" }, { "name": "symfony/filesystem",