Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
tojo-r27 committed Oct 30, 2020
1 parent a651a62 commit b214e65
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 @@ -8,13 +8,12 @@
"authors": [
{
"name": "Tojo RODIALSON",
"email": "[email protected]"
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"minimum-stability": "dev",
"require": {
"php": "^7.1",
"illuminate/support": "^6.0|^7.0|^8.0"
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
Expand Down

0 comments on commit b214e65

Please sign in to comment.