Skip to content

Commit

Permalink
Updated composer.json:
Browse files Browse the repository at this point in the history
* Fixed indentation to 4 spaces
* Removed "version" (https://getcomposer.org/doc/04-schema.md#version)
* Added "branch-alias" in order to allow semver
  • Loading branch information
phansys committed May 10, 2015
1 parent f41f025 commit c8edc34
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "4.5.1"
"phpunit/phpunit": "~4.5,>=4.5.1"
},
"name": "j7mbo/twitter-api-php",
"description": "Simple PHP Wrapper for Twitter API v1.1 calls",
"version": "1.0.0",
"type": "library",
"keywords": [
"twitter",
Expand All @@ -24,5 +23,10 @@
],
"autoload": {
"files": ["TwitterAPIExchange.php"]
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}

0 comments on commit c8edc34

Please sign in to comment.