Skip to content

Commit

Permalink
Make possible to support PHP 7.3
Browse files Browse the repository at this point in the history
Due to abandoned state of XaminProject/handlebars.php one had to switched to private repositories for stuff related to PHP implementation of Handlebars template engine
  • Loading branch information
faf committed Apr 17, 2019
1 parent be5d5d1 commit 8a2586d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,19 @@
"forum": "https://mibew.org/forums",
"source": "https://github.com/mibew/mibew"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mibew/handlebars.php"
},
{
"type": "vcs",
"url": "https://github.com/mibew/handlebars.php-helpers"
}
],
"require": {
"xamin/handlebars.php": "~0.10.3",
"justblackbird/handlebars.php-helpers": "1.*",
"mibew/handlebars.php": "~0.10.5",
"mibew/handlebars.php-helpers": "1.*",
"symfony/http-foundation": "2.6.*",
"symfony/routing": "2.6.*",
"symfony/config": "2.6.*",
Expand Down

0 comments on commit 8a2586d

Please sign in to comment.