Skip to content

Commit

Permalink
Support Composer 2 with native Composer Installers
Browse files Browse the repository at this point in the history
Support Composer 2 with native Composer Installers instead of hari/pw-module which does not support Composer 2
  • Loading branch information
tiefenb authored and wanze committed Jun 30, 2021
1 parent f9fdb11 commit 112b06b
Show file tree
Hide file tree
Showing 2 changed files with 468 additions and 180 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "wanze/template-engine-factory",
"type": "pw-module",
"type": "processwire-module",
"extra": {
"installer-name": "TemplateEngineFactory"
},
"description": "Provides ProcessWire integration for various template engines such as Twig.",
"keywords": [ "template-engine", "processwire"],
"homepage": "https://github.com/wanze/TemplateEngineFactory",
Expand All @@ -18,7 +21,7 @@
],
"require": {
"php": ">=7.0",
"hari/pw-module": "~1.0"
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^6"
Expand Down
Loading

0 comments on commit 112b06b

Please sign in to comment.