{ "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": "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-core": "^8.7", "helhum/typo3-console": "^5.0", "dmitryd/typo3-realurl": "^2.2", "apache-solr-for-typo3/solr": "^7.0", "t3o/t3olayout": "^3.0", "nikic/php-parser": "^3.1", "gordalina/cachetool": "^3.2" }, "require-dev": { "nimut/testing-framework": "^2.0" }, "config": { "store-auths": false, "platform": { "php": "7.0.30" } }, "extra": { "typo3/cms": { "web-dir": "html", "cms-package-dir": "{$vendor-dir}/typo3/cms" } }, "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": [ "./vendor/bin/phpunit -c .gitlab-ci/Tests/UnitTests.xml" ] } }