Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Feb 26, 2024
1 parent 1db45ed commit 81c9251
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions packages/sidebar/composer.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"name": "shopper/sidebar",
"description": "A sidebar builder for Laravel",
"keywords": [
"laravel",
"sidebar",
"builder"
],
"license": "MIT",
"authors": [
{
"name": "Arthur Monney",
"email": "[email protected]"
}
],
"require": {
"php": "^8.1",
"mckenziearts/blade-untitledui-icons": "^1.2",
"illuminate/cache": "^9.0|^10.0",
"illuminate/container": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/routing": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"spatie/laravel-package-tools": "^1.15"
},
"autoload": {
"psr-4": {
"Shopper\\Sidebar\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Shopper\\Sidebar\\SidebarServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
"name": "shopper/sidebar",
"description": "A sidebar builder for Laravel",
"keywords": [
"laravel",
"sidebar",
"builder"
],
"license": "MIT",
"authors": [
{
"name": "Arthur Monney",
"email": "[email protected]"
}
],
"require": {
"php": "^8.1",
"mckenziearts/blade-untitledui-icons": "^1.2",
"illuminate/cache": "^9.0|^10.0",
"illuminate/container": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/routing": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"spatie/laravel-package-tools": "^1.15"
},
"autoload": {
"psr-4": {
"Shopper\\Sidebar\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Shopper\\Sidebar\\SidebarServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 81c9251

Please sign in to comment.