35 lines
766 B
JSON
35 lines
766 B
JSON
{
|
|
"name": "jaysontemporas/page-bookmarks",
|
|
"version": "2.0.1",
|
|
"type": "library",
|
|
"require-dev": {
|
|
"php": "^8.3",
|
|
"laravel/pint": "^1.17",
|
|
"filament/upgrade": "^4.0"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jaysontemporas\\PageBookmarks\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Jaysontemporas\\PageBookmarks\\PageBookmarksServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jayson Temporas"
|
|
}
|
|
],
|
|
"minimum-stability": "beta",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"filament/filament": "^4.0",
|
|
"spatie/laravel-package-tools": "^1.9"
|
|
}
|
|
}
|