first commit
This commit is contained in:
33
composer.json
Normal file
33
composer.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "jaysontemporas/page-bookmarks",
|
||||
"version": "1.0.0",
|
||||
"type": "library",
|
||||
"require-dev": {
|
||||
"php": "^8.3",
|
||||
"laravel/pint": "^1.17"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Jaysontemporas\\PageBookmarks\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Jaysontemporas\\PageBookmarks\\PageBookmarksServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jayson Temporas"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"filament/filament": "^3.2",
|
||||
"spatie/laravel-package-tools": "^1.18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user