Skip to content

Commit

Permalink
Add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Mazur committed Feb 8, 2024
1 parent c2d4cfb commit 3c6d213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
> ⚠️ Для Laravel v7 используйте ветку v5: `composer require victord11/transliterate "^5.0"`
> ⚠️ Для Laravel v8,v9 используйте ветку v6: `composer require victord11/transliterate "^6.0"`
> ⚠️ Для Laravel v8,v9,v10,v11 используйте ветку v6: `composer require victord11/transliterate "^6.0"`
Laravel начиная с версии *5.5* не нуждается в дополнительной конфигурации благодаря механизму Package Discovery.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 3c6d213

Please sign in to comment.