Skip to content

Commit

Permalink
refactor(authors): updating authors
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalopes24 committed May 18, 2024
1 parent 0862bb1 commit 6c8c3cc
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,22 @@
"name": "wireui/docs",
"type": "library",
"description": "WireUi Documentation",
"license": "MIT",
"keywords": [
"livewire components",
"livewire-ui",
"docs",
"wireui",
"laravel components",
"livewire-ui",
"documentation",
"blade components",
"docs",
"documentation"
"laravel components",
"livewire components"
],
"authors": [
{
"name": "Pedro Oliveira",
"email": "[email protected]"
}
],
"license": "MIT",
"require": {
"php": "^8.3",
"laravel/framework": "^11.0",
Expand All @@ -24,16 +30,6 @@
"pestphp/pest-plugin-laravel": "^2.4",
"pestphp/pest-plugin-livewire": "^2.1"
},
"authors": [
{
"name": "Pedro Oliveira",
"email": "[email protected]"
},
{
"name": "João Pedro Lopes",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"WireUi\\Docs\\": "src/"
Expand Down

0 comments on commit 6c8c3cc

Please sign in to comment.