Skip to content

Commit

Permalink
chore: format composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Batistella Bellas committed Jul 7, 2023
1 parent c2c6d1a commit 13a0d82
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,19 @@
}
],
"autoload": {
"psr-4": {
"AleBatistella\\DuskApiConf\\": "src/"
}
},
"require": {

},
"require-dev": {

"psr-4": {
"AleBatistella\\DuskApiConf\\": "src/"
}
},
"require": {},
"require-dev": {},
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
"AleBatistella\\DuskApiConf\\DuskApiConfServiceProvider"
],
"aliases": {

}
"aliases": {}
}
}
}
}

0 comments on commit 13a0d82

Please sign in to comment.