Skip to content

Commit

Permalink
more ❤️ for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jul 18, 2023
1 parent de31555 commit 23abca9
Show file tree
Hide file tree
Showing 5 changed files with 1,934 additions and 1,159 deletions.
21 changes: 15 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"require": {
"php": "^8.0",
"jgrossi/corcel": "^7.0",
"lara-zeus/sky": "^2.4",
"ryangjchandler/filament-navigation": "dev-with-rtl"
"lara-zeus/sky": "3.x-dev",
"lara-zeus/core": "3.x-dev"
},
"require-dev": {
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
"orchestra/testbench": "^7.0 || ^8.0",
"laravel/pint": "^1.0",
"nunomaduro/larastan": "^2.0",
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0"
"phpstan/phpstan-deprecation-rules": "^1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -61,10 +61,19 @@
}
}
},
"minimum-stability": "dev",
"repositories": [
{
"type": "github",
"url": "https://github.com/atmonshi/filament-navigation"
},
{
"type": "path",
"url": "../core"
},
{
"type": "path",
"url": "../sky"
}
]
}
Loading

0 comments on commit 23abca9

Please sign in to comment.