panopoly / panopoly-composer-template
Project template for Panopoly 2.x projects with composer
10.x-dev
2024-02-27 17:35 UTC
Requires
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6.5
- drupal/core-composer-scaffold: ^10.1
- drupal/core-project-message: ^10.1
- drupal/core-recommended: ^10.1
- panopoly/panopoly: 3.0.x-dev
Requires (Dev)
- behat/mink-goutte-driver: ^2.0
- consolidation/robo: ^4
- drupal/coder: ^8.3.13
- drupal/core-dev: ^10.1
- drupal/drupal-extension: ^5
- drush/drush: ^11 || ^12
- friends-of-behat/mink-extension: ^2.5
- mglaman/phpstan-drupal: ^1.1.26
- phpspec/prophecy-phpunit: ^2.0
- phpstan/extension-installer: ^1.2.0
- phpstan/phpstan: ^1.9.11
- phpstan/phpstan-deprecation-rules: ^1.1.1
- spomky-labs/otphp: ^9.0 || ^10.0
Conflicts
This package is auto-updated.
Last update: 2025-02-28 01:44:36 UTC
README
Panopoly is a powerful base distribution of Drupal 9, that includes many usability improvements, and powerful additional features.
It can be used as a starting point for a new Drupal site, or as the base to create your own Drupal 9 distribution.
See the project page on Drupal.org for more information.
Usage
You need a couple of dependencies first:
After that you can create your new project via:
composer create-project panopoly/panopoly-composer-template:9.x-dev somedir --no-interaction
... replacing 'somedir' with the directory to create your new site.