Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

[BUGFIX] Explicitly provide the extension name in the composer.json #84

Merged
merged 1 commit into from
Jul 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Remove the obsolete ext_autoload.php (#56)

### Fixed
- Explicitly provide the extension name in the composer.json (#84)
- Fix the casing of the vfsstream package (#82)
- Also have the extension icon in Resources/ (#81)
- Only clean up tables that have a dummy column (#79)
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"*": "5.3.x-dev"
},
"typo3/cms": {
"extension-key": "phpunit",
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/public"
},
Expand Down