Install phan/phpstan local
This commit is contained in:
31
vendor/netresearch/jsonmapper/composer.json
vendored
Normal file
31
vendor/netresearch/jsonmapper/composer.json
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "netresearch/jsonmapper",
|
||||
"description": "Map nested JSON structures onto PHP classes",
|
||||
"license": "OSL-3.0",
|
||||
"autoload": {
|
||||
"psr-0": {"JsonMapper": "src/"}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christian Weiske",
|
||||
"email": "cweiske@cweiske.de",
|
||||
"homepage": "http://github.com/cweiske/jsonmapper/",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"email": "cweiske@cweiske.de",
|
||||
"issues": "https://github.com/cweiske/jsonmapper/issues"
|
||||
},
|
||||
"require":{
|
||||
"php": ">=7.1",
|
||||
"ext-spl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-pcre": "*",
|
||||
"ext-reflection": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
|
||||
"squizlabs/php_codesniffer": "~3.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user