thtg88 / mmcms-installer
This package is abandoned and no longer maintained.
No replacement package was suggested.
mmCMS application installer.
v0.2.0
2021-03-11 15:16 UTC
Requires
- php: ^8.0
- ext-zip: *
- guzzlehttp/guzzle: ^7.0
- symfony/console: ^5.0
- symfony/filesystem: ^5.0
- symfony/finder: ^5.0
- symfony/process: ^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpstan/phpstan: ^0.12.25
- phpunit/phpunit: ^9.2
This package is auto-updated.
Last update: 2022-04-11 17:25:49 UTC
README
Installer for the mmCMS demo infrastructure.
You can find documentation around installation and usage of mmCMS here
Table of Contents
Development
From your terminal, run:
git clone https://github.com/thtg88/mmcms-installer.git
Install the dependencies:
composer install
Tests
You can run the whole tests suite using:
composer run-script test # or composer test # or ./vendor/bin/phpunit
License
mmCMS Installer is open-sourced software licensed under the MIT license.
Security Vulnerabilities
If you discover a security vulnerability within mmCMS Installer, please send an e-mail to Marco Marassi at security@marco-marassi.com. All security vulnerabilities will be promptly addressed.