Skip to content

Commit

Permalink
better versions of font-awesome and normalize.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Sep 14, 2023
1 parent 55b1648 commit b2dd3cc
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,24 @@
"type": "project",
"description": "Multi-user web-based calendar app",
"version": "1.9.9",
"homepage": "https://www.k5n.us/webcalendar/",
"homepage": "https://k5n.us/webcalendar/",
"authors": [
{
"name": "Craig Knudsen",
"email": "craig@k5n.us",
"homepage": "https://www.k5n.us",
"homepage": "https://k5n.us",
"role": "Project Maintainer / Developer"
}
],
"require": {
"phpmailer/phpmailer": "6.8.*",
"components/jquery": "3.5.*",
"ckeditor/ckeditor": "4.22.*",
"twbs/bootstrap": "4.6.*",
"twbs/bootstrap-icons": "1.8.*",
"phpunit/phpunit": "9.6.*"
"ckeditor/ckeditor": "4.22.1",
"components/font-awesome": "^6.4.2",
"components/jquery": "3.6.0",
"components/normalize.css": "^3.0.3",
"phpmailer/phpmailer": "v6.8.1",
"phpunit/phpunit": "10.3.3",
"twbs/bootstrap-icons": "v1.10.5",
"twbs/bootstrap": "v5.3.1"
},
"license": "GPL-2.0-only"
}

0 comments on commit b2dd3cc

Please sign in to comment.