This repository has been archived on 2021-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
feiplogin/composer.json

31 lines
779 B
JSON

{
"name": "in2code/in2frontendauthentication",
"description": "Simulate fe_groups login by IP address",
"keywords": ["typo3", "ip", "felogin"],
"homepage": "https://bitbucket.org/in2code/in2frontendauthentication/overview",
"authors": [
{
"name": "Alex Kellner",
"email": "alexander.kellner@in2code.de"
},
{
"name": "Marcel Kapfer",
"email": "stuve.oeffentlichkeitsarbeit@uni-ulm.de"
}
],
"type": "typo3-cms-extension",
"license": "GPL-3.0",
"require": {
"typo3/cms": ">=7.6.0 <9.9.99"
},
"replace": {
"in2frontendauthentication": "self.version",
"typo3-ter/in2frontendauthentication": "self.version"
},
"autoload": {
"psr-4": {
"In2code\\In2frontendauthentication\\": "Classes"
}
}
}