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 dd76e24 commit 680e4a3
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\\Web\\": "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/web.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

return [

'version' => '2.0.0-alpha1',
'version' => '2.0.0-alpha2',
'max_access_mask' => 4294967295,
'queue_status_update_time' => 10 * 1000, // milliseconds = seconds x 1,000

Expand Down

0 comments on commit 680e4a3

Please sign in to comment.