Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Nov 22, 2023
1 parent a0c5fa7 commit 8d56a56
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
{
"name": "k5n/webcalendar",
"type": "project",
"description": "Multi-user web-based calendar app",
"version": "1.9.12",
"homepage": "https://www.k5n.us/webcalendar/",
"authors": [
{
"name": "Craig Knudsen",
"email": "[email protected]",
"homepage": "https://www.k5n.us",
"homepage": "https://k5n.us",
"name": "Craig Knudsen",
"role": "Project Maintainer / Developer"
}
],
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"description": "Multi-user web-based calendar app",
"homepage": "https://k5n.us/webcalendar/",
"license": "GPL-2.0-only",
"name": "k5n/webcalendar",
"require": {
"phpmailer/phpmailer": "6.8.*",
"components/jquery": "3.5.*",
"ckeditor/ckeditor": "4.22.*",
"components/jquery": "3.5.*",
"phpmailer/phpmailer": "6.8.*",
"phpunit/phpunit": "9.6.*",
"twbs/bootstrap": "4.6.*",
"twbs/bootstrap-icons": "1.8.*",
"phpunit/phpunit": "9.6.*"
"twbs/bootstrap-icons": "1.8.*"
},
"license": "GPL-2.0-only"
"type": "project",
"version": "1.9.12"
}

0 comments on commit 8d56a56

Please sign in to comment.