Skip to content

Commit 78cc5b5

Browse files
authored
Update package generator stub
1 parent 12f84dc commit 78cc5b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/stubs/package/package-composer-json.stub

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "{{name}}",
3-
"description": "A twill package",
3+
"description": "A Twill CMS package",
44
"homepage": "{{homepage}}",
55
"license": "{{licence}}",
66
"require": {
7-
"area17/twill": "^2.6"
7+
"area17/twill": "^3.0"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)