Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit d2a695d

Browse files
author
atehnix
committed
Update composer dependencies
1 parent 0de8683 commit d2a695d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.idea/
1+
.idea/
2+
vendor/
3+
composer.lock

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.6.4",
20-
"laravel/framework": "5.4.*"
19+
"php": ">=7.0.0",
20+
"laravel/framework": "~5.5.15"
2121
},
2222
"autoload": {
2323
"psr-4": {
2424
"ATehnix\\LaravelStubs\\": "src"
2525
}
26+
},
27+
"extra": {
28+
"laravel": {
29+
"providers": [
30+
"ATehnix\\LaravelStubs\\Providers\\ConsoleSupportServiceProvider"
31+
]
32+
}
2633
}
2734
}

0 commit comments

Comments
 (0)