{ "name": "t3o/ter", "description": "Website for TYPO3 Extension Repository", "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" }, { "type": "vcs", "url": "https://git-t3o.typo3.org/t3o/gitlab_api.git" } ], "require": { "php": ">=7.0", "typo3/cms": "^8.7", "helhum/typo3-console": "^5.0", "dmitryd/typo3-realurl": "^2.2", "apache-solr-for-typo3/solr": "^7.0", "t3o/t3olayout": "^2.2", "nikic/php-parser": "^3.1" }, "require-dev": { "nimut/testing-framework": "^2.0" }, "config": { "bin-dir": "bin", "store-auths": false }, "extra": { "typo3/cms": { "web-dir": "html", "cms-package-dir": "{$vendor-dir}/typo3/cms" }, "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/" ] }, "scripts": { "test:unit": [ "[ -e bin/phpunit ] || composer install", "./bin/phpunit -c .gitlab-ci/Tests/UnitTests.xml" ] } }