Skip to content

Commit

Permalink
Add support for Twig v3 and Symfony 5 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
qferr authored Mar 19, 2021
1 parent 550dc6c commit 643012d
Show file tree
Hide file tree
Showing 5 changed files with 432 additions and 364 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/ci.yml

This file was deleted.

14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/qferr/mjml-php"
}
],
"require": {
"twig/twig": "~2.0",
"php": ">=7.2",
"twig/twig": "^2.0|^3.0",
"qferr/mjml-php": "~1.0"
},
"require-dev": {
Expand All @@ -28,5 +23,10 @@
"psr-4": {
"Qferrer\\" : "src/"
}
},
"autoload-dev": {
"psr-4": {
"Qferrer\\Tests\\" : "tests/"
}
}
}
Loading

0 comments on commit 643012d

Please sign in to comment.