39 lines
937 B
JSON
39 lines
937 B
JSON
{
|
|
"name": "serendipity/s9y",
|
|
"description": "A reliable, secure and extensible PHP blog",
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://packages.zendframework.com/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0 <9.0",
|
|
"filp/whoops": "^2.14",
|
|
"foxy/foxy": "^1.0.0",
|
|
"katzgrau/klogger": "~1.0",
|
|
"smarty/smarty": "~3.1.33",
|
|
"voku/simple-cache": "4.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "": "lib/" },
|
|
"classmap": [ "include/" ]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"apcu-autoloader": true,
|
|
"optimize-autoloader": true,
|
|
"platform": {
|
|
"php": "8.99.99"
|
|
},
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"foxy/foxy": true
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.6"
|
|
}
|
|
}
|