Skip to content

Commit 658bc71

Browse files
Update README.md
1 parent c88b380 commit 658bc71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ It's the perfect choice, if you want to use the same templates in different lang
1010

1111
Laravel Handlebars is distributed as a composer package. So you first have to add the package to your `composer.json` file:
1212

13-
- For Laravel 6.x, 7.x, 8.x, 9.x:
13+
- For Laravel 6+:
1414

1515
```json
16-
"proai/laravel-handlebars": "^1.11"
16+
"proai/laravel-handlebars": "^1.14"
1717
```
1818

19-
- For Laravel 5.5+:
19+
- For Laravel 5.5 to 5.8:
2020

2121
```json
2222
"proai/laravel-handlebars": "~1.8"

0 commit comments

Comments
 (0)