Skip to content

Commit

Permalink
Merge pull request #5 from initred/1.0
Browse files Browse the repository at this point in the history
versioning
  • Loading branch information
initred committed Jan 30, 2020
2 parents 433068f + 64ed71a commit afb6ea7
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 @@ -20,13 +20,12 @@
],
"require": {
"php": "^7.2",
"laravel/framework": "^6.0"
"laravel/framework": "^6.*"
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
"dev-master": "1.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
"minimum-stability": "stable"
}

0 comments on commit afb6ea7

Please sign in to comment.