-
Notifications
You must be signed in to change notification settings - Fork 10
Feature/typo3 9 #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Feature/typo3 9 #29
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,14 +2,36 @@ | |
| "name": "kitodo/presentation_package", | ||
| "type": "typo3-cms-extension", | ||
| "description": "Template Package for Kitodo Presentation", | ||
| "homepage": "https://www.effective-webwork.de/", | ||
| "homepage": "https://presentation-demo.kitodo.org/", | ||
| "readme": "README.md", | ||
| "license": "GPL-3.0-or-later", | ||
| "keywords": ["TYPO3 CMS"], | ||
| "version": "1.0.0", | ||
| "keywords": ["TYPO3 CMS", "Kitodo", "Kitodo Demo Presentation Package"], | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Kitodo Demo Presentation Package" is too long for a keyword. |
||
| "require": { | ||
| "typo3/cms": "^8.7", | ||
| "solarium/solarium": "^4.0" | ||
| "typo3/cms-core": "~9.5.26", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The pull request adds the missing dependency on kitodo/presentation which depends on TYPO3. Therefore it should no longer be necessary to add the dependency on TYPO3 here. |
||
| "kitodo/presentation": ">=3.0.0" | ||
| }, | ||
| "authors": [ | ||
| { | ||
| "name": "Christopher Timm", | ||
| "role": "developer", | ||
| "email": "timm@effective-webwork.de", | ||
| "homepage": "https://www.effective-webwork.de/" | ||
| }, | ||
| { | ||
| "name": "Meyer, Sebastian", | ||
| "role": "maintainer", | ||
| "email": "sebastian@informathekar.de", | ||
| "homepage": "https://www.slub-dresden.de" | ||
| } | ||
| ], | ||
| "autoload": { | ||
| "psr-4": { | ||
| "Kitodo\\presentation_package\\": "Classes/" | ||
| } | ||
| }, | ||
| "extra": { | ||
| "typo3/cms": { | ||
| "extension-key": "presentation_package" | ||
| } | ||
| } | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't the version still required (and also useful)?