diff --git a/README.md b/README.md index 39e00d8..fdb5fb7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -# Convert files and database from zawgyi to unicode for Laravel apps +# Convert resources files and database from zawgyi to unicode for Laravel apps + +Kuu Pyaung Package converts resources files and databases from zawgyi to Unicode. + +If the context is Unicode, don't worry about the conflict context, Kuu Pyaung hasn't converted Unicode context to Unicode again. ## Requirements -#### version-1.x (under development) +#### version-1.x - [PHP >= 5.6.4](http://php.net/) - [Laravel 5.2|5.3|5.4](https://github.com/laravel/framework) diff --git a/composer.json b/composer.json index 5fabcf9..026acf9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tintnaingwin/kuu-pyaung", - "description": "Laravel package to convert files from zawgyi to unicode", + "description": "Laravel package to convert resource files and databases from zawgyi to unicode", "keywords": [ "myanmar-font", "unicode", @@ -26,7 +26,7 @@ "illuminate/events": "~5.5.0|~5.6.0|~5.7.0", "illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0", "illuminate/support": "~5.5.0|~5.6.0|~5.7.0", - "tintnaingwin/myanfont": "1.*|2.*" + "tintnaingwin/myanfont": "^0.2" }, "require-dev": { "mockery/mockery": "^1.0",