Skip to content

Commit

Permalink
remove nova dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Stowez committed Nov 5, 2024
1 parent d26d094 commit 47449fc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
],
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"laravel/nova": "^4.0"
"php": "^7.3|^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -45,12 +44,6 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": {
"nova": {
"type": "composer",
"url": "https://nova.laravel.com"
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8"
},
Expand Down

0 comments on commit 47449fc

Please sign in to comment.