mirror of
https://github.com/typemill/typemill.git
synced 2025-08-03 20:57:38 +02:00
2.0.0-1 composer setup
This commit is contained in:
@@ -1,32 +1,34 @@
|
||||
{
|
||||
"name": "typemill/typemill",
|
||||
"type": "project",
|
||||
"description": "A crazy simple tool to create web-documentations and online manuals with markdown files.",
|
||||
"keywords": ["documentations","manuals","flat-file","Markdown","php"],
|
||||
"description": "A lightweight flat-file-cms for advanced publishing. Create websites, handbooks, documentations, and transform them into ebooks.",
|
||||
"keywords": ["cms", "vue", "markdown", "slim", "php", "flat-file", "publishing", "documentations", "manuals", "handbooks", "pdf", "epub", "paged media", "paged.js"],
|
||||
"homepage": "https://typemill.net",
|
||||
"license": "MIT",
|
||||
"config": {
|
||||
"vendor-dir": "system/vendor"
|
||||
},
|
||||
"require": {
|
||||
"slim/slim": "~3.7",
|
||||
"twig/twig": "^2.0",
|
||||
"slim/twig-view": "~2.3",
|
||||
"slim/flash": "~0.4",
|
||||
"slim/csrf": "~0.8",
|
||||
"symfony/yaml": "~5.0",
|
||||
"symfony/event-dispatcher": "~4.0",
|
||||
"erusev/parsedown": "~1.4",
|
||||
"erusev/parsedown-extra": "dev-master",
|
||||
"slim/slim": "4.*",
|
||||
"slim/psr7": "^1.5",
|
||||
"php-di/php-di": "^6.3",
|
||||
"php-di/slim-bridge": "^3.2",
|
||||
"slim/twig-view": "^3.3",
|
||||
"slim/flash": "^0.4.0",
|
||||
"slim/csrf": "^1.2",
|
||||
"vlucas/valitron": "^1.4",
|
||||
"symfony/yaml": "^6.0",
|
||||
"symfony/event-dispatcher": "^6.0",
|
||||
"erusev/parsedown": "^2.0",
|
||||
"erusev/parsedown-extra": "^2.0",
|
||||
"jbroadway/urlify": "1.1.3",
|
||||
"vlucas/valitron": "dev-master",
|
||||
"laminas/laminas-permissions-acl": "^2.7",
|
||||
"laminas/laminas-permissions-acl": "^2.10",
|
||||
"akrabat/proxy-detection-middleware": "^0.4.0",
|
||||
"gregwar/captcha": "1.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Typemill\\": "system/",
|
||||
"Typemill\\": "system/typemill/",
|
||||
"Plugins\\": "plugins/"
|
||||
}
|
||||
},
|
||||
|
1299
composer.lock
generated
1299
composer.lock
generated
File diff suppressed because it is too large
Load Diff
15
udo a2enmod actions fcgid alias proxy_fcgi
Normal file
15
udo a2enmod actions fcgid alias proxy_fcgi
Normal file
@@ -0,0 +1,15 @@
|
||||
[0;1;32m●[0m php8.1-fpm.service - The PHP 8.1 FastCGI Process Manager
|
||||
Loaded: loaded (/lib/systemd/system/php8.1-fpm.service; enabled; vendor preset: enabled)
|
||||
Active: [0;1;32mactive (running)[0m since Sun 2022-05-29 22:34:18 CEST; 33s ago
|
||||
Docs: man:php-fpm8.1(8)
|
||||
Main PID: 110039 (php-fpm8.1)
|
||||
Status: "Processes active: 0, idle: 2, Requests: 0, slow: 0, Traffic: 0req/sec"
|
||||
Tasks: 3 (limit: 4395)
|
||||
Memory: 10.1M
|
||||
CGroup: /system.slice/php8.1-fpm.service
|
||||
├─110039 php-fpm: master process (/etc/php/8.1/fpm/php-fpm.conf)
|
||||
├─110044 php-fpm: pool www
|
||||
└─110045 php-fpm: pool www
|
||||
|
||||
May 29 22:34:18 sebastian-IdeaPad-1 systemd[1]: Starting The PHP 8.1 FastCGI Process Manager...
|
||||
May 29 22:34:18 sebastian-IdeaPad-1 systemd[1]: Started The PHP 8.1 FastCGI Process Manager.
|
Reference in New Issue
Block a user