32 lines
562 B
JSON
32 lines
562 B
JSON
|
{
|
||
|
"name": "vendor_name/asrock-memory-listing",
|
||
|
"description": "description",
|
||
|
"minimum-stability": "stable",
|
||
|
"license": "proprietary",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "joop",
|
||
|
"email": "email@example.com"
|
||
|
}
|
||
|
],
|
||
|
"config": {
|
||
|
"platform": {
|
||
|
"php": "^8.0"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"": ["src"]
|
||
|
}
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/var-dumper": "^5.2"
|
||
|
},
|
||
|
"require": {
|
||
|
"symfony/dom-crawler": "^5.2",
|
||
|
"symfony/css-selector": "^5.2",
|
||
|
"ext-curl": "*",
|
||
|
"illuminate/collections": "^8.38"
|
||
|
}
|
||
|
}
|