PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Naif Alshaye   PHP Twitter Bot   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Twitter Bot
Application to automate interactions using Twitter
Author: By
Last change:
Date: 5 years ago
Size: 1,677 bytes
 

Contents

Class file image Download
{ "name": "naif/twitterbot", "description": "An open source application for Twitter data automation and tweets archiving.", "keywords": ["framework", "laravel", "twitter", "bot", "twitterbot", "twitter_bot", "ai"], "license": "MIT", "type": "project", "require": { "php": ">=5.6.4", "dg/twitter-php": "^3.7", "doctrine/dbal": "^2.9", "laravel/framework": "5.4.*", "intervention/image": "dev-master", "laravel/socialite": "^3.0", "laravel/tinker": "~1.0", "rap2hpoutre/laravel-log-viewer": "^1.0", "sentry/sentry-laravel": "^0.7.0" }, "require-dev": { "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.*", "phpunit/phpunit": "~5.7" }, "autoload": { "classmap": [ "database", "app/Libraries" ], "psr-4": { "App\\": "app/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-root-package-install": [ "php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "php artisan key:generate" ], "post-install-cmd": [ "Illuminate\\Foundation\\ComposerScripts::postInstall", "php artisan optimize" ], "post-update-cmd": [ "Illuminate\\Foundation\\ComposerScripts::postUpdate", "php artisan optimize" ] }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true } }