mirror of
https://github.com/superhelio/commands.git
synced 2026-02-05 19:49:21 +00:00
Initial commit, superhelio:reload
This commit is contained in:
44
composer.json
Normal file
44
composer.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "superhelio/commands",
|
||||
"description": "Laravel Commands",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"superhelio",
|
||||
"commands"
|
||||
],
|
||||
"homepage": "https://github.com/superhelio/commands",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "SuperHelio",
|
||||
"email": "hello@superhelio.com",
|
||||
"homepage": "https://superhelio.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php" : ">=5.5.0",
|
||||
"illuminate/support": "~5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit" : "4.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Superhelio\\Commands\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Superhelio\\Commands\\Test\\": "tests"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user