-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 898 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
{
"name": "schnitzler/fluid-styled-responsive-images",
"type": "typo3-cms-extension",
"description": "Enables creation of responsive images for fluid styled content elements.",
"keywords": [
"TYPO3",
"fluid",
"responsive",
"images"
],
"homepage": "https://github.com/alexanderschnitzler/fluid-styled-responsive-images",
"license": "GPL-2.0+",
"authors": [
{
"name": "Alexander Schnitzler",
"email": "[email protected]"
}
],
"require": {
"php": "^7.0 || ^7.1",
"typo3/cms": "^9.0.0"
},
"replace": {
"fluid_styled_responsive_images": "self.version",
"typo3-ter/fluid-styled-responsive-images": "self.version"
},
"autoload": {
"psr-4": {
"Schnitzler\\FluidStyledResponsiveImages\\": "Classes/"
}
}
}