{ "name": "pkirillw/max-bot-test", "description": "Test bot that exercises the full surface area of pkirillw/max-bot-api-php.", "type": "project", "license": "Apache-2.0", "keywords": ["max", "bot", "messenger", "test", "demo"], "require": { "php": "^8.4", "pkirillw/max-bot-api-php": "dev-main@dev", "slim/slim": "^4.0", "nyholm/psr7": "^1.8", "guzzlehttp/guzzle": "^7.0", "guzzlehttp/psr7": "^2.0", "symfony/console": "^7.0 || ^8.0", "symfony/dotenv": "^7.0 || ^8.0", "monolog/monolog": "^3.0", "php-di/php-di": "^7.0", "psr/log": "^3.0" }, "require-dev": { "phpunit/phpunit": "^10.0 || ^11.0" }, "repositories": { "max-bot-api-php": { "type": "vcs", "url": "https://github.com/pkirillw/max-bot-api-php.git" } }, "autoload": { "psr-4": { "App\\": "src/" } }, "autoload-dev": { "psr-4": { "App\\Tests\\": "tests/" } }, "bin": [ "bin/console" ], "config": { "sort-packages": true, "allow-plugins": {} }, "minimum-stability": "stable", "prefer-stable": true }