MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/vendor/kitloong/laravel-migrations-generator/composer.json
{
	"name": "kitloong/laravel-migrations-generator",
	"description": "Generates Laravel Migrations from an existing database",
	"keywords": ["laravel", "lumen", "migration", "generator", "migrations", "artisan"],
	"license": "MIT",
	"authors": [
		{
			"name": "Kit Loong",
			"email": "kitloong1008@gmail.com"
		}
	],
	"require": {
		"php": ">=7.1.3",
		"illuminate/support": "^5.6|^6.0|^7.0|^8.0",
		"doctrine/dbal": "~2.4"
	},
    "require-dev": {
        "orchestra/testbench": "^3.6|^4.0|^5.0",
        "squizlabs/php_codesniffer": "^3.5",
		"mockery/mockery": "^1.0"
    },
	"autoload": {
		"psr-4": {
            "KitLoong\\MigrationsGenerator\\": "src/KitLoong/MigrationsGenerator",
			"Xethron\\MigrationsGenerator\\": "src/Xethron/MigrationsGenerator",
			"Way\\Generators\\": "src/Way/Generators"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"Tests\\": "tests/"
		}
	},
	"extra": {
		"laravel": {
			"providers": [
				"KitLoong\\MigrationsGenerator\\MigrationsGeneratorServiceProvider"
			]
		}
	}
}