Skip to content

Commit e307d93

Browse files
authored
Update composer.json
1 parent dcae2b7 commit e307d93

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"autoload": {
55
"psr-4": {
66
"Bermuda\\Config\\": "src/"
7-
}
8-
}
7+
},
8+
"files": ["src/functions.php"]
9+
},
10+
"require": {
11+
"php": "^7.4 || ~8.0.0",
12+
"psr/container": "^1.1.1"
13+
}
914
}

0 commit comments

Comments
 (0)