Skip to content

Commit 81a55a2

Browse files
committed
bumped laravel version only to ^8.0
1 parent d3c8d9b commit 81a55a2

File tree

3 files changed

+1102
-383
lines changed

3 files changed

+1102
-383
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
vendor/
2+
.idea/

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
],
1919
"require": {
2020
"php": "^5.6 | ^7.0",
21-
"laravel/framework": "^5.3 | ^6.0 | ^7.0",
22-
"konsulting/laravel-editor-stamps": "^0.3.0",
21+
"laravel/framework": "^5.3 | ^6.0 | ^7.0 | ^8.0",
22+
"konsulting/laravel-editor-stamps": "^0.2.0",
2323
"symfony/http-foundation": ">=3.4.35"
2424
},
2525
"autoload": {
@@ -31,5 +31,10 @@
3131
"classmap": [
3232
"tests"
3333
]
34+
},
35+
"config": {
36+
"allow-plugins": {
37+
"kylekatarnls/update-helper": false
38+
}
3439
}
3540
}

0 commit comments

Comments
 (0)