Skip to content

Commit a6ce27c

Browse files
author
Jonas Siewertsen
committed
Bump Laravel version to 7
1 parent 41b2408 commit a6ce27c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "jonassiewertsen/statamic-how-to-addon",
3-
"description": "A Statamic Addon to save How To's for your customers",
3+
"description": "A Statamic Addon to save Video How To's for your customers",
44
"keywords": [
55
"Statamic",
6+
"V3",
67
"Addon",
78
"How-To", "HowTo", "How", "To",
89
"Videos"
@@ -24,7 +25,7 @@
2425
},
2526
"require": {
2627
"php": "^7.2",
27-
"illuminate/support": "6.* || 7.*",
28+
"illuminate/support": "7.*",
2829
"statamic/cms": "3.*@beta"
2930
},
3031
"extra": {
@@ -38,4 +39,4 @@
3839
]
3940
}
4041
}
41-
}
42+
}

0 commit comments

Comments
 (0)