mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 12:23:33 +00:00
Compare commits
2 commits
b53c86d293
...
81afc42481
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81afc42481 | ||
|
|
64955da51b |
2 changed files with 12 additions and 11 deletions
22
composer.lock
generated
22
composer.lock
generated
|
|
@ -9070,16 +9070,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/boost",
|
||||
"version": "v2.2.1",
|
||||
"version": "v2.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/boost.git",
|
||||
"reference": "e27f1616177377fef95296620530c44a7dda4df9"
|
||||
"reference": "2b0366559e9ff591c65ea0321dfb91fd950c2cbd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/boost/zipball/e27f1616177377fef95296620530c44a7dda4df9",
|
||||
"reference": "e27f1616177377fef95296620530c44a7dda4df9",
|
||||
"url": "https://api.github.com/repos/laravel/boost/zipball/2b0366559e9ff591c65ea0321dfb91fd950c2cbd",
|
||||
"reference": "2b0366559e9ff591c65ea0321dfb91fd950c2cbd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -9088,7 +9088,7 @@
|
|||
"illuminate/contracts": "^11.45.3|^12.41.1",
|
||||
"illuminate/routing": "^11.45.3|^12.41.1",
|
||||
"illuminate/support": "^11.45.3|^12.41.1",
|
||||
"laravel/mcp": "^0.5.1",
|
||||
"laravel/mcp": "^0.5.1|^0.6.0",
|
||||
"laravel/prompts": "^0.3.10",
|
||||
"laravel/roster": "^0.5.0",
|
||||
"php": "^8.2"
|
||||
|
|
@ -9132,20 +9132,20 @@
|
|||
"issues": "https://github.com/laravel/boost/issues",
|
||||
"source": "https://github.com/laravel/boost"
|
||||
},
|
||||
"time": "2026-02-25T16:07:36+00:00"
|
||||
"time": "2026-03-03T14:36:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/mcp",
|
||||
"version": "v0.5.9",
|
||||
"version": "v0.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/mcp.git",
|
||||
"reference": "39e8da60eb7bce4737c5d868d35a3fe78938c129"
|
||||
"reference": "28860a10ca0cc5433e25d897ba7af844e6c7b6a2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/mcp/zipball/39e8da60eb7bce4737c5d868d35a3fe78938c129",
|
||||
"reference": "39e8da60eb7bce4737c5d868d35a3fe78938c129",
|
||||
"url": "https://api.github.com/repos/laravel/mcp/zipball/28860a10ca0cc5433e25d897ba7af844e6c7b6a2",
|
||||
"reference": "28860a10ca0cc5433e25d897ba7af844e6c7b6a2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -9205,7 +9205,7 @@
|
|||
"issues": "https://github.com/laravel/mcp/issues",
|
||||
"source": "https://github.com/laravel/mcp"
|
||||
},
|
||||
"time": "2026-02-17T19:05:53+00:00"
|
||||
"time": "2026-02-24T08:43:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/pail",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ services:
|
|||
ports:
|
||||
- "4567:8080"
|
||||
environment:
|
||||
# Generate the APP_KEY with `echo "base64:$(openssl rand -base64 32)"`
|
||||
#- APP_KEY=
|
||||
- PHP_OPCACHE_ENABLE=1
|
||||
- TRMNL_PROXY_REFRESH_MINUTES=15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue