Skip to content

Commit

Permalink
Added composer package information
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkalemba committed Jul 10, 2019
1 parent d884372 commit 6fb0943
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "konradkalemba/blade-components-scoped-slots",
"description": "Scoped slots feature addition to Laravel's Blade templating engine",
"type": "library",
"keywords": ["laravel", "blade", "scoped-slots"],
"license": "MIT",
"authors": [
{
"name": "Konrad Kalemba",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {},
"autoload": {
"psr-4": {
"KonradKalemba\\BladeComponentsScopedSlots\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"KonradKalemba\\BladeComponentsScopedSlots\\BladeComponentsScopedSlotsServiceProvider"
]
}
}
}

0 comments on commit 6fb0943

Please sign in to comment.