Skip to content

Commit

Permalink
Merge pull request #14 from dotzero/master
Browse files Browse the repository at this point in the history
Laravel 7 support #13
  • Loading branch information
ElForastero authored Jul 12, 2020
2 parents 3e9d858 + 73ff84e commit 49e651d
Show file tree
Hide file tree
Showing 2 changed files with 1,241 additions and 469 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elforastero/transliterate",
"description": "Transliteration package for laravel 6",
"version": "3.0.0",
"description": "Transliteration package for laravel",
"version": "4.0.0",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -23,7 +23,7 @@
"require": {
"php": ">=7.2",
"ext-intl": "*",
"illuminate/support": "~6"
"illuminate/support": "^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down
Loading

0 comments on commit 49e651d

Please sign in to comment.