PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of FN   PHP Typo3 Slack Channel Bot   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Typo3 Slack Channel Bot
Chat bot to interact in Typo3 Slack channel
Author: By
Last change:
Date: 6 years ago
Size: 771 bytes
 

Contents

Class file image Download
{ "name": "neoblack/t3bot", "description": "TYPO3 slack channel bot", "license": "proprietary", "minimum-stability": "dev", "prefer-stable": true, "authors": [ { "name": "Frank Nägler", "email": "mail@naegler.net" } ], "support": { "issues": "https://github.com/NeoBlack/T3Bot/issues", "slack": "https://typo3.slack.com#t3bot" }, "config": { "optimize-autoloader": true, "bin-dir": "./bin" }, "autoload": { "psr-4": { "T3Bot\\": "Classes/", "T3Bot\\Tests\\": "Tests/" } }, "require": { "coderstephen/slack-client": "^0.3.0", "doctrine/migrations": "^1.5", "doctrine/dbal": "^2.5", "vlucas/phpdotenv": "^2.4" }, "require-dev": { "phpunit/phpunit": "^4.8.0" } }