Skip to content

Commit

Permalink
Upgrade packages and version 3.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Apr 29, 2018
1 parent d5abfed commit 128de35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,19 @@
"src/Helpers/helpers.php"
]
},
"minimum-stability": "alpha",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=7.0",
"laravel/framework": "5.3.*",
"php": ">=7.1",
"laravel/framework": "5.5.*",
"coduo/php-humanizer": "^2.0",
"eveseat/eveapi": "2.0.*"
"eveseat/eveapi": "~3"
},
"extra": {
"laravel": {
"providers": [
"Seat\\Web\\ServicesServiceProvider"
]
}
}
}
2 changes: 1 addition & 1 deletion src/Config/services.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

return [

'version' => '2.0.11',
'version' => '3.0.0-beta1',

];

0 comments on commit 128de35

Please sign in to comment.