-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zetao Yang
authored and
Zetao Yang
committed
Aug 7, 2017
1 parent
5d4655d
commit 3121f15
Showing
39 changed files
with
24,924 additions
and
665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/vendor/ | ||
composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "owner888/phpspider", | ||
"type": "library", | ||
"keywords": [ | ||
"framework", | ||
"phpspider" | ||
], | ||
"homepage": "http://www.phpspider.org", | ||
"license": "MIT", | ||
"description": "The PHPSpider Framework.", | ||
"authors": [ | ||
{ | ||
"name": "Seatle Yang", | ||
"email": "[email protected]", | ||
"homepage": "http://www.phpspider.org", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/owner888/phpspider/issues", | ||
"forum": "http://wenda.phpspider.org/", | ||
"wiki": "http://doc.phpspider.org/", | ||
"source": "https://github.com/owner888/phpspider" | ||
}, | ||
"require": { | ||
"php": ">=5.5.0" | ||
}, | ||
"suggest": { | ||
"ext-pcntl、ext-redis": "For better performance. " | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"phpspider\\": "./" | ||
} | ||
}, | ||
"minimum-stability": "dev" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.