We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280345e commit 792e624Copy full SHA for 792e624
composer.json
@@ -15,9 +15,9 @@
15
],
16
"require": {
17
"php": ">=5.4.0",
18
- "illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
19
- "illuminate/translation": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
20
- "symfony/finder": "~2.3|~3.0|~4.0"
+ "illuminate/console": "5.*",
+ "illuminate/support": "5.*",
+ "symfony/finder": "*"
21
},
22
"autoload": {
23
"psr-4": {
@@ -26,7 +26,7 @@
26
27
"extra": {
28
"component": "package",
29
- "frameworks": ["Laravel 5.6"],
+ "frameworks": ["Laravel 5.7"],
30
"laravel": {
31
"providers": [
32
"HighSolutions\\TranslationManager\\ManagerServiceProvider",
0 commit comments