We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de57fec commit db3f79aCopy full SHA for db3f79a
composer.json
@@ -12,8 +12,8 @@
12
],
13
"require": {
14
"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"
+ "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"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "~4.7"
@@ -22,5 +22,12 @@
22
"psr-4": {
23
"MartinLindhe\\VueInternationalizationGenerator\\": "src/"
24
}
25
+ },
26
+ "extra": {
27
+ "laravel": {
28
+ "providers": [
29
+ "MartinLindhe\\VueInternationalizationGenerator\\GeneratorProvider"
30
+ ]
31
+ }
32
33
0 commit comments