-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored the package description in composer.json to be more concis…
…e and accurate. Renamed the ViteCommand class to InstallCommand for better clarity and consistency. (#8) * Refactored the package description in composer.json to be more concise and accurate. Renamed the ViteCommand class to InstallCommand for better clarity and consistency. * Refactored the package description in composer.json to be more concise and accurate. Renamed the ViteCommand class to InstallCommand for better clarity and consistency.
- Loading branch information
1 parent
f8afee0
commit 4918d97
Showing
6 changed files
with
34 additions
and
46 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "fuelviews/laravel-vite", | ||
"description": "Fuelviews laravel vite package", | ||
"description": "Laravel vite package", | ||
"keywords": [ | ||
"fuelviews", | ||
"laravel", | ||
|
@@ -13,15 +13,13 @@ | |
{ | ||
"name": "Joshua Mitchener", | ||
"email": "[email protected]", | ||
"homepage": "https://fuelviews.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.2", | ||
"spatie/laravel-package-tools": "^1.16", | ||
"illuminate/contracts": "^10.0||^11.0", | ||
"illuminate/support": "^10.0||^11.0", | ||
"illuminate/console": "^10.0||^11.0" | ||
"spatie/laravel-package-tools": "^1.16" | ||
}, | ||
"require-dev": { | ||
"laravel/pint": "^1.14", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters