{
    "name": "heyaikeedo/aikeedo",
    "description": "Aikeedo - AI Powered Content Platform - Saas Ready",
    "type": "project",
    "authors": [
        {
            "name": "Aikeedo Team",
            "email": "hey@aikeedo.com"
        }
    ],
    "require": {
        "php": "^8.2",
        "ext-intl": "*",
        "psr/container": "^2.0",
        "psr/http-message": "^1.0",
        "psr/http-server-handler": "^1.0",
        "psr/http-server-middleware": "^1.0",
        "psr/http-client": "^1.0",
        "psr/event-dispatcher": "^1.0",
        "iziphp/http-server-dispatcher": "^1.0",
        "iziphp/http-response-emitter": "^1.0",
        "iziphp/http-message-util": "^1.0",
        "iziphp/autoloader": "^1.0",
        "iziphp/container": "^1.1",
        "iziphp/http-server-handler": "^1.0",
        "iziphp/router": "^1.0",
        "iziphp/event-dispatcher": "^1.0",
        "iziphp/emitter": "^1.0",
        "symfony/http-client": "^6.3",
        "laminas/laminas-diactoros": "^3.0",
        "vlucas/phpdotenv": "^5.5",
        "doctrine/orm": "^2.15",
        "doctrine/dbal": "^3.6",
        "symfony/cache": "^6.3",
        "symfony/console": "^6.3",
        "doctrine/migrations": "^3.6",
        "adbario/php-dot-notation": "^3.3",
        "psr/cache": "^3.0",
        "psr/simple-cache": "^3.0",
        "psr/http-factory": "^1.0",
        "psr/log": "^3.0",
        "monolog/monolog": "^3.4",
        "ramsey/uuid-doctrine": "^2.0",
        "somnambulist/validation": "^1.7",
        "twig/twig": "^3.0",
        "firebase/php-jwt": "^6.8",
        "symfony/yaml": "^6.3",
        "nette/php-generator": "^4.0",
        "symfony/intl": "^6.3",
        "symfony/mailer": "^6.3",
        "iziphp/menv": "^2.0",
        "openai-php/client": "^0.6.4",
        "stripe/stripe-php": "^12.0",
        "gioni06/gpt3-tokenizer": "^1.2",
        "twig/intl-extra": "^3.7",
        "twig/markdown-extra": "^3.7",
        "league/commonmark": "^2.4",
        "gettext/gettext": "^5.7",
        "gettext/translator": "^1.2"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "phpstan/phpstan": "^1.9",
        "squizlabs/php_codesniffer": "^3.7",
        "phpmd/phpmd": "^2.13",
        "phpcompatibility/php-compatibility": "^9.3",
        "kint-php/kint": "^5.0",
        "symfony/var-dumper": "^6.3"
    },
    "scripts": {
        "phpstan": "phpstan analyse",
        "phpcs": "phpcs",
        "phpcbf": "phpcbf -v",
        "phpmd": "phpmd src ansi phpmd.xml --suffixes=php",
        "unit-test": "phpunit",
        "code-coverage": "phpunit --coverage-html coverage",
        "analyse": [
            "@phpstan",
            "@phpcs",
            "@phpmd",
            "@unit-test"
        ],
        "fix": [
            "@phpcbf"
        ]
    },
    "autoload": {
        "files": [
            "helpers/helpers.php"
        ]
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": true
        }
    }
}
