mirror of
https://github.com/flextype/flextype.git
synced 2025-08-31 08:45:22 +02:00
86 lines
2.5 KiB
JSON
Executable File
86 lines
2.5 KiB
JSON
Executable File
{
|
|
"name": "flextype/flextype",
|
|
"type": "project",
|
|
"description": "Hybrid Content Management System",
|
|
"keywords": ["flextype", "php", "cms", "flat-file cms", "flat cms", "flatfile cms", "headless", "API", "html"],
|
|
"homepage": "https://flextype.org",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Sergey Romanenko",
|
|
"email": "sergey.romaneko@flextype.org",
|
|
"homepage": "https://flextype.org"
|
|
}
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/flextype/flextype",
|
|
"issues": "https://github.com/flextype/flextype/issues"
|
|
},
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"ext-json": "*",
|
|
"ext-dom": "*",
|
|
"ext-spl": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-fileinfo": "*",
|
|
|
|
"flextype-components/i18n" : "1.3.0",
|
|
|
|
"atomastic/session": "^1.0.0",
|
|
"atomastic/filesystem": "^1.0.0",
|
|
"atomastic/arrays": "^2.2.0",
|
|
"atomastic/registry": "^2.0.0",
|
|
"atomastic/strings": "^2.4.0",
|
|
"atomastic/macroable": "^1.0.0",
|
|
|
|
"slim/slim": "^3.12.3",
|
|
|
|
"filp/whoops": "^2.9.1",
|
|
|
|
"league/glide-slim": "^1.0.0",
|
|
"league/event": "^2.2.0",
|
|
"league/glide": "^1.7.0",
|
|
|
|
"phpfastcache/phpfastcache": "^8.0.4",
|
|
|
|
"respect/validation": "^2.1.0",
|
|
"monolog/monolog": "^2.2.0",
|
|
"cocur/slugify": "^4.0.0",
|
|
"ramsey/uuid": "^4.1.1",
|
|
"symfony/yaml": "^5.2.1",
|
|
"symfony/finder": "^5.2.1",
|
|
|
|
"bnf/slim3-psr15": "^1.1.1",
|
|
|
|
"league/commonmark": "^1.5.7",
|
|
|
|
"thunderer/shortcode": "^0.7.4",
|
|
|
|
"composer/semver": "^3.2.4",
|
|
"guzzlehttp/guzzle": "7.2.0"
|
|
},
|
|
"suggest": {
|
|
"ext-zend-opcache": "Recommended for better performance",
|
|
"ext-memcache": "Needed to support Memcache servers",
|
|
"ext-memcached": "Needed to support Memcached servers",
|
|
"ext-redis": "Needed to support Redis servers"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/flextype"
|
|
],
|
|
"files": [
|
|
"src/flextype/Support/Helpers/FindHelper.php",
|
|
"src/flextype/Support/Helpers/FilterHelper.php",
|
|
"src/flextype/Foundation/Helpers/FlextypeHelper.php"
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "8.2.0",
|
|
"pestphp/pest": "^1.0.0",
|
|
"phpstan/phpstan": "^0.12.66",
|
|
"symfony/var-dumper": "^5.2.1",
|
|
"victorjonsson/markdowndocs": "^1.3.8"
|
|
}
|
|
}
|