Skip to content

Commit

Permalink
Add composer info.
Browse files Browse the repository at this point in the history
  • Loading branch information
windmaomao committed Jun 17, 2014
1 parent 96dd041 commit a2a9185
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ if you are working in 'local' or 'production' environment.

Use config.php to change position, and colors for default or 'local' environment.

The color bar is set to be enabled when debug mode is off by default.
The color bar is set to be enabled when debug mode is on by default.

### Changelog

#### 0.1 (6/16/2014)
#### 0.1.0

- Add service provider
31 changes: 31 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "qplot/environment-color",
"description": "Environment Color for Laravel",
"keywords": ["laravel", "environment", "indicator", "color", "local"],
"homepage": "https://github.com/windmaomao/laravel-environment-color",
"license": "MIT",

"authors": [
{
"name": "Fang Jin",
"email": "[email protected]",
"homepage": "http://qplot.com",
"role": "Architect"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "~4.0"
},
"autoload": {
"psr-0": {
"QPlot\\EnvironmentColor": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.x.0-dev"
}
},
"minimum-stability": "dev"
}

0 comments on commit a2a9185

Please sign in to comment.