14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"name": "username/php-app",
|
|
"description": "PHP App template",
|
|
"type": "project",
|
|
"license": "CC0-1.0",
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=8.4",
|
|
"ext-ctype": "*",
|
|
"ext-iconv": "*"
|
|
}
|
|
}
|