mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update laravel/boost to version 2.0
This commit is contained in:
+2
-2
@@ -113,7 +113,7 @@
|
|||||||
"friendsofphp/php-cs-fixer": "^3.70",
|
"friendsofphp/php-cs-fixer": "^3.70",
|
||||||
"jubeki/laravel-code-style": "^2.0",
|
"jubeki/laravel-code-style": "^2.0",
|
||||||
"larastan/larastan": "^3.2",
|
"larastan/larastan": "^3.2",
|
||||||
"laravel/boost": "^1.8",
|
"laravel/boost": "^2.0",
|
||||||
"laravel/pint": "^1.13",
|
"laravel/pint": "^1.13",
|
||||||
"laravel/sail": "^1.41",
|
"laravel/sail": "^1.41",
|
||||||
"mockery/mockery": "^1.6",
|
"mockery/mockery": "^1.6",
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
"php-coveralls/php-coveralls": "^2.4",
|
"php-coveralls/php-coveralls": "^2.4",
|
||||||
"phpunit/phpunit": "^12.1.0",
|
"phpunit/phpunit": "^12.1.0",
|
||||||
"rector/rector": "^2.0",
|
"rector/rector": "^2.0",
|
||||||
"revolution/laravel-boost-phpstorm-copilot": "^1.1"
|
"revolution/laravel-boost-phpstorm-copilot": "^2.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-gd": "to use GD library based image processing.",
|
"ext-gd": "to use GD library based image processing.",
|
||||||
|
|||||||
Generated
+23
-23
@@ -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": "6d5f458e893d8c35a8c8be8cf3e432d2",
|
"content-hash": "53d493d9f4d028ccfea322942d17705a",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aharen/omdbapi",
|
"name": "aharen/omdbapi",
|
||||||
@@ -15218,33 +15218,33 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/boost",
|
"name": "laravel/boost",
|
||||||
"version": "v1.8.10",
|
"version": "v2.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/boost.git",
|
"url": "https://github.com/laravel/boost.git",
|
||||||
"reference": "aad8b2a423b0a886c2ce7ee92abbfde69992ff32"
|
"reference": "4bbcc99c4b05fab18a848e65c8af9ad4173360dd"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/boost/zipball/aad8b2a423b0a886c2ce7ee92abbfde69992ff32",
|
"url": "https://api.github.com/repos/laravel/boost/zipball/4bbcc99c4b05fab18a848e65c8af9ad4173360dd",
|
||||||
"reference": "aad8b2a423b0a886c2ce7ee92abbfde69992ff32",
|
"reference": "4bbcc99c4b05fab18a848e65c8af9ad4173360dd",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"guzzlehttp/guzzle": "^7.9",
|
"guzzlehttp/guzzle": "^7.9",
|
||||||
"illuminate/console": "^10.49.0|^11.45.3|^12.41.1",
|
"illuminate/console": "^11.45.3|^12.41.1",
|
||||||
"illuminate/contracts": "^10.49.0|^11.45.3|^12.41.1",
|
"illuminate/contracts": "^11.45.3|^12.41.1",
|
||||||
"illuminate/routing": "^10.49.0|^11.45.3|^12.41.1",
|
"illuminate/routing": "^11.45.3|^12.41.1",
|
||||||
"illuminate/support": "^10.49.0|^11.45.3|^12.41.1",
|
"illuminate/support": "^11.45.3|^12.41.1",
|
||||||
"laravel/mcp": "^0.5.1",
|
"laravel/mcp": "^0.5.1",
|
||||||
"laravel/prompts": "0.1.25|^0.3.6",
|
"laravel/prompts": "^0.3.10",
|
||||||
"laravel/roster": "^0.2.9",
|
"laravel/roster": "^0.2.9",
|
||||||
"php": "^8.1"
|
"php": "^8.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"laravel/pint": "^1.20.0",
|
"laravel/pint": "^1.27.0",
|
||||||
"mockery/mockery": "^1.6.12",
|
"mockery/mockery": "^1.6.12",
|
||||||
"orchestra/testbench": "^8.36.0|^9.15.0|^10.6",
|
"orchestra/testbench": "^9.15.0|^10.6",
|
||||||
"pestphp/pest": "^2.36.0|^3.8.4|^4.1.5",
|
"pestphp/pest": "^2.36.0|^3.8.4|^4.1.5",
|
||||||
"phpstan/phpstan": "^2.1.27",
|
"phpstan/phpstan": "^2.1.27",
|
||||||
"rector/rector": "^2.1"
|
"rector/rector": "^2.1"
|
||||||
@@ -15280,7 +15280,7 @@
|
|||||||
"issues": "https://github.com/laravel/boost/issues",
|
"issues": "https://github.com/laravel/boost/issues",
|
||||||
"source": "https://github.com/laravel/boost"
|
"source": "https://github.com/laravel/boost"
|
||||||
},
|
},
|
||||||
"time": "2026-01-14T14:51:16+00:00"
|
"time": "2026-01-27T11:20:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/mcp",
|
"name": "laravel/mcp",
|
||||||
@@ -17052,21 +17052,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "revolution/laravel-boost-phpstorm-copilot",
|
"name": "revolution/laravel-boost-phpstorm-copilot",
|
||||||
"version": "1.1.2",
|
"version": "2.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/invokable/laravel-boost-phpstorm-copilot.git",
|
"url": "https://github.com/invokable/laravel-boost-phpstorm-copilot.git",
|
||||||
"reference": "3529cf4326de3e27afa1aad3117c723d65d567c6"
|
"reference": "4b28de054431e6c54b857da7b4010a803bfcb774"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/invokable/laravel-boost-phpstorm-copilot/zipball/3529cf4326de3e27afa1aad3117c723d65d567c6",
|
"url": "https://api.github.com/repos/invokable/laravel-boost-phpstorm-copilot/zipball/4b28de054431e6c54b857da7b4010a803bfcb774",
|
||||||
"reference": "3529cf4326de3e27afa1aad3117c723d65d567c6",
|
"reference": "4b28de054431e6c54b857da7b4010a803bfcb774",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "^12.30",
|
"illuminate/support": "^12.30",
|
||||||
"laravel/boost": "^1.7",
|
"laravel/boost": "^2.0",
|
||||||
"php": "^8.3"
|
"php": "^8.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
@@ -17075,7 +17075,7 @@
|
|||||||
"orchestra/testbench": "^10.6",
|
"orchestra/testbench": "^10.6",
|
||||||
"pestphp/pest": "^4.1",
|
"pestphp/pest": "^4.1",
|
||||||
"pestphp/pest-plugin-laravel": "^4.0",
|
"pestphp/pest-plugin-laravel": "^4.0",
|
||||||
"revolution/laravel-boost-copilot-cli": "^1.1"
|
"revolution/laravel-boost-copilot-cli": "^2.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@@ -17103,7 +17103,7 @@
|
|||||||
"email": "kawaxbiz@gmail.com"
|
"email": "kawaxbiz@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Laravel Boost Custom CodeEnvironment for PhpStorm with GitHub Copilot plugin",
|
"description": "Laravel Boost Custom Agent for PhpStorm with GitHub Copilot plugin",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"boost",
|
"boost",
|
||||||
"github-copilot",
|
"github-copilot",
|
||||||
@@ -17111,7 +17111,7 @@
|
|||||||
"phpstorm"
|
"phpstorm"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/invokable/laravel-boost-phpstorm-copilot/tree/1.1.2"
|
"source": "https://github.com/invokable/laravel-boost-phpstorm-copilot/tree/2.0.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -17119,7 +17119,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-01-09T23:00:37+00:00"
|
"time": "2026-01-26T11:37:55+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/cli-parser",
|
"name": "sebastian/cli-parser",
|
||||||
|
|||||||
Reference in New Issue
Block a user