Skip to content

Commit

Permalink
Drop minimum stability, add prefer-stable and bump to 2.0.0-alpha2.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Nov 26, 2016
1 parent 81c6385 commit a01282a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"Seat\\Console\\": "src/"
}
},
"minimum-stability": "stable",
"minimum-stability": "alpha",
"prefer-stable": true,
"require": {
"php": ">=7.0",
"laravel/framework": "5.3.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Config/console.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

return [

'version' => '2.0.0-alpha1',
'version' => '2.0.0-alpha2',

];

0 comments on commit a01282a

Please sign in to comment.