Skip to content

Commit 077e67e

Browse files
authored
Update composer.json
1 parent 14463a3 commit 077e67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sertxudeveloper/laravel-translatable",
33
"description": "Manage localized routes and use translatable models in a Laravel app.",
44
"keywords": ["laravel", "translatable", "localization"],
5-
"version": "1.2.0",
5+
"version": "1.3.0",
66
"license": "MIT",
77
"authors": [
88
{
@@ -13,7 +13,7 @@
1313
"minimum-stability": "dev",
1414
"require": {
1515
"php": "^7.1",
16-
"illuminate/support": "^5.6.0|^6.0|^7.0"
16+
"illuminate/support": "^5.6.0|^6.0|^7.0|^8.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)