thelia / thelia-skeleton
Skeleton that contains required packages for Thelia
3.0.0
2026-08-31 18:07 UTC
Requires
- symfony/flex: ^2.4
- thelia/backoffice-default-twig-template: ^1.0
- thelia/core: ^3.0
- thelia/email-default-template: ^1.0
- thelia/flexy: ^1.0
- thelia/pdf-default-template: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-31 18:12:40 UTC
README
This package lists the parts that make up a Thelia 3 installation: the core, the Flexy front-office template, the default-twig back-office template, and the email and PDF templates. A project depends on this single package instead of pinning each part by hand.
You do not install this package directly. To create a Thelia project, use the project skeleton:
composer create-project thelia/thelia-project my-shop
See thelia/thelia-project for the installation guide, and thelia/thelia to work on Thelia itself.