-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
42 lines (42 loc) · 1.29 KB
/
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
34
35
36
37
38
39
40
41
42
{
"name": "barrelstrength/sprout",
"description": "The Sprout Framework module",
"type": "craft-module",
"version": "4.2.7",
"license": "proprietary",
"authors": [
{
"name": "Barrel Strength",
"homepage": "https://www.barrelstrengthdesign.com/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/barrelstrength/craft-sprout/issues?state=open",
"source": "https://github.com/barrelstrength/craft-sprout",
"docs": "https://github.com/barrelstrength/craft-sprout",
"rss": "https://github.com/barrelstrength/craft-sprout/commits/v2.atom"
},
"require": {
"php": ">=8.0",
"craftcms/cms": "^4.3",
"league/csv": "^9.8",
"commerceguys/addressing": "^1.4",
"giggsey/libphonenumber-for-php": "^8.13",
"league/html-to-markdown": "^5.1",
"php-science/textrank": "^1.2",
"nystudio107/craft-plugin-vite": "^4.0",
"twig/cssinliner-extra": "^v3.7"
},
"autoload": {
"psr-4": {
"BarrelStrength\\Sprout\\": "src/"
}
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
}
}
}