|
@@ -4,7 +4,7 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
],
|
|
],
|
|
- "content-hash": "bb2590c6fbf5fbc46642f6cbccf7969f",
|
|
|
|
|
|
+ "content-hash": "b64eb9ff898e0b4a99b05c054bd55212",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "99designs/http-signatures",
|
|
"name": "99designs/http-signatures",
|
|
@@ -2500,6 +2500,56 @@
|
|
],
|
|
],
|
|
"time": "2018-01-20T00:28:24+00:00"
|
|
"time": "2018-01-20T00:28:24+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "spatie/db-dumper",
|
|
|
|
+ "version": "2.10.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/spatie/db-dumper.git",
|
|
|
|
+ "reference": "ee745fba17bcf77c916f231a571bbde8dae8e001"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/spatie/db-dumper/zipball/ee745fba17bcf77c916f231a571bbde8dae8e001",
|
|
|
|
+ "reference": "ee745fba17bcf77c916f231a571bbde8dae8e001",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^7.0",
|
|
|
|
+ "symfony/process": "^3.0|^4.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^6.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Spatie\\DbDumper\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Freek Van der Herten",
|
|
|
|
+ "email": "freek@spatie.be",
|
|
|
|
+ "homepage": "https://spatie.be",
|
|
|
|
+ "role": "Developer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Dump databases",
|
|
|
|
+ "homepage": "https://github.com/spatie/db-dumper",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "database",
|
|
|
|
+ "db-dumper",
|
|
|
|
+ "dump",
|
|
|
|
+ "mysqldump",
|
|
|
|
+ "spatie"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2018-04-27T15:10:51+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "spatie/image-optimizer",
|
|
"name": "spatie/image-optimizer",
|
|
"version": "1.0.14",
|
|
"version": "1.0.14",
|
|
@@ -2549,6 +2599,79 @@
|
|
],
|
|
],
|
|
"time": "2018-03-07T13:42:33+00:00"
|
|
"time": "2018-03-07T13:42:33+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "spatie/laravel-backup",
|
|
|
|
+ "version": "5.7.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/spatie/laravel-backup.git",
|
|
|
|
+ "reference": "60c6fbc27c9c2cbdf3c7da90b080a63d2599cd2d"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/spatie/laravel-backup/zipball/60c6fbc27c9c2cbdf3c7da90b080a63d2599cd2d",
|
|
|
|
+ "reference": "60c6fbc27c9c2cbdf3c7da90b080a63d2599cd2d",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "illuminate/console": "~5.5.0|~5.6.0",
|
|
|
|
+ "illuminate/contracts": "~5.5.0|~5.6.0",
|
|
|
|
+ "illuminate/events": "~5.5.0|~5.6.0",
|
|
|
|
+ "illuminate/filesystem": "~5.5.0|~5.6.0",
|
|
|
|
+ "illuminate/notifications": "~5.5.0|~5.6.0",
|
|
|
|
+ "illuminate/support": "~5.5.0|~5.6.0",
|
|
|
|
+ "league/flysystem": "^1.0.27",
|
|
|
|
+ "php": "^7.1",
|
|
|
|
+ "spatie/db-dumper": "^2.10",
|
|
|
|
+ "spatie/temporary-directory": "^1.1",
|
|
|
|
+ "symfony/finder": "^3.3|^4.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
|
+ "orchestra/testbench": "~3.5.0|~3.6.0",
|
|
|
|
+ "phpunit/phpunit": "^6.5 || ^7.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "guzzlehttp/guzzle": "Allows notifications to be sent via Slack"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "laravel": {
|
|
|
|
+ "providers": [
|
|
|
|
+ "Spatie\\Backup\\BackupServiceProvider"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Spatie\\Backup\\": "src"
|
|
|
|
+ },
|
|
|
|
+ "files": [
|
|
|
|
+ "src/Helpers/functions.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Freek Van der Herten",
|
|
|
|
+ "email": "freek@spatie.be",
|
|
|
|
+ "homepage": "https://spatie.be",
|
|
|
|
+ "role": "Developer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "A Laravel 5 package to backup your application",
|
|
|
|
+ "homepage": "https://github.com/spatie/laravel-backup",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "backup",
|
|
|
|
+ "database",
|
|
|
|
+ "laravel-backup",
|
|
|
|
+ "spatie"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2018-05-11T07:06:58+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "spatie/laravel-image-optimizer",
|
|
"name": "spatie/laravel-image-optimizer",
|
|
"version": "1.2.0",
|
|
"version": "1.2.0",
|
|
@@ -2667,6 +2790,52 @@
|
|
],
|
|
],
|
|
"time": "2018-04-16T15:27:14+00:00"
|
|
"time": "2018-04-16T15:27:14+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "spatie/temporary-directory",
|
|
|
|
+ "version": "1.1.4",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/spatie/temporary-directory.git",
|
|
|
|
+ "reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
|
|
|
|
+ "reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^7.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^6.3"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Spatie\\TemporaryDirectory\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Alex Vanderbist",
|
|
|
|
+ "email": "alex@spatie.be",
|
|
|
|
+ "homepage": "https://spatie.be",
|
|
|
|
+ "role": "Developer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Easily create, use and destroy temporary directories",
|
|
|
|
+ "homepage": "https://github.com/spatie/temporary-directory",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "spatie",
|
|
|
|
+ "temporary-directory"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2018-04-12T09:34:43+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v6.0.2",
|
|
"version": "v6.0.2",
|