Skip to content

Commit

Permalink
first commit and create new files
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 7, 2017
0 parents commit 641aa2a
Show file tree
Hide file tree
Showing 609 changed files with 74,118 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "bingcool/swoolefy",
"description": "swoole auto relaod and monitor",
"keywords": ["swoole", "auto relaod", "monitor"],
"time": "2017-08-01",
"license": "MIT",
"type": "project",
"authors": [{
"name": "bingcool",
"email": "[email protected]",
"role": "Engineer of php"
}],
"require": {
"monolog/monolog": "1.23.0",
"swiftmailer/swiftmailer":"6.0.1"
},
"autoload":{
"psr-4":{
"Swoolefy\\":"score/"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}
}
309 changes: 309 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 641aa2a

Please sign in to comment.