You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
977 B
38 lines
977 B
{
|
|
"name": "owner888/phpspider",
|
|
"type": "library",
|
|
"keywords": [
|
|
"framework",
|
|
"phpspider"
|
|
],
|
|
"homepage": "http://www.phpspider.org",
|
|
"license": "MIT",
|
|
"description": "The PHPSpider Framework.",
|
|
"authors": [
|
|
{
|
|
"name": "Seatle Yang",
|
|
"email": "seatle@foxmail.com",
|
|
"homepage": "http://www.phpspider.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "seatle@foxmail.com",
|
|
"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"
|
|
}
|
|
|