Skip to content

Commit

Permalink
chore: update 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 36c6268 commit 21ffa84
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"name": "manyapp/duskapiconf",
"name": "alebatistella/duskapiconf",
"description": "Change your Laravel configuration for each Dusk test with an easy API",
"type": "library",
"license": "mit",
"authors": [
{
"name": "manyapp",
"email": "admin@many.app"
"name": "Alexandre Batistella",
"email": "alexandre.bellas@gmail.com"
},
{
"name": "Inan Brunelli",
"email": "inanbruneli@gmail.com"
}
],
"autoload": {
"psr-4": {
"Manyapp\\DuskApiConf\\": "src/"
"AleBatistella\\DuskApiConf\\": "src/"
}
},
"require": {
Expand All @@ -24,7 +28,7 @@
"extra": {
"laravel": {
"providers": [
"Manyapp\\DuskApiConf\\DuskApiConfServiceProvider"
"AleBatistella\\DuskApiConf\\DuskApiConfServiceProvider"
],
"aliases": {

Expand Down

0 comments on commit 21ffa84

Please sign in to comment.