Skip to content

Commit

Permalink
Merge pull request #606 from formers/fix-composer-config
Browse files Browse the repository at this point in the history
Fix composer.json configuration
  • Loading branch information
tortuetorche authored Jan 21, 2021
2 parents 272bddf + 865312b commit 13a7d4e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
}
},
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
},
"laravel": {
"providers": [
"Former\\FormerServiceProvider"
Expand All @@ -53,5 +50,7 @@
"Former": "Former\\Facades\\Former"
}
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 13a7d4e

Please sign in to comment.