15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "netig/f3-simple-blog",
|
|
"description": "Blog simple avec Fat-Free Framework et SQLite.",
|
|
"type": "project",
|
|
"require": {
|
|
"php": "^8.3",
|
|
"ext-dom": "*",
|
|
"ext-gd": "*",
|
|
"ext-intl": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-pdo_sqlite": "*",
|
|
"bcosca/fatfree-core": "^3.9"
|
|
}
|
|
}
|