Skip to content

Commit

Permalink
change - myanfont 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tint Naing Win committed Sep 28, 2019
1 parent 8a5a072 commit 4ce3f8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 4ce3f8d

Please sign in to comment.