mirror of
https://github.com/php-fig/www.php-fig.org.git
synced 2026-03-23 22:42:13 +01:00
38 lines
858 B
JSON
38 lines
858 B
JSON
{
|
|
"name": "fig/www.php-fig.org",
|
|
"description": "The static official site of PHP-FIG",
|
|
"require": {
|
|
"php": "~8.5",
|
|
"league/commonmark": "^2",
|
|
"sculpin/sculpin": "^3.3.0-alpha4",
|
|
"spatie/commonmark-highlighter": "^3",
|
|
"symfony/flex": "^2.4",
|
|
"symfony/polyfill-iconv": "^1.23",
|
|
"twig/twig": "^3"
|
|
},
|
|
"replace": {
|
|
"sculpin/sculpin-theme-composer-plugin": "1.0.2"
|
|
},
|
|
"config": {
|
|
"audit": {
|
|
"ignore": [
|
|
"PKSA-q7hq-sbtp-vntg"
|
|
]
|
|
},
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"symfony/flex": true
|
|
}
|
|
},
|
|
"extra": {
|
|
"symfony": {
|
|
"require": "^5.4"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Fig\\Website\\": "app/lib"
|
|
}
|
|
}
|
|
}
|