Skip to content

Commit

Permalink
composer.json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Terentev committed Jan 29, 2018
1 parent 9b604b4 commit e82e910
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ $client->getGlobals();
```

# License
See [LICENSE](https://github.com/rentberry/coinmarketcap-api-php/blob/master/LICENSE)
MIT. See [LICENSE](https://github.com/rentberry/coinmarketcap-api-php/blob/master/LICENSE)
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"description": "Coinmarketcap API PHP client",
"type": "library",
"require": {
"php": "^7.1",
"ext-bcmath": "@stable",
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
},
"license": "MIT",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Rentberry\\Coinmarketcap\\": "src/"
}
},
"require-dev": {
"php": "^7.1",
"ext-bcmath": "@stable",
"phpunit/phpunit": "^6.5"
},
"autoload-dev": {
"psr-4": {
"Rentberry\\Coinmarketcap\\Tests\\": "tests/"
Expand Down

0 comments on commit e82e910

Please sign in to comment.