Skip to content

Commit

Permalink
Package upgarde and v3.0.0-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Apr 29, 2018
1 parent 3d941cb commit 2d32c6e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@
"Seat\\Api\\": "src/"
}
},
"minimum-stability": "alpha",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=7.0",
"laravel/framework": "5.3.*",
"eveseat/eveapi": "2.0.*",
"eveseat/services": "2.0.*",
"eveseat/web": "2.0.*"
"php": ">=7.1",
"laravel/framework": "5.5.*",
"eveseat/eveapi": "~3",
"eveseat/services": "~3",
"eveseat/web": "~3"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
"extra": {
"laravel": {
"providers": [
"Seat\\Api\\ApiServiceProvider"
]
}
}
}
2 changes: 1 addition & 1 deletion src/Config/api.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

return [

'version' => '2.0.9',
'version' => '3.0.0-beta1',
'log_requests' => true,

];

0 comments on commit 2d32c6e

Please sign in to comment.