Skip to content

Commit

Permalink
docs(composer.json): change package name 📝
Browse files Browse the repository at this point in the history
change package name to lower
  • Loading branch information
TIGERB committed May 15, 2017
1 parent 4be26a0 commit 3477ed8
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,34 @@
{
"name": "TIGERB/easy-php",
"name": "tigerb/easy-php",
"description": "A lightweight PHP framework for studying",
"version":"0.6.7",
"version": "0.6.7",
"type": "framework, easy-php, php framework",
"authors": [
{
"name": "tigerb",
"email": "[email protected]"
}
],
"homepage": "http://php.tiegrb.cn/",
"license": "MIT",
"minimum-stability": "stable",
"authors": [{
"name": "tigerb",
"email": "[email protected]"
}],
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpunit/phpunit": "^6.0"
},
"require": {
"mongodb/mongodb": "^1.1"
},
"scripts": {
"post-install-cmd": [
"cp .env.example .env",
"chmod -R 777 runtime",
"composer dump-autoload --optimize"
],
"post-root-project-cmd": [
"composer install"
],
"pre-status-cmd": [
"cp .env.example .env",
"rm -rf runtime/*"
]
}
}
}

0 comments on commit 3477ed8

Please sign in to comment.