Update composer info

This commit is contained in:
Fedor A. Fetisov 2019-04-17 18:19:06 +03:00
parent 6d965edfba
commit f9f41cc89e

View File

@ -8,14 +8,24 @@
{ {
"name": "Dmitriy Simushev", "name": "Dmitriy Simushev",
"email": "simushevds@gmail.com" "email": "simushevds@gmail.com"
},
{
"name": "Mibew Messenger project",
"homepage": "https://mibew.org/"
} }
], ],
"support": { "support": {
"issues": "https://github.com/JustBlackBird/handlebars.php-helpers/issues", "issues": "https://github.com/JustBlackBird/handlebars.php-helpers/issues",
"source": "https://github.com/JustBlackBird/handlebars.php-helpers" "source": "https://github.com/JustBlackBird/handlebars.php-helpers"
}, },
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mibew/handlebars.php"
}
],
"require": { "require": {
"xamin/handlebars.php": "~0.10.3" "mibew/handlebars.php": "~0.10.5"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.4", "phpunit/phpunit": "~4.4",