Mondblut
Mondblut

Reputation: 329

TYPO3 - Extension_Builder extension for TYPO3 8.7.9?

I installed the current TYPO3 v8 LTS (8.7.9) and want to download and install the extension_builder extension on it, but it seems the latest version is for TYPO3 7.6. Is there a version of extension_builder that can be somehow manually downloaded that supports TYPO3 8.7.9? I remember there were versions beyond that specific one for TYPO3 7.6 available but needed to be manually downloaded. Where can i find those?

Upvotes: 2

Views: 818

Answers (4)

Isaki
Isaki

Reputation: 109

extension_builder is now compat with each major version of Typo3.

You can download the extension for Typo3 8.7 here : https://extensions.typo3.org/extension/extension_builder

TER is the Typo3 Extension Repository. You can search and download extensions for Typo3 CMS. The link I provided redirect you to the page details of the extension you are looking for. On that page, your get the version details with typo3 version compatibility. Find yours, and download the extension.

OR if you are in composer mode, do it using composer and the command provided on the page : composer req friendsoftypo3/extension-builder

Upvotes: -2

Joonas Kauhanen
Joonas Kauhanen

Reputation: 11

TYPO3 v8 compatible version of extension_builder is now also available in the Extension Repository.

Upvotes: 1

ayhan
ayhan

Reputation: 25

If you are in the very beginning, you can try to install typo3 by Helmut Hummels pre configured composer installation. On this installation you have to add the version in composer file.

        "name": "friendsoftypo3/extension-builder",
        "version": "dev-master",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfTYPO3/extension_builder.git",
            "reference": "4.........."
        },

Upvotes: -1

Georg Ringer
Georg Ringer

Reputation: 7939

It seems that all is missing is a release to the TER. So there are currently 2 ways to get the version for 8.7

Upvotes: 10

Related Questions