-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
70 lines (70 loc) · 1.97 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "agrosup-dijon/bulma-package",
"type": "typo3-cms-extension",
"description": "Bulma Package delivers a full configured frontend theme for TYPO3, based on the Bulma CSS Framework.",
"keywords": [
"TYPO3 CMS",
"bulma",
"responsive",
"frontend",
"theme",
"web"
],
"homepage": "https://bulma-package.cnerta-web.fr/",
"authors": [
{
"name": "Sébastien Convers",
"email": "sebastien.convers@agrosupdijon.fr",
"role": "Developer",
"homepage": "https://cnerta-web.fr"
}
],
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-backend": "^12.4",
"typo3/cms-core": "^12.4",
"typo3/cms-extbase": "^12.4",
"typo3/cms-extensionmanager": "^12.4",
"typo3/cms-fluid": "^12.4",
"typo3/cms-frontend": "^12.4",
"typo3/cms-install": "^12.4",
"typo3/cms-rte-ckeditor": "^12.4",
"typo3/cms-seo": "^12.4",
"scssphp/scssphp": "^1.0.8",
"ext-dom": "*",
"ext-simplexml": "*",
"symfony/dom-crawler": "^6.3 || ^7.0",
"symfony/css-selector": "^6.3 || ^7.0"
},
"suggest": {
"georgringer/news": "Versatile news extension, based on extbase & fluid for TYPO3 CMS",
"image_autoresize": "Let TYPO3 automatically resize down huge images/pictures on-the-fly during upload (or using a scheduler task for batch processing)",
"b13/container": "Create Custom Container Content Elements for TYPO3",
"gridelementsteam/gridelements": "Extends the grid-based concept known from the backend layout of pages to regular content elements"
},
"autoload": {
"psr-4": {
"AgrosupDijon\\BulmaPackage\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "bulma_package"
}
},
"scripts": {
"pre-archive-cmd": [
"@dependencies-for-ter"
],
"dependencies-for-ter": [
"@composer install -d Resources/Private/Contrib/Php"
]
},
"archive": {
"exclude": [
".gitignore",
".crowdin.yaml",
"node_modules"
]
}
}