{
  "name": "php-restful-api",
  "description": "A RESTful API built with PHP for managing users, accounts, groups, transactions, notifications, licenses, and settings.",
  "type": "project",
  "require": {
    "php": "^7.4",
    "ext-mysqli": "*"
  },
  "autoload": {
    "psr-4": {
      "Api\\": "api/"
    }
  },
  "require-dev": {
    "phpunit/phpunit": "^9.5"
  },
  "scripts": {
    "test": "phpunit"
  },
  "minimum-stability": "stable",
  "prefer-stable": true
}