{
  "name": "wowgood/flutter-web-builder",
  "description": "CodeIgniter 4 based Flutter app builder admin",
  "type": "project",
  "license": "proprietary",
  "require": {
    "php": "^8.3",
    "codeigniter4/framework": "^4.7.4"
  },
  "require-dev": {
    "fakerphp/faker": "^1.24",
    "phpunit/phpunit": "^11.0"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/",
      "Config\\": "app/Config/"
    }
  },
  "config": {
    "optimize-autoloader": true,
    "sort-packages": true
  },
  "scripts": {
    "test": "phpunit",
    "lint": "find app -name '*.php' -print0 | xargs -0 -n1 php -l"
  }
}
