Skip to content

Commit

Permalink
Update composer for 2.0 packages and version 2.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Nov 26, 2016
1 parent 92a189e commit 2d66b64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"require": {
"php": ">=7.0",
"laravel/framework": "5.3.*",
"eveseat/eveapi": "~1.0",
"eveseat/services": "~1.0",
"eveseat/web": "~1.0"
"eveseat/eveapi": "2.0.*",
"eveseat/services": "2.0.*",
"eveseat/web": "2.0.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~5.0"
}
}
2 changes: 1 addition & 1 deletion src/Config/api.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

return [

'version' => '2.0.0-dev',
'version' => '2.0.0-alpha1',
'log_requests' => true

];

0 comments on commit 2d66b64

Please sign in to comment.