Skip to content

Commit 1ae24d0

Browse files
committed
Laravel Nova 5
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 72a6314 commit 1ae24d0

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

composer.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"require": {
2626
"php": "^8.1",
2727
"composer-runtime-api": "^2.2",
28-
"illuminate/support": "^10.34 || ^11.0",
28+
"illuminate/support": "^10.48.23 || ^11.35",
2929
"laravie/serialize-queries": "^3.0",
3030
"laravel/serializable-closure": "^1.0",
3131
"symfony/polyfill-php83": "^1.28"
3232
},
3333
"require-dev": {
3434
"guzzlehttp/guzzle": "^7.2",
3535
"larastan/larastan": "^2.4",
36-
"laravel/nova": "^4.35 || dev-develop",
37-
"laravel/nova-devtool": "^1.0",
36+
"laravel/nova": "^5.0",
37+
"laravel/nova-devtool": "^1.0.1",
3838
"laravel/pint": "^1.17",
3939
"orchestra/testbench": "^8.20 || ^9.0",
4040
"phpstan/phpstan": "^1.11",
@@ -44,14 +44,7 @@
4444
"laravel/nova": "<5.0.0 || >=6.0.0"
4545
},
4646
"repositories": [
47-
{
48-
"type": "vcs",
49-
"url": "https://github.com/laravel/nova"
50-
},
51-
{
52-
"type": "vcs",
53-
"url": "https://github.com/laravel/nova-devtool"
54-
}
47+
{ "type": "composer", "url": "https://nova.laravel.com" }
5548
],
5649
"extra": {
5750
"branch-alias": {

0 commit comments

Comments
 (0)