{
  "name": "gabrielvie/abi-webhooks",
  "description": "A ABI webhook application for rapid integration",
  "keywords": [
    "microframework",
    "rest",
    "router",
    "psr7"
  ],
  "homepage": "https://github.com/gabrielvie/ABI-Webhook",
  "license": "MIT",
  "authors": [
    {
      "name": "Gabriel Santos",
      "email": "gabrielvie@gmail.com",
      "homepage": "https://github.com/gabrielvie"
    }
  ],
  "require": {
    "php": "^7.4 || ^8.0",
    "ext-json": "*",
    "guzzlehttp/guzzle": "^7.4",
    "monolog/monolog": "^2.3",
    "php-di/php-di": "^6.3",
    "slim/psr7": "^1.5",
    "slim/slim": "^4.9",
    "vlucas/phpdotenv": "^5.4"
  },
  "require-dev": {
    "jangregor/phpstan-prophecy": "^1.0.0",
    "phpspec/prophecy-phpunit": "^2.0",
    "phpstan/extension-installer": "^1.1.0",
    "phpstan/phpstan": "^1.3",
    "phpunit/phpunit": "^9.5.11",
    "squizlabs/php_codesniffer": "^3.6"
  },
  "config": {
    "process-timeout": 0,
    "sort-packages": true,
    "allow-plugins": {
      "phpstan/extension-installer": true
    }
  },
  "autoload": {
    "psr-4": {
      "App\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\": "tests/"
    }
  },
  "scripts": {
    "start": "php -S localhost:3000 -t public",
    "test": "phpunit"
  }
}
