Skip to content

Commit f74e4bf

Browse files
fix(deps): update dependency laravel/framework to v13
1 parent 861bdb0 commit f74e4bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"codeat3/blade-google-material-design-icons": "^1.0",
2121
"filament/filament": "^5.0",
22-
"laravel/framework": "^11.0|^12.0",
22+
"laravel/framework": "13.4.0",
2323
"moox/clipboard": "dev-main",
2424
"moox/progress": "dev-main",
2525
"moox/prompts": "dev-main",

packages/monorepo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^8.2",
14-
"laravel/framework": "^11.0|^12.0",
14+
"laravel/framework": "13.4.0",
1515
"guzzlehttp/guzzle": "^7.0",
1616
"symfony/process": "8.0.5"
1717
},

0 commit comments

Comments
 (0)