mirror of
https://github.com/php/web-news.git
synced 2026-03-23 23:02:11 +01:00
23 lines
510 B
JSON
23 lines
510 B
JSON
{
|
|
"name": "php/web-news",
|
|
"description": "Web end to the PHP mailing lists using the NNTP server",
|
|
"license": "proprietary",
|
|
"type": "project",
|
|
"homepage": "https://www.php.net/",
|
|
"support": {
|
|
"source": "https://github.com/php/web-news"
|
|
},
|
|
"require": {
|
|
"php": "~8.1.0"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.0"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.1.0"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|