Skip to content

Commit 7f92204

Browse files
author
Blake Bertuccelli-Booth
committed
Setup composer
1 parent cf25713 commit 7f92204

3 files changed

Lines changed: 85 additions & 100 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ package-lock.json
2121
.phpunit.result.cache
2222
.env-**
2323
.env
24-
cron.log
24+
cron.log
25+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"twbs/bootstrap": "^5.3.2",
3+
"twbs/bootstrap": "^5.3.3",
44
"alphagov/accessible-autocomplete": "2.0.4",
55
"php": "^8.1.1",
66
"vlucas/phpdotenv": "^5.6",

0 commit comments

Comments
 (0)