Initial commit - Typo3 11.5.41
This commit is contained in:
34
typo3conf/ext/numbered_pagination/composer.json
Normal file
34
typo3conf/ext/numbered_pagination/composer.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "georgringer/numbered-pagination",
|
||||
"type": "typo3-cms-extension",
|
||||
"description": "Improved pagination for TYPO3",
|
||||
"keywords": [
|
||||
"TYPO3",
|
||||
"pagination"
|
||||
],
|
||||
"homepage": "https://github.com/georgringer/numbered_pagination",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Georg Ringer",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {
|
||||
"typo3/cms-core": "^9 || ^10 || ^11 || ^12",
|
||||
"php": ">=7.3"
|
||||
},
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"extension-key": "numbered_pagination"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"GeorgRinger\\NumberedPagination\\": "Classes"
|
||||
}
|
||||
},
|
||||
"replace": {
|
||||
"typo3-ter/numbered-pagination": "self.version"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user