Skip to content

Commit

Permalink
Update package generator stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox authored Apr 17, 2023
1 parent 12f84dc commit 78cc5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/stubs/package/package-composer-json.stub
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "{{name}}",
"description": "A twill package",
"description": "A Twill CMS package",
"homepage": "{{homepage}}",
"license": "{{licence}}",
"require": {
"area17/twill": "^2.6"
"area17/twill": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 78cc5b5

Please sign in to comment.