Skip to content

Commit

Permalink
feat: add support for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Dzhumak committed Aug 1, 2024
1 parent ef4f2d4 commit aacaf85
Show file tree
Hide file tree
Showing 2 changed files with 1,874 additions and 961 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",
"version": "7.0.0",
"version": "8.0.0",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -23,9 +23,9 @@
}
},
"require": {
"php": ">=8.1",
"php": "^8.1",
"ext-intl": "*",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": ">=9.0",
Expand Down
Loading

0 comments on commit aacaf85

Please sign in to comment.