Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Added Laravel 5.5 Support (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Capucci authored and martinlindhe committed Jul 28, 2017
1 parent de57fec commit db3f79a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/console": "~5.1.0|~5.2.0|~5.3.0|~5.4.0",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0"
"illuminate/console": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.7"
Expand All @@ -22,5 +22,12 @@
"psr-4": {
"MartinLindhe\\VueInternationalizationGenerator\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"MartinLindhe\\VueInternationalizationGenerator\\GeneratorProvider"
]
}
}
}

0 comments on commit db3f79a

Please sign in to comment.