Skip to content

Commit db3f79a

Browse files
Fabio Capuccimartinlindhe
Fabio Capucci
authored andcommitted
Added Laravel 5.5 Support (martinlindhe#24)
1 parent de57fec commit db3f79a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

composer.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"require": {
1414
"php": ">=5.5.0",
15-
"illuminate/console": "~5.1.0|~5.2.0|~5.3.0|~5.4.0",
16-
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0"
15+
"illuminate/console": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0",
16+
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~4.7"
@@ -22,5 +22,12 @@
2222
"psr-4": {
2323
"MartinLindhe\\VueInternationalizationGenerator\\": "src/"
2424
}
25+
},
26+
"extra": {
27+
"laravel": {
28+
"providers": [
29+
"MartinLindhe\\VueInternationalizationGenerator\\GeneratorProvider"
30+
]
31+
}
2532
}
2633
}

0 commit comments

Comments
 (0)