Skip to content

Commit

Permalink
Add a TwigManager
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Oct 25, 2023
1 parent 46422ad commit d98ea86
Show file tree
Hide file tree
Showing 3 changed files with 561 additions and 4 deletions.
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"require": {
"php": "^7.3|^8.0",
"symfony/yaml": "^5.1",
"studiometa/webpack-config": "^4.0"
"studiometa/webpack-config": "^4.0",
"djboris88/twig-commented-include": "dev-master",
"twig/twig": "^2.0|^3.0",
"studiometa/ui": "^0.2.40"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4",
Expand All @@ -18,6 +21,12 @@
"phpunit/phpunit": "^9.0",
"yoast/phpunit-polyfills": "^1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/EstudioNexos/twig-commented-include"
}
],
"autoload": {
"psr-4": {
"Studiometa\\WPToolkit\\": "src/"
Expand Down
Loading

0 comments on commit d98ea86

Please sign in to comment.