Merge branch 'feat-quiqqer-v2' into 'dev'
feat!: quiqqer v2 See merge request !14
No related branches found
No related tags found
- .gitignore 4 Ergänzungen, 1 Löschung.gitignore
- .phive/phars.xml 4 Ergänzungen, 0 Löschungen.phive/phars.xml
- composer.json 7 Ergänzungen, 7 Löschungencomposer.json
- phpcs.xml.dist 24 Ergänzungen, 0 Löschungenphpcs.xml.dist
- phpstan-baseline.neon 0 Ergänzungen, 0 Löschungenphpstan-baseline.neon
- phpstan.dist.neon 11 Ergänzungen, 0 Löschungenphpstan.dist.neon
- tests/phpstan-bootstrap.php 13 Ergänzungen, 0 Löschungentests/phpstan-bootstrap.php
.phive/phars.xml
0 → 100644
{ | ||
"name": "quiqqer\/ckeditor4", | ||
"name": "quiqqer/ckeditor4", | ||
"type": "quiqqer-module", | ||
"description": "CKEditor for the QUIQQER CMS - enable the ckeditor for quiqqer", | ||
"license": "GPL-2.0-or-later", | ||
... | ... | @@ -7,7 +7,7 @@ |
{ | ||
"name": "Henning Leutz", | ||
"email": "leutz@pcsg.de", | ||
"homepage": "http:\/\/www.pcsg.de", | ||
"homepage": "https://www.pcsg.de", | ||
"role": "Developer" | ||
} | ||
], | ||
... | ... | @@ -15,14 +15,14 @@ |
"email": "support@pcsg.de" | ||
}, | ||
"require": { | ||
"quiqqer\/quiqqer": "*", | ||
"quiqqer\/qui": ">=1|*@dev", | ||
"ckeditor\/ckeditor": ">=4.16.0 <4.22.0" | ||
"quiqqer/core": "^2", | ||
"quiqqer/qui": "^1", | ||
"ckeditor/ckeditor": ">=4.16.0 <4.22.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"QUI\\Ckeditor\\": "src\/QUI\/Ckeditor\/", | ||
"QUI\\Ckeditor\\Plugins\\": "src\/QUI\/Ckeditor\/Plugins\/" | ||
"QUI\\Ckeditor\\": "src/QUI/Ckeditor/", | ||
"QUI\\Ckeditor\\Plugins\\": "src/QUI/Ckeditor/Plugins/" | ||
} | ||
} | ||
} |
phpcs.xml.dist
0 → 100644
phpstan-baseline.neon
0 → 100644
phpstan.dist.neon
0 → 100644
tests/phpstan-bootstrap.php
0 → 100644
Bitte registrieren oder Anmelden zum Kommentieren