Skip to content

Commit

Permalink
Refactor: Format composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Adeyemi Olaoye committed Jun 5, 2017
1 parent c998c85 commit 85bece2
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"name": "cottacush/yii2-utils",
"type": "library",
"description": "Yii2 utils provides various utility classes and helpers that are compatible with the Yii2 framework",
"keywords": [
"http",
"adapters",
"helpers",
"utils",
"cottacush",
"yii2"
],
"homepage": "https://github.com/cottacush/yii2-utils",
"license": "MIT",
"authors": [
{
"name": "Adegoke Obasa",
"email": "goke@cottacush.com",
"homepage": "http://cottacush.com",
"role": "Developer"
},
{
"name": "Olawale Lawal",
"email": "wale@cottacush.com",
"homepage": "http://cottacush.com",
"role": "Developer"
}
],
"require": {
"php" : "~5.5|~7.0",
"yiisoft/yii2": ">=2.0.8",
"linslin/yii2-curl" : "^1.1.3",
"yiisoft/yii2-authclient": "~2.0.0",
"fzaninotto/faker": "^1.6",
"lukasoppermann/http-status": "^2.0",
"hashids/hashids": "^1.0"
"name": "cottacush/yii2-utils",
"type": "library",
"description": "Yii2 utils provides various utility classes and helpers that are compatible with the Yii2 framework",
"keywords": [
"http",
"adapters",
"helpers",
"utils",
"cottacush",
"yii2"
],
"homepage": "https://github.com/cottacush/yii2-utils",
"license": "MIT",
"authors": [
{
"name": "Adegoke Obasa",
"email": "goke@cottacush.com",
"homepage": "http://cottacush.com",
"role": "Developer"
},
"require-dev": {
"phpunit/phpunit" : "~4.0||~5.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3"
},
"autoload": {
"psr-4": {
"CottaCush\\Yii2\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"CottaCush\\Yii2\\Tests\\": "tests"
}
},
"scripts": {
"test": "phpunit"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
{
"name": "Olawale Lawal",
"email": "wale@cottacush.com",
"homepage": "http://cottacush.com",
"role": "Developer"
}
],
"require": {
"php": "~5.5|~7.0",
"yiisoft/yii2": ">=2.0.8",
"linslin/yii2-curl": "^1.1.3",
"yiisoft/yii2-authclient": "~2.0.0",
"fzaninotto/faker": "^1.6",
"lukasoppermann/http-status": "^2.0",
"hashids/hashids": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0||~5.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3"
},
"autoload": {
"psr-4": {
"CottaCush\\Yii2\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"CottaCush\\Yii2\\Tests\\": "tests"
}
},
"scripts": {
"test": "phpunit"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}

0 comments on commit 85bece2

Please sign in to comment.