Skip to content

Commit

Permalink
Twig 2.0+ composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bartnovak committed Mar 4, 2024
1 parent b15d0c4 commit 118af80
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions web/app/themes/juniper-theme/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "junipertheme/junipertheme",
"type": "library",
"require": {
"timber/timber": "^1.19",
"timber/timber": "^2.0",
"palmiak/timber-acf-wp-blocks": "^1.15"
},
"autoload": {
Expand All @@ -15,5 +15,10 @@
"name": "bartnovak",
"email": "b.nowak@osomstudio.com"
}
]
],
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}

0 comments on commit 118af80

Please sign in to comment.