Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 75ae66a2
authored
Oct 17, 2019
by
Jonathan Reinink
Committed by
GitHub
Oct 17, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #50 from miguelcangueiro/upgrade-laravel
Upgrade to Laravel 6
2 parents
ce9dfa4b
4d019534
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
570 additions
and
284 deletions
composer.json
composer.lock
database/factories/UserFactory.php
composer.json
View file @
75ae66a
...
...
@@ -5,23 +5,23 @@
"license"
:
"MIT"
,
"type"
:
"project"
,
"require"
:
{
"php"
:
"^7.
1.3
"
,
"php"
:
"^7.
2
"
,
"fideloper/proxy"
:
"^4.0"
,
"fzaninotto/faker"
:
"^1.4"
,
"inertiajs/inertia-laravel"
:
"^0.1"
,
"laravel/framework"
:
"
5.8.*
"
,
"laravel/framework"
:
"
^6.0
"
,
"laravel/tinker"
:
"^1.0"
,
"league/glide"
:
"2.0.x-dev"
,
"reinink/remember-query-strings"
:
"^0.1.0"
,
"tightenco/ziggy"
:
"^0.
6.9
"
"tightenco/ziggy"
:
"^0.
8.0
"
},
"require-dev"
:
{
"barryvdh/laravel-debugbar"
:
"^3.2"
,
"beyondcode/laravel-dump-server"
:
"^1.0"
,
"filp/whoops"
:
"^2.0"
,
"facade/ignition"
:
"^1.4"
,
"fzaninotto/faker"
:
"^1.4"
,
"mockery/mockery"
:
"^1.0"
,
"nunomaduro/collision"
:
"^
2
.0"
,
"phpunit/phpunit"
:
"^
7
.0"
"nunomaduro/collision"
:
"^
3
.0"
,
"phpunit/phpunit"
:
"^
8
.0"
},
"autoload"
:
{
"classmap"
:
[
...
...
composer.lock
View file @
75ae66a
...
...
@@ -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": "
e3a03697cfba963e1bd23acff848c897
",
"content-hash": "
caa39cc1d5e057495d295c6dc7055f4c
",
"packages": [
{
"name": "dnoegel/php-xdg-base-dir",
...
...
@@ -381,56 +381,6 @@
"time": "2019-09-03T16:45:42+00:00"
},
{
"name": "fzaninotto/faker",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"squizlabs/php_codesniffer": "^1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
}
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
"time": "2018-07-12T10:23:15+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.6.1",
"source": {
...
...
@@ -712,43 +662,43 @@
},
{
"name": "laravel/framework",
"version": "v
5.8.35
",
"version": "v
6.3.0
",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "
5a9e4d241a8b815e16c9d2151e908992c38db197
"
"reference": "
80914c430fb5e49f492812d704ba6aeec03d80a2
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/
5a9e4d241a8b815e16c9d2151e908992c38db197
",
"reference": "
5a9e4d241a8b815e16c9d2151e908992c38db197
",
"url": "https://api.github.com/repos/laravel/framework/zipball/
80914c430fb5e49f492812d704ba6aeec03d80a2
",
"reference": "
80914c430fb5e49f492812d704ba6aeec03d80a2
",
"shasum": ""
},
"require": {
"doctrine/inflector": "^1.1",
"dragonmantank/cron-expression": "^2.0",
"egulias/email-validator": "^2.0",
"egulias/email-validator": "^2.
1.1
0",
"erusev/parsedown": "^1.7",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"league/flysystem": "^1.0.8",
"monolog/monolog": "^1.12",
"nesbot/carbon": "^
1.26.3 || ^
2.0",
"monolog/monolog": "^1.12
|^2.0
",
"nesbot/carbon": "^2.0",
"opis/closure": "^3.1",
"php": "^7.
1.3
",
"php": "^7.
2
",
"psr/container": "^1.0",
"psr/simple-cache": "^1.0",
"ramsey/uuid": "^3.7",
"swiftmailer/swiftmailer": "^6.0",
"symfony/console": "^4.
2
",
"symfony/debug": "^4.
2
",
"symfony/finder": "^4.
2
",
"symfony/http-foundation": "^4.
2
",
"symfony/http-kernel": "^4.
2
",
"symfony/process": "^4.
2
",
"symfony/routing": "^4.
2
",
"symfony/var-dumper": "^4.
2
",
"symfony/console": "^4.
3.4
",
"symfony/debug": "^4.
3.4
",
"symfony/finder": "^4.
3.4
",
"symfony/http-foundation": "^4.
3.4
",
"symfony/http-kernel": "^4.
3.4
",
"symfony/process": "^4.
3.4
",
"symfony/routing": "^4.
3.4
",
"symfony/var-dumper": "^4.
3.4
",
"tijsverkoyen/css-to-inline-styles": "^2.2.1",
"vlucas/phpdotenv": "^3.3"
},
...
...
@@ -788,47 +738,45 @@
"require-dev": {
"aws/aws-sdk-php": "^3.0",
"doctrine/dbal": "^2.6",
"filp/whoops": "^2.
1.
4",
"filp/whoops": "^2.4",
"guzzlehttp/guzzle": "^6.3",
"league/flysystem-cached-adapter": "^1.0",
"mockery/mockery": "^1.
0
",
"mockery/mockery": "^1.
2.3
",
"moontoast/math": "^1.1",
"orchestra/testbench-core": "
3.8.*
",
"orchestra/testbench-core": "
^4.0
",
"pda/pheanstalk": "^4.0",
"phpunit/phpunit": "^
7.5|^8.0
",
"phpunit/phpunit": "^
8.3
",
"predis/predis": "^1.1.1",
"symfony/css-selector": "^4.2",
"symfony/dom-crawler": "^4.2",
"symfony/cache": "^4.3",
"true/punycode": "^2.1"
},
"suggest": {
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
"aws/aws-sdk-php": "Required to use the SQS queue driver
, DynamoDb failed job storage
and SES mail driver (^3.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
"ext-memcached": "Required to use the memcache cache driver.",
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
"filp/whoops": "Required for friendly error pages in development (^2.1.4).",
"ext-redis": "Required to use the Redis cache and queue drivers.",
"filp/whoops": "Required for friendly error pages in development (^2.4).",
"fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
"guzzlehttp/guzzle": "Required to use the Mailgun
and Mandrill mail drivers
and the ping methods on schedules (^6.0).",
"guzzlehttp/guzzle": "Required to use the Mailgun
mail driver
and the ping methods on schedules (^6.0).",
"laravel/tinker": "Required to use the tinker console command (^1.0).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
"nexmo/client": "Required to use the Nexmo transport (^1.0).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
"predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
"symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.2).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.2).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.1).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0)",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
"symfony/cache": "Required to PSR-6 cache bridge (^4.3.4).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.2).",
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
5.8
-dev"
"dev-master": "
6.x
-dev"
}
},
"autoload": {
...
...
@@ -856,7 +804,7 @@
"framework",
"laravel"
],
"time": "2019-
09-03T16:44:30
+00:00"
"time": "2019-
10-15T13:38:24
+00:00"
},
{
"name": "laravel/tinker",
...
...
@@ -923,16 +871,16 @@
},
{
"name": "league/flysystem",
"version": "1.0.5
5
",
"version": "1.0.5
7
",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "
33c91155537c6dc899eacdc54a13ac6303f156e6
"
"reference": "
0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
33c91155537c6dc899eacdc54a13ac6303f156e6
",
"reference": "
33c91155537c6dc899eacdc54a13ac6303f156e6
",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a
",
"reference": "
0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a
",
"shasum": ""
},
"require": {
...
...
@@ -1003,7 +951,7 @@
"sftp",
"storage"
],
"time": "2019-
08-24T11:17:19
+00:00"
"time": "2019-
10-16T21:01:05
+00:00"
},
{
"name": "league/glide",
...
...
@@ -1069,21 +1017,21 @@
},
{
"name": "monolog/monolog",
"version": "
1.25.1
",
"version": "
2.0.0
",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "
70e65a5470a42cfec1a7da00d30edb6e617e8dcf
"
"reference": "
68545165e19249013afd1d6f7485aecff07a2d22
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/
70e65a5470a42cfec1a7da00d30edb6e617e8dcf
",
"reference": "
70e65a5470a42cfec1a7da00d30edb6e617e8dcf
",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/
68545165e19249013afd1d6f7485aecff07a2d22
",
"reference": "
68545165e19249013afd1d6f7485aecff07a2d22
",
"shasum": ""
},
"require": {
"php": "
>=5.3.0
",
"psr/log": "
~1.0
"
"php": "
^7.2
",
"psr/log": "
^1.0.1
"
},
"provide": {
"psr/log-implementation": "1.0.0"
...
...
@@ -1091,33 +1039,36 @@
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9",
"elasticsearch/elasticsearch": "^6.0",
"graylog2/gelf-php": "^1.4.2",
"jakub-onderka/php-parallel-lint": "^0.9",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"phpspec/prophecy": "^1.6.1",
"phpunit/phpunit": "^8.3",
"predis/predis": "^1.1",
"rollbar/rollbar": "^1.3",
"ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server
via PHP Driver
",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server
(via library)
",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.
0.
x-dev"
"dev-master": "2.x-dev"
}
},
"autoload": {
...
...
@@ -1143,20 +1094,20 @@
"logging",
"psr-3"
],
"time": "2019-0
9-06T13:49:17
+00:00"
"time": "2019-0
8-30T09:56:44
+00:00"
},
{
"name": "nesbot/carbon",
"version": "2.2
4.0
",
"version": "2.2
5.2
",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "
934459c5ac0658bc765ad1e53512c7c77adcac29
"
"reference": "
443fe5f1498147e0fbc792142b5dc43e2e8a533f
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/
934459c5ac0658bc765ad1e53512c7c77adcac29
",
"reference": "
934459c5ac0658bc765ad1e53512c7c77adcac29
",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/
443fe5f1498147e0fbc792142b5dc43e2e8a533f
",
"reference": "
443fe5f1498147e0fbc792142b5dc43e2e8a533f
",
"shasum": ""
},
"require": {
...
...
@@ -1203,14 +1154,14 @@
"homepage": "http://github.com/kylekatarnls"
}
],
"description": "A API extension for DateTime that supports 281 different languages.",
"description": "A
n
API extension for DateTime that supports 281 different languages.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
"time": "2019-
08-31T16:37:55
+00:00"
"time": "2019-
10-14T14:18:59
+00:00"
},
{
"name": "nikic/php-parser",
...
...
@@ -1913,16 +1864,16 @@
},
{
"name": "symfony/console",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "
de63799239b3881b8a08f8481b22348f77ed7b36
"
"reference": "
929ddf360d401b958f611d44e726094ab46a7369
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/
de63799239b3881b8a08f8481b22348f77ed7b36
",
"reference": "
de63799239b3881b8a08f8481b22348f77ed7b36
",
"url": "https://api.github.com/repos/symfony/console/zipball/
929ddf360d401b958f611d44e726094ab46a7369
",
"reference": "
929ddf360d401b958f611d44e726094ab46a7369
",
"shasum": ""
},
"require": {
...
...
@@ -1984,20 +1935,20 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2019-
08-26T08:26:3
9+00:00"
"time": "2019-
10-07T12:36:4
9+00:00"
},
{
"name": "symfony/css-selector",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "
c6e5e2a00db768c92c3ae131532af4e1acc7bd03
"
"reference": "
f4b3ff6a549d9ed28b2b0ecd1781bf67cf220ee9
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/
c6e5e2a00db768c92c3ae131532af4e1acc7bd03
",
"reference": "
c6e5e2a00db768c92c3ae131532af4e1acc7bd03
",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/
f4b3ff6a549d9ed28b2b0ecd1781bf67cf220ee9
",
"reference": "
f4b3ff6a549d9ed28b2b0ecd1781bf67cf220ee9
",
"shasum": ""
},
"require": {
...
...
@@ -2037,20 +1988,20 @@
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
"time": "2019-
08-20T14:07:54
+00:00"
"time": "2019-
10-02T08:36:26
+00:00"
},
{
"name": "symfony/debug",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "
afcdea44a2e399c1e4b52246ec8d54c715393ced
"
"reference": "
cc5c1efd0edfcfd10b354750594a46b3dd2afbbe
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/
afcdea44a2e399c1e4b52246ec8d54c715393ced
",
"reference": "
afcdea44a2e399c1e4b52246ec8d54c715393ced
",
"url": "https://api.github.com/repos/symfony/debug/zipball/
cc5c1efd0edfcfd10b354750594a46b3dd2afbbe
",
"reference": "
cc5c1efd0edfcfd10b354750594a46b3dd2afbbe
",
"shasum": ""
},
"require": {
...
...
@@ -2093,20 +2044,20 @@
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"time": "2019-0
8-20T14:27:59
+00:00"
"time": "2019-0
9-19T15:51:53
+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "
429d0a1451d4c9c4abe1959b2986b88794b9b7d2
"
"reference": "
6229f58993e5a157f6096fc7145c0717d0be8807
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
429d0a1451d4c9c4abe1959b2986b88794b9b7d2
",
"reference": "
429d0a1451d4c9c4abe1959b2986b88794b9b7d2
",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
6229f58993e5a157f6096fc7145c0717d0be8807
",
"reference": "
6229f58993e5a157f6096fc7145c0717d0be8807
",
"shasum": ""
},
"require": {
...
...
@@ -2163,20 +2114,20 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2019-
08-26T08:55:16
+00:00"
"time": "2019-
10-01T16:40:32
+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v1.1.
5
",
"version": "v1.1.
7
",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "c
61766f4440ca687de1084a5c00b08e167a2575c
"
"reference": "c
43ab685673fb6c8d84220c77897b1d6cdbe1d18
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c
61766f4440ca687de1084a5c00b08e167a2575c
",
"reference": "c
61766f4440ca687de1084a5c00b08e167a2575c
",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c
43ab685673fb6c8d84220c77897b1d6cdbe1d18
",
"reference": "c
43ab685673fb6c8d84220c77897b1d6cdbe1d18
",
"shasum": ""
},
"require": {
...
...
@@ -2221,20 +2172,20 @@
"interoperability",
"standards"
],
"time": "2019-0
6-20T06:46:26
+00:00"
"time": "2019-0
9-17T09:54:03
+00:00"
},
{
"name": "symfony/finder",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "
86c1c929f0a4b24812e1eb109262fc3372c8e9f2
"
"reference": "
5e575faa95548d0586f6bedaeabec259714e44d1
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/
86c1c929f0a4b24812e1eb109262fc3372c8e9f2
",
"reference": "
86c1c929f0a4b24812e1eb109262fc3372c8e9f2
",
"url": "https://api.github.com/repos/symfony/finder/zipball/
5e575faa95548d0586f6bedaeabec259714e44d1
",
"reference": "
5e575faa95548d0586f6bedaeabec259714e44d1
",
"shasum": ""
},
"require": {
...
...
@@ -2270,20 +2221,20 @@
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"time": "2019-0
8-14T12:26:46
+00:00"
"time": "2019-0
9-16T11:29:48
+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "
d804bea118ff340a12e22a79f9c7e7eb56b35adc
"
"reference": "
76590ced16d4674780863471bae10452b79210a5
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
d804bea118ff340a12e22a79f9c7e7eb56b35adc
",
"reference": "
d804bea118ff340a12e22a79f9c7e7eb56b35adc
",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
76590ced16d4674780863471bae10452b79210a5
",
"reference": "
76590ced16d4674780863471bae10452b79210a5
",
"shasum": ""
},
"require": {
...
...
@@ -2325,20 +2276,20 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2019-
08-26T08:55:16
+00:00"
"time": "2019-
10-04T19:48:13
+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "5
e0fc71be03d52cd00c423061cfd300bd6f92a52
"
"reference": "5
f08141850932e8019c01d8988bf3ed6367d2991
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/5
e0fc71be03d52cd00c423061cfd300bd6f92a52
",
"reference": "5
e0fc71be03d52cd00c423061cfd300bd6f92a52
",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/5
f08141850932e8019c01d8988bf3ed6367d2991
",
"reference": "5
f08141850932e8019c01d8988bf3ed6367d2991
",
"shasum": ""
},
"require": {
...
...
@@ -2417,20 +2368,20 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"time": "2019-
08-26T16:47:42
+00:00"
"time": "2019-
10-07T15:06:41
+00:00"
},
{
"name": "symfony/mime",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "
987a05df1c6ac259b34008b932551353f4f408df
"
"reference": "
32f71570547b91879fdbd9cf50317d556ae86916
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/
987a05df1c6ac259b34008b932551353f4f408df
",
"reference": "
987a05df1c6ac259b34008b932551353f4f408df
",
"url": "https://api.github.com/repos/symfony/mime/zipball/
32f71570547b91879fdbd9cf50317d556ae86916
",
"reference": "
32f71570547b91879fdbd9cf50317d556ae86916
",
"shasum": ""
},
"require": {
...
...
@@ -2476,7 +2427,7 @@
"mime",
"mime-type"
],
"time": "2019-0
8-22T08:16:11
+00:00"
"time": "2019-0
9-19T17:00:15
+00:00"
},
{
"name": "symfony/polyfill-ctype",
...
...
@@ -2831,16 +2782,16 @@
},
{
"name": "symfony/process",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "
e89969c00d762349f078db1128506f7f3dcc0d4a
"
"reference": "
50556892f3cc47d4200bfd1075314139c4c9ff4b
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/
e89969c00d762349f078db1128506f7f3dcc0d4a
",
"reference": "
e89969c00d762349f078db1128506f7f3dcc0d4a
",
"url": "https://api.github.com/repos/symfony/process/zipball/
50556892f3cc47d4200bfd1075314139c4c9ff4b
",
"reference": "
50556892f3cc47d4200bfd1075314139c4c9ff4b
",
"shasum": ""
},
"require": {
...
...
@@ -2876,20 +2827,20 @@
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"time": "2019-0
8-26T08:26:39
+00:00"
"time": "2019-0
9-26T21:17:10
+00:00"
},
{
"name": "symfony/routing",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "
ff1049f6232dc5b6023b1ff1c6de56f82bcd264f
"
"reference": "
3b174ef04fe66696524efad1e5f7a6c663d822ea
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/
ff1049f6232dc5b6023b1ff1c6de56f82bcd264f
",
"reference": "
ff1049f6232dc5b6023b1ff1c6de56f82bcd264f
",
"url": "https://api.github.com/repos/symfony/routing/zipball/
3b174ef04fe66696524efad1e5f7a6c663d822ea
",
"reference": "
3b174ef04fe66696524efad1e5f7a6c663d822ea
",
"shasum": ""
},
"require": {
...
...
@@ -2952,20 +2903,20 @@
"uri",
"url"
],
"time": "2019-
08-26T08:26:39
+00:00"
"time": "2019-
10-04T20:57:10
+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v1.1.
6
",
"version": "v1.1.
7
",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "
ea7263d6b6d5f798b56a45a5b8d686725f2719a3
"
"reference": "
ffcde9615dc5bb4825b9f6aed07716f1f57faae0
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/
ea7263d6b6d5f798b56a45a5b8d686725f2719a3
",
"reference": "
ea7263d6b6d5f798b56a45a5b8d686725f2719a3
",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/
ffcde9615dc5bb4825b9f6aed07716f1f57faae0
",
"reference": "
ffcde9615dc5bb4825b9f6aed07716f1f57faae0
",
"shasum": ""
},
"require": {
...
...
@@ -3010,20 +2961,20 @@
"interoperability",
"standards"
],
"time": "2019-0
8-20T14:44:19
+00:00"
"time": "2019-0
9-17T11:12:18
+00:00"
},
{
"name": "symfony/translation",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "
28498169dd334095fa981827992f3a24d50fed0
f"
"reference": "
fe6193b066c457c144333c06aaa869a2d42a167
f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/
28498169dd334095fa981827992f3a24d50fed0
f",
"reference": "
28498169dd334095fa981827992f3a24d50fed0
f",
"url": "https://api.github.com/repos/symfony/translation/zipball/
fe6193b066c457c144333c06aaa869a2d42a167
f",
"reference": "
fe6193b066c457c144333c06aaa869a2d42a167
f",
"shasum": ""
},
"require": {
...
...
@@ -3086,20 +3037,20 @@
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"time": "2019-0
8-26T08:55:16
+00:00"
"time": "2019-0
9-27T14:37:39
+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v1.1.
6
",
"version": "v1.1.
7
",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "3
25b17c24f3ee23cbecfa63ba809c6d89b5fa04a
"
"reference": "3
64518c132c95642e530d9b2d217acbc2ccac3e6
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/3
25b17c24f3ee23cbecfa63ba809c6d89b5fa04a
",
"reference": "3
25b17c24f3ee23cbecfa63ba809c6d89b5fa04a
",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/3
64518c132c95642e530d9b2d217acbc2ccac3e6
",
"reference": "3
64518c132c95642e530d9b2d217acbc2ccac3e6
",
"shasum": ""
},
"require": {
...
...
@@ -3143,20 +3094,20 @@
"interoperability",
"standards"
],
"time": "2019-0
8-02T12:15:04
+00:00"
"time": "2019-0
9-17T11:12:18
+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v4.3.
4
",
"version": "v4.3.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "
641043e0f3e615990a0f29479f9c117e8a6698c6
"
"reference": "
bde8957fc415fdc6964f33916a3755737744ff05
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
641043e0f3e615990a0f29479f9c117e8a6698c6
",
"reference": "
641043e0f3e615990a0f29479f9c117e8a6698c6
",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
bde8957fc415fdc6964f33916a3755737744ff05
",
"reference": "
bde8957fc415fdc6964f33916a3755737744ff05
",
"shasum": ""
},
"require": {
...
...
@@ -3219,24 +3170,24 @@
"debug",
"dump"
],
"time": "2019-
08-26T08:26:39
+00:00"
"time": "2019-
10-04T19:48:13
+00:00"
},
{
"name": "tightenco/ziggy",
"version": "v0.
6.9
",
"version": "v0.
8.0
",
"source": {
"type": "git",
"url": "https://github.com/tightenco/ziggy.git",
"reference": "
0f59b703236f6b19002bc28d1d3eafcbf479bd43
"
"reference": "
f169e46073a478170d3f687d644bea5f316dfb5d
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tightenco/ziggy/zipball/
0f59b703236f6b19002bc28d1d3eafcbf479bd43
",
"reference": "
0f59b703236f6b19002bc28d1d3eafcbf479bd43
",
"url": "https://api.github.com/repos/tightenco/ziggy/zipball/
f169e46073a478170d3f687d644bea5f316dfb5d
",
"reference": "
f169e46073a478170d3f687d644bea5f316dfb5d
",
"shasum": ""
},
"require": {
"laravel/framework": "
~5.4
"
"laravel/framework": "
>=5.4@dev
"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
...
...
@@ -3261,16 +3212,16 @@
],
"authors": [
{
"name": "Matt Stauffer",
"email": "matt@tighten.co"
},
{
"name": "Daniel Coulbourne",
"email": "daniel@tighten.co"
},
{
"name": "Matt Stauffer",
"email": "matt@tighten.co"
}
],
"description": "Generates a Blade directive exporting all of your named Laravel routes. Also provides a nice route() helper function in JavaScript.",
"time": "201
8-10-29T06:06:46
+00:00"
"time": "201
9-09-03T14:43:23
+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
...
...
@@ -3564,6 +3515,175 @@
"time": "2019-03-17T17:37:11+00:00"
},
{
"name": "facade/flare-client-php",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/facade/flare-client-php.git",
"reference": "608c2be3157b09f1868ca97ea4ddf3434ee83d63"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/608c2be3157b09f1868ca97ea4ddf3434ee83d63",
"reference": "608c2be3157b09f1868ca97ea4ddf3434ee83d63",
"shasum": ""
},
"require": {
"facade/ignition-contracts": "~1.0",
"illuminate/pipeline": "~5.5|~5.6|~5.7|~5.8|^6.0",
"php": "^7.1",
"symfony/http-foundation": "~3.3|~4.1",
"symfony/var-dumper": "^3.4|^4.0"
},
"require-dev": {
"larapack/dd": "^1.1",
"phpunit/phpunit": "^7.5.16",
"spatie/phpunit-snapshot-assertions": "^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Facade\\FlareClient\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Send PHP errors to Flare",
"homepage": "https://github.com/facade/flare-client-php",
"keywords": [
"exception",
"facade",
"flare",
"reporting"
],
"time": "2019-10-07T19:15:46+00:00"
},
{
"name": "facade/ignition",
"version": "1.11.2",
"source": {
"type": "git",
"url": "https://github.com/facade/ignition.git",
"reference": "862cbc2dfffa1fa28b47822a116e5b2e03b421db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facade/ignition/zipball/862cbc2dfffa1fa28b47822a116e5b2e03b421db",
"reference": "862cbc2dfffa1fa28b47822a116e5b2e03b421db",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"facade/flare-client-php": "^1.1",
"facade/ignition-contracts": "^1.0",
"filp/whoops": "^2.4",
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0",
"monolog/monolog": "^1.12 || ^2.0",
"php": "^7.1",
"scrivo/highlight.php": "^9.15",
"symfony/console": "^3.4 || ^4.0",
"symfony/var-dumper": "^3.4 || ^4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"mockery/mockery": "^1.2",
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0"
},
"suggest": {
"laravel/telescope": "^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Facade\\Ignition\\IgnitionServiceProvider"
],
"aliases": {
"Flare": "Facade\\Ignition\\Facades\\Flare"
}
}
},
"autoload": {
"psr-4": {
"Facade\\Ignition\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A beautiful error page for Laravel applications.",
"homepage": "https://github.com/facade/ignition",
"keywords": [
"error",
"flare",
"laravel",
"page"
],
"time": "2019-10-13T10:42:06+00:00"
},
{
"name": "facade/ignition-contracts",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/facade/ignition-contracts.git",
"reference": "f445db0fb86f48e205787b2592840dd9c80ded28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28",
"reference": "f445db0fb86f48e205787b2592840dd9c80ded28",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Facade\\IgnitionContracts\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://flareapp.io",
"role": "Developer"
}
],
"description": "Solution contracts for Ignition",
"homepage": "https://github.com/facade/ignition-contracts",
"keywords": [
"contracts",
"flare",
"ignition"
],
"time": "2019-08-30T14:06:08+00:00"
},
{
"name": "filp/whoops",
"version": "2.5.0",
"source": {
...
...
@@ -3625,6 +3745,56 @@
"time": "2019-08-07T09:00:00+00:00"
},
{
"name": "fzaninotto/faker",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"squizlabs/php_codesniffer": "^1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
}
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
"time": "2018-07-12T10:23:15+00:00"
},
{
"name": "hamcrest/hamcrest-php",
"version": "v2.0.0",
"source": {
...
...
@@ -3674,25 +3844,25 @@
},
{
"name": "maximebf/debugbar",
"version": "v1.15.
0
",
"version": "v1.15.
1
",
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
"reference": "
30e7d60937ee5f1320975ca9bc7bcdd44d500f07
"
"reference": "
6c4277f6117e4864966c9cb58fb835cee8c74a1e
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/
30e7d60937ee5f1320975ca9bc7bcdd44d500f07
",
"reference": "
30e7d60937ee5f1320975ca9bc7bcdd44d500f07
",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/
6c4277f6117e4864966c9cb58fb835cee8c74a1e
",
"reference": "
6c4277f6117e4864966c9cb58fb835cee8c74a1e
",
"shasum": ""
},
"require": {
"php": ">=5.
3.0
",
"php": ">=5.
6
",
"psr/log": "^1.0",
"symfony/var-dumper": "^2.6|^3
.0|^4.0
"
"symfony/var-dumper": "^2.6|^3
|^4
"
},
"require-dev": {
"phpunit/phpunit": "^
4.0|^5.0
"
"phpunit/phpunit": "^
5
"
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
...
...
@@ -3702,7 +3872,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1
4
-dev"
"dev-master": "1.1
5
-dev"
}
},
"autoload": {
...
...
@@ -3731,20 +3901,20 @@
"debug",
"debugbar"
],
"time": "201
7-12-15T11:13:46
+00:00"
"time": "201
9-09-24T14:55:42
+00:00"
},
{
"name": "mockery/mockery",
"version": "1.2.
3
",
"version": "1.2.
4
",
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
"reference": "
4eff936d83eb809bde2c57a3cea0ee9643769031
"
"reference": "
b3453f75fd23d9fd41685f2148f4abeacabc6405
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/
4eff936d83eb809bde2c57a3cea0ee9643769031
",
"reference": "
4eff936d83eb809bde2c57a3cea0ee9643769031
",
"url": "https://api.github.com/repos/mockery/mockery/zipball/
b3453f75fd23d9fd41685f2148f4abeacabc6405
",
"reference": "
b3453f75fd23d9fd41685f2148f4abeacabc6405
",
"shasum": ""
},
"require": {
...
...
@@ -3758,7 +3928,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.
0
.x-dev"
"dev-master": "1.
2
.x-dev"
}
},
"autoload": {
...
...
@@ -3796,7 +3966,7 @@
"test double",
"testing"
],
"time": "2019-0
8-07T15:01:0
7+00:00"
"time": "2019-0
9-30T08:30:2
7+00:00"
},
{
"name": "myclabs/deep-copy",
...
...
@@ -3848,16 +4018,16 @@
},
{
"name": "nunomaduro/collision",
"version": "v
2.1
.1",
"version": "v
3.0
.1",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
"reference": "
b5feb0c0d92978ec7169232ce5d70d6da6b29f63
"
"reference": "
af42d339fe2742295a54f6fdd42aaa6f8c4aca68
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/
b5feb0c0d92978ec7169232ce5d70d6da6b29f63
",
"reference": "
b5feb0c0d92978ec7169232ce5d70d6da6b29f63
",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/
af42d339fe2742295a54f6fdd42aaa6f8c4aca68
",
"reference": "
af42d339fe2742295a54f6fdd42aaa6f8c4aca68
",
"shasum": ""
},
"require": {
...
...
@@ -3867,10 +4037,10 @@
"symfony/console": "~2.8|~3.3|~4.0"
},
"require-dev": {
"laravel/framework": "5.
7
.*",
"laravel/framework": "5.
8
.*",
"nunomaduro/larastan": "^0.3.0",
"phpstan/phpstan": "^0.1
0
",
"phpunit/phpunit": "~
7.3
"
"phpstan/phpstan": "^0.1
1
",
"phpunit/phpunit": "~
8.0
"
},
"type": "library",
"extra": {
...
...
@@ -3908,7 +4078,7 @@
"php",
"symfony"
],
"time": "201
8-11-21T21:40:54
+00:00"
"time": "201
9-03-07T21:35:13
+00:00"
},
{
"name": "phar-io/manifest",
...
...
@@ -4164,22 +4334,22 @@
},
{
"name": "phpspec/prophecy",
"version": "1.
8.1
",
"version": "1.
9.0
",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "
1927e75f4ed19131ec9bcc3b002e07fb1173ee76
"
"reference": "
f6811d96d97bdf400077a0cc100ae56aa32b9203
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/
1927e75f4ed19131ec9bcc3b002e07fb1173ee76
",
"reference": "
1927e75f4ed19131ec9bcc3b002e07fb1173ee76
",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/
f6811d96d97bdf400077a0cc100ae56aa32b9203
",
"reference": "
f6811d96d97bdf400077a0cc100ae56aa32b9203
",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0
|^5.0
",
"sebastian/comparator": "^1.1|^2.0|^3.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
},
...
...
@@ -4223,44 +4393,44 @@
"spy",
"stub"
],
"time": "2019-
06-13T12:50:23
+00:00"
"time": "2019-
10-03T11:07:50
+00:00"
},
{
"name": "phpunit/php-code-coverage",
"version": "
6.1.4
",
"version": "
7.0.8
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "
807e6013b00af69b6c5d9ceb4282d0393dbb9d8d
"
"reference": "
aa0d179a13284c7420fc281fc32750e6cc7c9e2f
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
807e6013b00af69b6c5d9ceb4282d0393dbb9d8d
",
"reference": "
807e6013b00af69b6c5d9ceb4282d0393dbb9d8d
",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
aa0d179a13284c7420fc281fc32750e6cc7c9e2f
",
"reference": "
aa0d179a13284c7420fc281fc32750e6cc7c9e2f
",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^7.
1
",
"phpunit/php-file-iterator": "^2.0",
"php": "^7.
2
",
"phpunit/php-file-iterator": "^2.0
.2
",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.
0
",
"phpunit/php-token-stream": "^3.
1.1
",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^
3.1 || ^4.0
",
"sebastian/environment": "^
4.2.2
",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
"theseer/tokenizer": "^1.1
.3
"
},
"require-dev": {
"phpunit/phpunit": "^
7.0
"
"phpunit/phpunit": "^
8.2.2
"
},
"suggest": {
"ext-xdebug": "^2.
6.0
"
"ext-xdebug": "^2.
7.2
"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
6.1
-dev"
"dev-master": "
7.0
-dev"
}
},
"autoload": {
...
...
@@ -4275,8 +4445,8 @@
"authors": [
{
"name": "Sebastian Bergmann",
"
role": "lead
",
"
email": "sebastian@phpunit.de
"
"
email": "sebastian@phpunit.de
",
"
role": "lead
"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
...
...
@@ -4286,7 +4456,7 @@
"testing",
"xunit"
],
"time": "201
8-10-31T16:06:48
+00:00"
"time": "201
9-09-17T06:24:36
+00:00"
},
{
"name": "phpunit/php-file-iterator",
...
...
@@ -4479,53 +4649,52 @@
},
{
"name": "phpunit/phpunit",
"version": "
7.5.16
",
"version": "
8.4.1
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "3
16afa6888d2562e04aeb67ea7f2017a0eb41661
"
"reference": "3
66a4a0f2b971fd43b7c351d621e8dd7d7131869
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3
16afa6888d2562e04aeb67ea7f2017a0eb41661
",
"reference": "3
16afa6888d2562e04aeb67ea7f2017a0eb41661
",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3
66a4a0f2b971fd43b7c351d621e8dd7d7131869
",
"reference": "3
66a4a0f2b971fd43b7c351d621e8dd7d7131869
",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.
1
",
"doctrine/instantiator": "^1.
2.0
",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"myclabs/deep-copy": "^1.7",
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
"php": "^7.1",
"phpspec/prophecy": "^1.7",
"phpunit/php-code-coverage": "^6.0.7",
"phpunit/php-file-iterator": "^2.0.1",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.9.1",
"phar-io/manifest": "^1.0.3",
"phar-io/version": "^2.0.1",
"php": "^7.2",
"phpspec/prophecy": "^1.8.1",
"phpunit/php-code-coverage": "^7.0.7",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1",
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
"sebastian/environment": "^4.
0
",
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^
2
.0",
"phpunit/php-timer": "^2.1
.2
",
"sebastian/comparator": "^3.0
.2
",
"sebastian/diff": "^3.0
.2
",
"sebastian/environment": "^4.
2.2
",
"sebastian/exporter": "^3.1
.1
",
"sebastian/global-state": "^
3.0
.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^2.0",
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
"sebastian/version": "^2.0.1"
},
"conflict": {
"phpunit/phpunit-mock-objects": "*"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
"ext-soap": "*",
"ext-xdebug": "*",
"phpunit/php-invoker": "^2.0"
"phpunit/php-invoker": "^2.0
.0
"
},
"bin": [
"phpunit"
...
...
@@ -4533,7 +4702,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
7.5
-dev"
"dev-master": "
8.4
-dev"
}
},
"autoload": {
...
...
@@ -4559,7 +4728,74 @@
"testing",
"xunit"
],
"time": "2019-09-14T09:08:39+00:00"
"time": "2019-10-07T12:57:41+00:00"
},
{
"name": "scrivo/highlight.php",
"version": "v9.15.10.0",
"source": {
"type": "git",
"url": "https://github.com/scrivo/highlight.php.git",
"reference": "9ad3adb4456dc91196327498dbbce6aa1ba1239e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/9ad3adb4456dc91196327498dbbce6aa1ba1239e",
"reference": "9ad3adb4456dc91196327498dbbce6aa1ba1239e",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7",
"symfony/finder": "^2.8"
},
"suggest": {
"ext-dom": "Needed to make use of the features in the utilities namespace"
},
"type": "library",
"autoload": {
"psr-0": {
"Highlight\\": "",
"HighlightUtilities\\": ""
},
"files": [
"HighlightUtilities/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Geert Bergman",
"homepage": "http://www.scrivo.org/",
"role": "Project Author"
},
{
"name": "Vladimir Jimenez",
"homepage": "https://allejo.io",
"role": "Contributor"
},
{
"name": "Martin Folkers",
"homepage": "https://twobrain.io",
"role": "Contributor"
}
],
"description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
"keywords": [
"code",
"highlight",
"highlight.js",
"highlight.php",
"syntax"
],
"time": "2019-08-27T04:27:48+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
...
...
@@ -4848,23 +5084,26 @@
},
{
"name": "sebastian/global-state",
"version": "
2
.0.0",
"version": "
3
.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "e
8ba02eed7bbbb9e59e43dedd3dddeff4a56b0
c4"
"reference": "e
df8a461cf1d4005f19fb0b6b8b95a9f7fa0ad
c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e
8ba02eed7bbbb9e59e43dedd3dddeff4a56b0
c4",
"reference": "e
8ba02eed7bbbb9e59e43dedd3dddeff4a56b0
c4",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e
df8a461cf1d4005f19fb0b6b8b95a9f7fa0ad
c4",
"reference": "e
df8a461cf1d4005f19fb0b6b8b95a9f7fa0ad
c4",
"shasum": ""
},
"require": {
"php": "^7.0"
"php": "^7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
},
"suggest": {
"ext-uopz": "*"
...
...
@@ -4872,7 +5111,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
2
.0-dev"
"dev-master": "
3
.0-dev"
}
},
"autoload": {
...
...
@@ -4895,7 +5134,7 @@
"keywords": [
"global state"
],
"time": "201
7-04-27T15:39:26
+00:00"
"time": "201
9-02-01T05:30:01
+00:00"
},
{
"name": "sebastian/object-enumerator",
...
...
@@ -5085,6 +5324,52 @@
"time": "2018-10-04T04:07:39+00:00"
},
{
"name": "sebastian/type",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"time": "2019-07-02T08:10:15+00:00"
},
{
"name": "sebastian/version",
"version": "2.0.1",
"source": {
...
...
@@ -5226,7 +5511,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.
1.3
"
"php": "^7.
2
"
},
"platform-dev": []
}
database/factories/UserFactory.php
View file @
75ae66a
<?php
use
Faker\Generator
as
Faker
;
use
Illuminate\Support\Str
;
/*
|--------------------------------------------------------------------------
...
...
@@ -19,7 +20,7 @@ $factory->define(App\User::class, function (Faker $faker) {
'last_name'
=>
$faker
->
lastName
,
'email'
=>
$faker
->
unique
()
->
safeEmail
,
'password'
=>
'secret'
,
'remember_token'
=>
str_
random
(
10
),
'remember_token'
=>
Str
::
random
(
10
),
'owner'
=>
false
,
];
});
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment