{ "name": "t3o/ter", "description": "Website for TYPO3 Extension Repository", "minimum-stability": "stable", "authors": [ { "name": "t3o team", "email": "maintenance@typo3.org" } ], "support": { "email": "maintenance@typo3.org", "issues": "https://git-t3o.typo3.org/t3o/ter/issues" }, "repositories": [ { "type": "composer", "url": "https://composer.typo3.org" }, { "type": "vcs", "url": "https://git-t3o.typo3.org/t3o/t3olayout.git" } ], "require": { "typo3/cms": "^8.7", "helhum/typo3-console": "^4.5", "dmitryd/typo3-realurl": "^2.2", "apache-solr-for-typo3/solr": "^6.0", "t3o/t3olayout": "dev-develop", "nikic/php-parser": "^3.1" }, "config": { "bin-dir": "bin", "store-auths": false }, "scripts": { "post-install-cmd": [ "typo3cms install:generatepackagestates 0 1" ], "post-update-cmd": [ "typo3cms install:generatepackagestates 0 1" ] }, "extra": { "typo3/cms": { "web-dir": "html" }, "helhum/typo3-console": { "install-binary": true, "install-extension-dummy": false } }, "autoload": { "psr-4": { "T3o\\Ter\\": "html/typo3conf/ext/ter/Classes", "T3o\\TerFe2\\": "html/typo3conf/ext/ter_fe2/Classes" }, "classmap": [ "html/typo3conf/ext/ter_fe2/Classes/", "html/typo3conf/ext/ter/" ] } }