Skip to content

Commit

Permalink
add composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Sep 20, 2023
1 parent 8d0c1e8 commit 66e24f5
Show file tree
Hide file tree
Showing 2 changed files with 459 additions and 506 deletions.
16 changes: 9 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
"role": "Project Maintainer / Developer"
}
],
"license": "GPL-2.0-only",
"require": {
"ckeditor/ckeditor": "4.22.1",
"ckeditor/ckeditor": "^4.22.1",
"components/font-awesome": "^6.4.2",
"components/jquery": "3.6.0",
"components/jquery": "^3.6",
"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"
"phpmailer/phpmailer": "^v6.8.1",
"twbs/bootstrap-icons": "^1.11",
"twbs/bootstrap": "^v5.3.2"
},
"license": "GPL-2.0-only"
"require-dev": {
"phpunit/phpunit": "^10.3.4"
}
}
Loading

0 comments on commit 66e24f5

Please sign in to comment.