mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-11 01:44:02 +01:00
19 lines
736 B
JSON
19 lines
736 B
JSON
|
{
|
||
|
"name": "typesetter/typesetter",
|
||
|
"type": "project",
|
||
|
"description":"Open source CMS written in PHP focused on ease of use with true WYSIWYG editing and flat-file storage.",
|
||
|
"hoempage":"http://www.typesettercms.com/",
|
||
|
"require": {},
|
||
|
"require-dev": {
|
||
|
"phpcompatibility/php-compatibility": "^9.3",
|
||
|
"symfony/process": "<4",
|
||
|
"guzzlehttp/guzzle": "^6.5",
|
||
|
"phpunit/php-code-coverage": "<7",
|
||
|
"phpunit/phpunit": "<8 >=4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility",
|
||
|
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility"
|
||
|
}
|
||
|
}
|