mortimer333 / dullahan
Installs: 10
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.2
- ext-bcmath: *
- ext-ctype: *
- ext-gmp: *
- ext-iconv: *
- ext-imagick: *
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
- ext-sodium: *
- codex-team/editor.js: dev-master
- doctrine/doctrine-bundle: ^2.6
- doctrine/doctrine-migrations-bundle: ^3.2
- doctrine/orm: ^2.12
- icanboogie/inflector: ^2.2
- nelmio/api-doc-bundle: ^4.10
- sybio/image-workshop: ^2.2
- symfony/asset: 7.0.*
- symfony/console: 7.0.*
- symfony/event-dispatcher: 7.0.*
- symfony/framework-bundle: 7.0.*
- symfony/http-client: 7.0.*
- symfony/http-kernel: 7.0.*
- symfony/mime: 7.0.*
- symfony/monolog-bundle: ^3.8
- symfony/process: 7.0.*
- symfony/rate-limiter: 7.0.*
- symfony/runtime: 7.0.*
- symfony/security-bundle: 7.0.*
- symfony/twig-bundle: 7.0.*
- symfony/validator: 7.0.*
- symfony/yaml: 7.0.*
- web-token/jwt-bundle: ^3.3
Requires (Dev)
- symfony/dotenv: 7.0.*
- symfony/maker-bundle: ^1.48
- symfony/stopwatch: 7.0.*
Conflicts
This package is auto-updated.
Last update: 2024-10-28 12:21:06 UTC
README
Headless CMS bundle created on top of Symfony 7.0.
Installation
You can start new Symfony 7.0 + Dullahan with Dullahan Project.
Independent installation
composer require mortimer333/dullahan
Adding new subbundle:
- remove .lock from master repo (which requests this bundle via composer)
composer clear-cache && composer dump && composer install