|
|
|
@ -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": "a109b00ff4b382827630c141c3aee573", |
|
|
|
"content-hash": "eef4dd28105a6fbed804a954d378ae3d", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "backup-manager/backup-manager", |
|
|
|
@ -781,6 +781,58 @@ |
|
|
|
"time": "2020-10-13T14:20:53+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "laravel/legacy-factories", |
|
|
|
"version": "v1.0.5", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/laravel/legacy-factories.git", |
|
|
|
"reference": "8bedd3d537c7e648085cc8532701df1fa81ae012" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/laravel/legacy-factories/zipball/8bedd3d537c7e648085cc8532701df1fa81ae012", |
|
|
|
"reference": "8bedd3d537c7e648085cc8532701df1fa81ae012", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"illuminate/macroable": "^8.0", |
|
|
|
"php": "^7.3", |
|
|
|
"symfony/finder": "^3.4|^4.0|^5.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.0-dev" |
|
|
|
}, |
|
|
|
"laravel": { |
|
|
|
"providers": [ |
|
|
|
"Illuminate\\Database\\Eloquent\\LegacyFactoryServiceProvider" |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"files": [ |
|
|
|
"helpers.php" |
|
|
|
], |
|
|
|
"psr-4": { |
|
|
|
"Illuminate\\Database\\Eloquent\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Taylor Otwell", |
|
|
|
"email": "taylor@laravel.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "The legacy version of the Laravel Eloquent factories.", |
|
|
|
"homepage": "http://laravel.com", |
|
|
|
"time": "2020-09-21T13:31:44+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "laravel/tinker", |
|
|
|
"version": "v2.4.2", |
|
|
|
"source": { |
|
|
|
|