-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 879 Bytes
/
composer.json
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
28
29
30
31
32
33
{
"name": "toybox/core",
"description": "The core that drives the Toybox WordPress theme.",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Toybox\\Core\\": "src/"
},
"files": ["src/Helpers.php"]
},
"authors": [
{
"name": "Ron Marsden",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"filp/whoops": "^2.15",
"symfony/var-dumper": "^6.3",
"spatie/ray": "^1.38",
"symfony/console": "^6.3",
"doctrine/inflector": "^2.0",
"rosell-dk/webp-convert": "^2.9",
"nesbot/carbon": "^2.70",
"mobiledetect/mobiledetectlib": "^3.74",
"monolog/monolog": "^2",
"jjgrainger/query": "^0.2.0",
"psr/log": "1.1.4"
}
}