mvo / contao-survey
Create surveys from the Contao backend.
Installs: 771
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 6
Forks: 2
Open Issues: 8
Type:contao-bundle
Requires
- php: >=7.4
- ausi/slug-generator: ^1.1
- contao/core-bundle: ^4.10
- doctrine/collections: ^1.5
- doctrine/dbal: ^2.10|^3.0
- doctrine/doctrine-bundle: ^1.8|^2.0
- doctrine/orm: ^2.6.3
- doctrine/persistence: ^2.0
- league/csv: ^9.6
- psr/container: ^1.0.0
- symfony/config: ^4.4|^5.0
- symfony/dependency-injection: ^4.4|^5.0
- symfony/event-dispatcher: ^4.4|^5.0
- symfony/event-dispatcher-contracts: ^1.1|^2.0|^3.0
- symfony/expression-language: ^4.4|^5.0
- symfony/form: ^4.4|^5.0
- symfony/framework-bundle: ^4.4|^5.0
- symfony/http-foundation: ^4.4|^5.0
- symfony/http-kernel: ^4.4|^5.0
- symfony/options-resolver: ^4.4|^5.0
- symfony/security-core: ^4.4|^5.0
- symfony/security-csrf: ^4.4|^5.0
- symfony/translation-contracts: ^2.3|^3.0
- symfony/twig-bundle: ^4.4|^5.0
- symfony/validator: ^4.4|^5.0
- twig/twig: ^2.0|^3.0
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- contao/manager-plugin: ^2.0
- phpunit/phpunit: ^8.5
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
- dev-main
- v1.0.0-beta7
- v1.0.0-beta6
- v1.0.0-beta5
- v1.0.0-beta4
- v1.0.0-beta3
- v1.0.0-beta2
- v1.0.0-beta
- v1.0.0-alpha
- dev-dependabot/npm_and_yarn/minimist-1.2.8
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/terser-4.8.1
- dev-dependabot/npm_and_yarn/node-sass-7.0.0
- dev-housekeeping
- dev-bugfix/contracts-compat
- dev-bugfix/dbal-compat
- dev-bugfix/fix-rating-type-off-by-one
- dev-bugfix/rating-type-default
- dev-js-deps
- dev-bugfix/storage2
- dev-bugfix/storage
- dev-feature/misc
- dev-feature/rating-type
- dev-feature/be-niceities
- dev-legacy
This package is auto-updated.
Last update: 2024-11-12 10:57:04 UTC
README
This package is in development and not intended for production use.
Development
PHP
- Install PHP dependencies with
composer install
. - Run
composer chain
to execute the requirements/code style/static analysis checks and tests.
JS
- Install JS dependencies with
yarn install
. - Run
yarn build
to build the bundled javascript assets.