Skip to content

Commit

Permalink
Laravel Nova 5
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 14, 2024
1 parent 72a6314 commit 1ae24d0
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"require": {
"php": "^8.1",
"composer-runtime-api": "^2.2",
"illuminate/support": "^10.34 || ^11.0",
"illuminate/support": "^10.48.23 || ^11.35",
"laravie/serialize-queries": "^3.0",
"laravel/serializable-closure": "^1.0",
"symfony/polyfill-php83": "^1.28"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.2",
"larastan/larastan": "^2.4",
"laravel/nova": "^4.35 || dev-develop",
"laravel/nova-devtool": "^1.0",
"laravel/nova": "^5.0",
"laravel/nova-devtool": "^1.0.1",
"laravel/pint": "^1.17",
"orchestra/testbench": "^8.20 || ^9.0",
"phpstan/phpstan": "^1.11",
Expand All @@ -44,14 +44,7 @@
"laravel/nova": "<5.0.0 || >=6.0.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/laravel/nova"
},
{
"type": "vcs",
"url": "https://github.com/laravel/nova-devtool"
}
{ "type": "composer", "url": "https://nova.laravel.com" }
],
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 1ae24d0

Please sign in to comment.