Skip to content

Commit

Permalink
Merge pull request #4 from initred/0.1.1
Browse files Browse the repository at this point in the history
composer versioning
  • Loading branch information
initred committed Jan 30, 2020
2 parents 4d3dc30 + d3ec267 commit 433068f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@
"require": {
"php": "^7.2",
"laravel/framework": "^6.0"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 433068f

Please sign in to comment.