|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "af4ee4c97e2d6a53979854c7482f60c4",
|
|
|
+ "content-hash": "fea720c8862d02af90e6a1ddcebbf77d",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "asm89/stack-cors",
|
|
@@ -5030,6 +5030,66 @@
|
|
|
"time": "2019-09-25T14:49:45+00:00"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "kitloong/laravel-migrations-generator",
|
|
|
+ "version": "4.3.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/kitloong/laravel-migrations-generator.git",
|
|
|
+ "reference": "61b761ff5f4d3592fbe7aa9c652a7ee5f916ac6d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/kitloong/laravel-migrations-generator/zipball/61b761ff5f4d3592fbe7aa9c652a7ee5f916ac6d",
|
|
|
+ "reference": "61b761ff5f4d3592fbe7aa9c652a7ee5f916ac6d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/dbal": "~2.4",
|
|
|
+ "illuminate/support": "^5.6|^6.0|^7.0",
|
|
|
+ "php": ">=7.1.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
+ "orchestra/testbench": "^3.6|^4.0|^5.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "KitLoong\\MigrationsGenerator\\MigrationsGeneratorServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "KitLoong\\MigrationsGenerator\\": "src/KitLoong/MigrationsGenerator",
|
|
|
+ "Xethron\\MigrationsGenerator\\": "src/Xethron/MigrationsGenerator",
|
|
|
+ "Way\\Generators\\": "src/Way/Generators"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Kit Loong",
|
|
|
+ "email": "kitloong1008@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Generates Laravel Migrations from an existing database",
|
|
|
+ "keywords": [
|
|
|
+ "artisan",
|
|
|
+ "generator",
|
|
|
+ "laravel",
|
|
|
+ "lumen",
|
|
|
+ "migration",
|
|
|
+ "migrations"
|
|
|
+ ],
|
|
|
+ "time": "2020-04-08T14:58:10+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "mockery/mockery",
|
|
|
"version": "1.3.1",
|
|
|
"source": {
|
|
@@ -5213,6 +5273,65 @@
|
|
|
"time": "2020-04-04T19:56:08+00:00"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "orangehill/iseed",
|
|
|
+ "version": "v2.6.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/orangehill/iseed.git",
|
|
|
+ "reference": "454d4aa0eacedf02d7bcbb2633e363170d3db49b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/orangehill/iseed/zipball/454d4aa0eacedf02d7bcbb2633e363170d3db49b",
|
|
|
+ "reference": "454d4aa0eacedf02d7bcbb2633e363170d3db49b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
+ "php": "^7.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "illuminate/filesystem": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
+ "laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
+ "mockery/mockery": "^1.0.0",
|
|
|
+ "phpunit/phpunit": "^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Orangehill\\Iseed\\IseedServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Orangehill\\Iseed": "src/"
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "src/Orangehill/Iseed/Exceptions.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-2-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Tihomir Opacic",
|
|
|
+ "email": "tihomir.opacic@orangehilldev.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Generate a new Laravel database seed file based on data from the existing database table.",
|
|
|
+ "keywords": [
|
|
|
+ "artisan",
|
|
|
+ "generators",
|
|
|
+ "laravel",
|
|
|
+ "seed"
|
|
|
+ ],
|
|
|
+ "time": "2020-03-06T08:28:39+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "phar-io/manifest",
|
|
|
"version": "1.0.3",
|
|
|
"source": {
|