netzmacht / contao-build-tools
This package is abandoned and no longer maintained.
The author suggests using the phpcq/all-tasks package instead.
Development toolset for Contao extension developing
1.1.0
2015-01-26 10:57 UTC
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" } }