-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
40 lines (40 loc) · 962 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
34
35
36
37
38
39
40
{
"name": "jweiland/infinitescrolling",
"type": "typo3-cms-extension",
"description": "With this extension you can read nearly every paginator and realize infinite scrolling",
"license": "GPL-2.0-or-later",
"keywords": [
"typo3",
"TYPO3 CMS",
"infinite scrolling",
"scrolling",
"infinitescrolling"
],
"homepage": "https://jweiland.net",
"authors": [
{
"name": "Stefan Froemken",
"email": "[email protected]",
"role": "Lead Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/jweiland-net/infinitescrolling/issues",
"source": "https://github.com/jweiland-net/infinitescrolling"
},
"require": {
"typo3/cms-core": "^9.5.29 || ^10.4.36 || ^11.5.23 || ^12.4.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"replace": {
"typo3-ter/infinitescrolling": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "infinitescrolling"
}
}
}