Added `luitd/lu-api` dependency
{ | { | ||
"name": "luitd/lu-auth", | "name": "luitd/lu-auth", | ||
"version": "4.2.0", | "version": "4.2.0", | ||
"description": "TYPO3 Authentication for University of Latvia", | "description": "TYPO3 Authentication for University of Latvia", | ||
"type": "typo3-cms-extension", | "type": "typo3-cms-extension", | ||
"keywords": [ | "keywords": [ | ||
"TYPO3", | "TYPO3", | ||
"extension" | "extension" | ||
], | ], | ||
"authors": [ | "authors": [ | ||
{ | { | ||
"name": "Dainis Abols", | "name": "Dainis Abols", | ||
"email": "dainis@dainisabols.lv", | "email": "dainis@dainisabols.lv", | ||
"role": "Developer" | "role": "Developer" | ||
} | |||
], | |||
"license": "GPL-3.0-or-later", | |||
"require": { | |||
"luitd/lu-ldap-authorization": "^1", | |||
"typo3/cms-core": "^9.5 || ^10" | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"Lu\\LuAuth\\": "Classes" | |||
} | |||
}, | |||
"replace": { | |||
"typo3-ter/lu_auth": "self.version" | |||
}, | |||
"config": { | |||
"vendor-dir": ".Build/vendor", | |||
"bin-dir": ".Build/bin" | |||
}, | |||
"scripts": { | |||
"post-autoload-dump": [ | |||
"mkdir -p .Build/Web/typo3conf/ext/", | |||
"[ -L .Build/Web/typo3conf/ext/lu_auth ] || ln -snvf ../../../../. .Build/Web/typo3conf/ext/lu_auth" | |||
] | |||
}, | |||
"extra": { | |||
"typo3/cms": { | |||
"extension-key": "lu_auth", | |||
"cms-package-dir": "{$vendor-dir}/typo3/cms", | |||
"web-dir": ".Build/Web" | |||
} | |||
} | } | ||
], | |||
"license": "GPL-3.0-or-later", | |||
"require": { | |||
"luitd/lu-api": "^2", | |||
"luitd/lu-ldap-authorization": "^1", | |||
"typo3/cms-core": "^9.5 || ^10" | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"Lu\\LuAuth\\": "Classes" | |||
} | |||
}, | |||
"replace": { | |||
"typo3-ter/lu_auth": "self.version" | |||
}, | |||
"config": { | |||
"vendor-dir": ".Build/vendor", | |||
"bin-dir": ".Build/bin" | |||
}, | |||
"scripts": { | |||
"post-autoload-dump": [ | |||
"mkdir -p .Build/Web/typo3conf/ext/", | |||
"[ -L .Build/Web/typo3conf/ext/lu_auth ] || ln -snvf ../../../../. .Build/Web/typo3conf/ext/lu_auth" | |||
] | |||
}, | |||
"extra": { | |||
"typo3/cms": { | |||
"extension-key": "lu_auth", | |||
"cms-package-dir": "{$vendor-dir}/typo3/cms", | |||
"web-dir": ".Build/Web" | |||
} | |||
} | |||
} | } |
Please register or sign in to comment