netzmacht / contao-build-tools
Development toolset for Contao extension developing
Installs: 3 284
Dependents: 21
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/netzmacht/contao-build-tools
Requires
- bit3/git-php: ~1.0
- pdepend/pdepend: 2.0.*
- phpcq/author-validation: ~1.0
- phpcq/autoload-validation: ~1.0
- phpcq/branch-alias-validation: ~1.0
- phpcq/coding-standard: ~1.0
- phpcq/phpcq: ~1.0
- phpcq/travis-configuration-check: ~1.0
- phploc/phploc: ~2.0
- phpmd/phpmd: ~2.0
- sebastian/phpcpd: ~1.4
- squizlabs/php_codesniffer: ~1.0
This package is auto-updated.
Last update: 2022-02-01 12:40:40 UTC
README
This extension provides build tools used in Netzmacht development projects. Do not use this package in production environment.
It's main goal it to make development/testing possible/easier with Contao. It provides:
- A replacement of the Contao class loader which loads the Contao classes from the vendor/contao/core directory. This is useful so that the Contao classes can be used for mocks using phpspec
- A phpspec task for the CCABS
netzmacht.main.xml
to extend the default build process. It includes the phpspec task compared to thecca/build-system-all-tasks
. It's also used to ensure that the build process won't fail because of changes in the upstreamccabs.main.xml
Installation
{ "require-dev": { "netzmacht/contao-build-tools": "1.0.x-dev" } }