{
  "name": "wecansync/laravel-migration-generator",
  "description": "a package to generate migration schema for Models",
  "type": "library",
  "license": "MIT",
  "require": {
    "php": "^8.2|^8.3",
    "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
  },
  "autoload": {
    "psr-4": {
      "WeCanSync\\MigrationGenerator\\": "src/"
    }
  },
  "authors": [
    {
      "name": "wecansync",
      "email": "info@wecansync.com"
    }
  ],
  "extra": {
    "laravel": {
      "providers": [
        "WeCanSync\\MigrationGenerator\\MigrationGeneratorServiceProvider"
      ]
    }
  }
}
