Closed JanMikes closed 7 years ago
I would, but I don't know how to test a pull request, can you help me?
@medhi you can use the pull request repository instead of the vendor's default one and run composer update
(thats the way i would do it), update your composer.json
like this:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Lexinek/Translation"
}
],
"require": {
"kdyby/translation": "@dev"
}
}
Thanks. Tested and seems fixed.
@fprochazka Possible to merge, so i can delete repository Lexinek/Translation please?
Yeah, this looks reasonable. Thank you guys!
Fixes #126 Possible fix to #114 (not tested) @medhi please would you mind try it out?