forked from Crown-Commercial-Service/ccs-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 722 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"require": {
"guzzlehttp/guzzle": "^6.3",
"symfony/dotenv": "^4.2",
"symfony/yaml": "^4.3@dev",
"nayjest/str-case-converter": "dev-master",
"symfony/console": "^4.3@dev",
"monolog/monolog": "^2.0@dev",
"ruflin/elastica": "^7.0@dev",
"symfony/lock": "^5.0@dev"
},
"autoload": {
"psr-4": {"App\\": "src/App/"}
},
"authors": [
{
"name": "Matt Buckland",
"email": "matt.b@studio24.net"
}
],
"minimum-stability": "dev",
"require-dev": {
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "3.*",
"overtrue/phplint": "dev-master"
}
}