Skip to content

Commit f9c973e

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent b39458f commit f9c973e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@
3232
"php": "^8.2",
3333
"composer-runtime-api": "^2.2",
3434
"composer/semver": "^3.0",
35-
"illuminate/console": "^12.13.0",
36-
"illuminate/database": "^12.13.0",
37-
"illuminate/filesystem": "^12.13.0",
38-
"illuminate/support": "^12.13.0",
35+
"illuminate/console": "^12.14.0",
36+
"illuminate/database": "^12.14.0",
37+
"illuminate/filesystem": "^12.14.0",
38+
"illuminate/support": "^12.14.0",
3939
"orchestra/canvas-core": "^10.0.1",
4040
"orchestra/sidekick": "^1.2.0",
4141
"orchestra/testbench-core": "^10.2.1",
42-
"symfony/polyfill-php83": "^1.31",
42+
"symfony/polyfill-php83": "^1.32",
4343
"symfony/yaml": "^7.2.0"
4444
},
4545
"require-dev": {
46-
"laravel/framework": "^12.13.0",
46+
"laravel/framework": "^12.14.0",
4747
"laravel/pint": "^1.22",
4848
"mockery/mockery": "^1.6.12",
49-
"phpstan/phpstan": "^2.1.13",
49+
"phpstan/phpstan": "^2.1.14",
5050
"phpunit/phpunit": "^11.5.18",
5151
"spatie/laravel-ray": "^1.40.2"
5252
},

0 commit comments

Comments
 (0)