Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
initred committed Jan 30, 2020
1 parent d3ec267 commit 64ed71a
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 @@ -11,13 +11,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 64ed71a

Please sign in to comment.