Skip to content

Commit

Permalink
Add support for Composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wanze authored Aug 3, 2023
1 parent 1e90f48 commit e6b564a
Showing 1 changed file with 5 additions and 2 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-twig",
"type": "pw-module",
"type": "processwire-module",
"extra": {
"installer-name": "TemplateEngineTwig"
},
"description": "ProcessWire module adding Twig to the TemplateEngineFactory",
"keywords": [ "twig-engine", "twig", "processwire"],
"homepage": "https://github.com/wanze/TemplateEngineTwig",
Expand All @@ -18,7 +21,7 @@
],
"require": {
"php": ">=7.0",
"hari/pw-module": "~1.0",
"composer/installers": "~1.0",
"twig/twig": "^3.0",
"wanze/template-engine-factory": "^2.0"
},
Expand Down

0 comments on commit e6b564a

Please sign in to comment.