Merge branch 'feat-quiqqer-tooling' into 'next-1.x'
Add QUIQQER Tooling See merge request !2
No related branches found
No related tags found
- .gitattributes 15 Ergänzungen, 0 Löschungen.gitattributes
- .gitignore 8 Ergänzungen, 0 Löschungen.gitignore
- .gitlab-ci.yml 19 Ergänzungen, 0 Löschungen.gitlab-ci.yml
- .phive/phars.xml 8 Ergänzungen, 0 Löschungen.phive/phars.xml
- CONTRIBUTING.md 3 Ergänzungen, 0 LöschungenCONTRIBUTING.md
- LICENSE 1 Ergänzung, 0 LöschungenLICENSE
- captainhook.json 13 Ergänzungen, 0 Löschungencaptainhook.json
- composer.json 73 Ergänzungen, 31 Löschungencomposer.json
- phpcs.xml.dist 23 Ergänzungen, 0 Löschungenphpcs.xml.dist
- phpstan-baseline.neon 6 Ergänzungen, 0 Löschungenphpstan-baseline.neon
- phpstan.dist.neon 10 Ergänzungen, 0 Löschungenphpstan.dist.neon
- phpunit.dist.xml 8 Ergänzungen, 0 Löschungenphpunit.dist.xml
- src/QUI/Interview/Controls/IntervieweeData.php 7 Ergänzungen, 5 Löschungensrc/QUI/Interview/Controls/IntervieweeData.php
- tests/phpstan-bootstrap.php 13 Ergänzungen, 0 Löschungentests/phpstan-bootstrap.php
- tests/phpunit-bootstrap.php 11 Ergänzungen, 0 Löschungentests/phpunit-bootstrap.php
.gitattributes
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.phive/phars.xml
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
captainhook.json
0 → 100644
{ | { | ||
"name": "quiqqer\/interview", | "name": "quiqqer/interview", | ||
"type": "quiqqer-plugin", | "type": "quiqqer-plugin", | ||
"description": "Extension for blog and news plugin. This plugin adds some new attributes and provides new bricks.", | "description": "Extension for blog and news plugin. This plugin adds some new attributes and provides new bricks.", | ||
"license": "GPL-3.0+", | "license": "GPL-3.0+", | ||
"authors": [ | "authors": [ | ||
{ | { | ||
"name": "Michael Danielczok", | "name": "Michael Danielczok", | ||
"email": "michael@pcsg.de", | "email": "michael@pcsg.de", | ||
"homepage": "http:\/\/www.pcsg.de", | "homepage": "http://www.pcsg.de", | ||
"role": "Developer" | "role": "Developer" | ||
}, | |||
{ | |||
"name": "Dominik Chrzanowski", | |||
"email": "dominik.chrzanowski@gmail.com", | |||
"role": "Developer" | |||
} | |||
], | |||
"support": { | |||
"email": "support@pcsg.de" | |||
}, | }, | ||
{ | "require": { | ||
"name": "Dominik Chrzanowski", | "quiqqer/quiqqer": ">=1.6|dev-master|dev-dev" | ||
"email": "dominik.chrzanowski@gmail.com", | }, | ||
"role": "Developer" | "suggest": { | ||
} | "quiqqer/blog": "Create your own online diary. With the provided page types, managing and creating your own blog is no longer a problem.", | ||
], | "quiqqer/news": "News functionality for the QUIQQER system." | ||
"support": { | }, | ||
"email": "support@pcsg.de" | "autoload": { | ||
}, | "psr-4": { | ||
"require": { | "QUI\\Interview\\": "src/QUI/Interview" | ||
"quiqqer\/quiqqer": ">=1.6|dev-master|dev-dev" | } | ||
}, | }, | ||
"suggest": { | "scripts": { | ||
"quiqqer\/blog": "Create your own online diary. With the provided page types, managing and creating your own blog is no longer a problem.", | "test": [ | ||
"quiqqer\/news": "News functionality for the QUIQQER system." | "@dev:lint", | ||
}, | "@dev:phpunit" | ||
"autoload": { | ], | ||
"psr-4": { | "dev:phpunit": "./tools/phpunit", | ||
"QUI\\Interview\\": "src\/QUI\/Interview" | "dev:lint": [ | ||
"@dev:lint:phpstan", | |||
"@dev:lint:style" | |||
], | |||
"dev:lint:phpstan": "./tools/phpstan", | |||
"dev:lint:style": "./tools/phpcs", | |||
"dev:lint:style:fix": "./tools/phpcbf", | |||
"dev:init": [ | |||
"@dev:init:check-requirements", | |||
"@dev:init:tools", | |||
"@dev:init:git-hooks" | |||
], | |||
"dev:init:check-requirements": [ | |||
"which composer > /dev/null || (echo 'Error: composer has to be globally installed'; exit 1)", | |||
"which phive > /dev/null || (echo 'Error: PHIVE has to be globally installed'; exit 1)" | |||
], | |||
"dev:init:tools": "phive install --temporary", | |||
"dev:init:git-hooks": "./tools/captainhook install --only-enabled --force" | |||
}, | |||
"scripts-aliases": { | |||
"test": [ | |||
"dev:test" | |||
] | |||
}, | |||
"scripts-descriptions": { | |||
"test": "Runs linting, static analysis, and unit tests.", | |||
"dev:phpunit": "Run PHPUnit test suites", | |||
"dev:lint": "Run PHPStan and code style check", | |||
"dev:lint:phpstan": "Run PHPStan", | |||
"dev:lint:style": "Run code style check (PHP_CodeSniffer)", | |||
"dev:lint:style:fix": "Try to fix code style errors automatically", | |||
"dev:init": "Initialize the developer tooling (tools and git hooks)", | |||
"dev:init:check-requirements": "Check if the necessary requirements are met", | |||
"dev:init:tools": "Install all developer tools (requires PHIVE)", | |||
"dev:init:git-hooks": "Install all git hooks (may require tools to be installed)" | |||
} | } | ||
} | } | ||
} | \ No newline at end of file |
phpcs.xml.dist
0 → 100644
phpstan-baseline.neon
0 → 100644
phpstan.dist.neon
0 → 100644
phpunit.dist.xml
0 → 100644
tests/phpstan-bootstrap.php
0 → 100644
tests/phpunit-bootstrap.php
0 → 100644
Bitte registrieren oder Anmelden zum Kommentieren