Skip to content

Commit

Permalink
Convert to space.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 16, 2015
1 parent 9b637a2 commit 8092cd9
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"name": "orchestra/messages",
"description": "Messages Component for Laravel and Orchestra Platform",
"homepage": "http://orchestraplatform.com/docs/latest/components/messages/",
"keywords": ["orchestra-platform", "orchestral", "laravel", "messages", "notification"],
"license": "MIT",
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"autoload": {
"psr-4": {
"Orchestra\\Messages\\" : "src/"
},
"files": [
"src/helpers.php"
]
},
"require": {
"php": ">=5.5.0",
"orchestra/contracts": "~3.1.0",
"orchestra/support": "~3.1.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"illuminate/container": "~5.1.0",
"illuminate/http": "~5.1.0",
"illuminate/session": "~5.1.0"
},
"suggest": {
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.1).",
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.1)."
},
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"minimum-stability": "dev"
"name": "orchestra/messages",
"description": "Messages Component for Laravel and Orchestra Platform",
"homepage": "http://orchestraplatform.com/docs/latest/components/messages/",
"keywords": ["orchestra-platform", "orchestral", "laravel", "messages", "notification"],
"license": "MIT",
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"autoload": {
"psr-4": {
"Orchestra\\Messages\\" : "src/"
},
"files": [
"src/helpers.php"
]
},
"require": {
"php": ">=5.5.0",
"orchestra/contracts": "~3.1.0",
"orchestra/support": "~3.1.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"illuminate/container": "~5.1.0",
"illuminate/http": "~5.1.0",
"illuminate/session": "~5.1.0"
},
"suggest": {
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.1).",
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.1)."
},
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"minimum-stability": "dev"
}

0 comments on commit 8092cd9

Please sign in to comment.