Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-adminpanel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
laravel-adminpanel
Commits
3d7599a4
Commit
3d7599a4
authored
Mar 05, 2018
by
Viral Solani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrading to Laravel 5.6 (WIP)
parent
1dbc10ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
534 additions
and
548 deletions
+534
-548
composer.json
composer.json
+9
-17
composer.lock
composer.lock
+525
-531
No files found.
composer.json
View file @
3d7599a4
...
...
@@ -11,31 +11,31 @@
"license"
:
"
MIT
"
,
"type"
:
"project"
,
"require"
:
{
"php"
:
">=7.
0.0
"
,
"
arcanedev/log-viewer
"
:
"
^4.
4
"
,
"php"
:
">=7.
1.3
"
,
"
arcanedev/log-viewer
"
:
"
^4.
5
"
,
"
arcanedev/no-captcha
"
:
"
^5.0
"
,
"
codedungeon/phpunit-result-printer
"
:
"
0.4.4
"
,
"
creativeorange/gravatar
"
:
"
~1.0
"
,
"
davejamesmiller/laravel-breadcrumbs
"
:
"
^
4.1
"
,
"
davejamesmiller/laravel-breadcrumbs
"
:
"
^
5.0
"
,
"
doctrine/dbal
"
:
"
^2.6
"
,
"
fideloper/proxy
"
:
"
~
3.3
"
,
"
fideloper/proxy
"
:
"
~
4.0
"
,
"
hieu-le/active
"
:
"
^3.5
"
,
"
laravel/framework
"
:
"
5.
5
.*
"
,
"
laravel/framework
"
:
"
5.
6
.*
"
,
"
laravel/socialite
"
:
"
^3.0
"
,
"
laravel/tinker
"
:
"
~1.0
"
,
"
laravelcollective/html
"
:
"
^5.
5
.0
"
,
"
laravelcollective/html
"
:
"
^5.
4
.0
"
,
"
tymon/jwt-auth
"
:
"
dev-develop
"
,
"
unisharp/laravel-filemanager
"
:
"
~1.8
"
,
"
yajra/laravel-datatables-oracle
"
:
"
~8.0
"
"
yajra/laravel-datatables-oracle
"
:
"
~8.0
"
},
"require-dev"
:
{
"
barryvdh/laravel-debugbar
"
:
"
^3.0
"
,
"
codedungeon/phpunit-result-printer
"
:
"
^0.6.0
"
,
"
bvipul/generator
"
:
"
^0.9.1
"
,
"
filp/whoops
"
:
"
~2.0
"
,
"
fzaninotto/faker
"
:
"
~1.4
"
,
"
laravel/browser-kit-testing
"
:
"
^2.0
"
,
"
mockery/mockery
"
:
"
0.9.*
"
,
"
phpunit/phpunit
"
:
"
~
6
.0
"
,
"
phpunit/phpunit
"
:
"
~
7
.0
"
,
"
xethron/migrations-generator
"
:
"
2.0.2
"
},
"autoload"
:
{
...
...
@@ -69,14 +69,6 @@
"post-create-project-cmd"
:
[
"php artisan key:generate"
],
"post-install-cmd"
:
[
"Illuminate
\\
Foundation
\\
ComposerScripts::postInstall"
,
"php artisan optimize"
],
"post-update-cmd"
:
[
"Illuminate
\\
Foundation
\\
ComposerScripts::postUpdate"
,
"php artisan optimize"
],
"post-autoload-dump"
:
[
"Illuminate
\\
Foundation
\\
ComposerScripts::postAutoloadDump"
,
"@php artisan package:discover"
...
...
composer.lock
View file @
3d7599a4
...
...
@@ -4,31 +4,31 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "
a9ca8bd1e8e71ad163a9d99a2eaee057
",
"content-hash": "
6d88579a949c11de83c4c6cf5836bc1f
",
"packages": [
{
"name": "arcanedev/log-viewer",
"version": "4.
4
.1",
"version": "4.
5
.1",
"source": {
"type": "git",
"url": "https://github.com/ARCANEDEV/LogViewer.git",
"reference": "
b14e2de1dfe84db80fbc9eb4b12ce05b85a09472
"
"reference": "
22bdffe6f9d26e466cc7fd434e447a4b3e9aff0e
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ARCANEDEV/LogViewer/zipball/
b14e2de1dfe84db80fbc9eb4b12ce05b85a09472
",
"reference": "
b14e2de1dfe84db80fbc9eb4b12ce05b85a09472
",
"url": "https://api.github.com/repos/ARCANEDEV/LogViewer/zipball/
22bdffe6f9d26e466cc7fd434e447a4b3e9aff0e
",
"reference": "
22bdffe6f9d26e466cc7fd434e447a4b3e9aff0e
",
"shasum": ""
},
"require": {
"arcanedev/support": "~4.
1
",
"php": ">=7.
0
",
"arcanedev/support": "~4.
3.0
",
"php": ">=7.
1.3
",
"psr/log": "~1.0"
},
"require-dev": {
"orchestra/testbench": "~3.
5
.0",
"phpunit/phpcov": "~
4
.0",
"phpunit/phpunit": "~
6
.0"
"orchestra/testbench": "~3.
6
.0",
"phpunit/phpcov": "~
5
.0",
"phpunit/phpunit": "~
7
.0"
},
"type": "library",
"extra": {
...
...
@@ -70,24 +70,24 @@
"log-viewer",
"logviewer"
],
"time": "201
7-10-28T10:32:04
+00:00"
"time": "201
8-02-08T15:42:11
+00:00"
},
{
"name": "arcanedev/no-captcha",
"version": "5.0.
2
",
"version": "5.0.
1
",
"source": {
"type": "git",
"url": "https://github.com/ARCANEDEV/noCAPTCHA.git",
"reference": "
97010dcd6b83e73ae629f1c33975bbee2f15ea84
"
"reference": "
c02d7f1ef25d281f304b9af460a13f4601bbc44c
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ARCANEDEV/noCAPTCHA/zipball/
97010dcd6b83e73ae629f1c33975bbee2f15ea84
",
"reference": "
97010dcd6b83e73ae629f1c33975bbee2f15ea84
",
"url": "https://api.github.com/repos/ARCANEDEV/noCAPTCHA/zipball/
c02d7f1ef25d281f304b9af460a13f4601bbc44c
",
"reference": "
c02d7f1ef25d281f304b9af460a13f4601bbc44c
",
"shasum": ""
},
"require": {
"arcanedev/support": "~4.
2.
0",
"arcanedev/support": "~4.0",
"ext-curl": "*",
"ext-json": "*",
"php": ">=7.0",
...
...
@@ -95,7 +95,6 @@
},
"require-dev": {
"arcanedev/laravel-html": "~5.0",
"orchestra/testbench": "~3.5.0",
"phpunit/phpcov": "~4.0",
"phpunit/phpunit": "~6.0"
},
...
...
@@ -137,31 +136,31 @@
"no-captcha",
"recaptcha"
],
"time": "201
8-02-12T05:16:30
+00:00"
"time": "201
7-09-08T13:38:56
+00:00"
},
{
"name": "arcanedev/support",
"version": "4.
2.2
",
"version": "4.
3.0
",
"source": {
"type": "git",
"url": "https://github.com/ARCANEDEV/Support.git",
"reference": "
525166d89920e83b07efbb2fbccc5b128484cf0f
"
"reference": "
23478c1439c8bdcb7aaf26b817b4886d6c52d423
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ARCANEDEV/Support/zipball/
525166d89920e83b07efbb2fbccc5b128484cf0f
",
"reference": "
525166d89920e83b07efbb2fbccc5b128484cf0f
",
"url": "https://api.github.com/repos/ARCANEDEV/Support/zipball/
23478c1439c8bdcb7aaf26b817b4886d6c52d423
",
"reference": "
23478c1439c8bdcb7aaf26b817b4886d6c52d423
",
"shasum": ""
},
"require": {
"illuminate/filesystem": "~5.
5
.0",
"illuminate/support": "~5.
5
.0",
"php": ">=7.
0
"
"illuminate/filesystem": "~5.
6
.0",
"illuminate/support": "~5.
6
.0",
"php": ">=7.
1.3
"
},
"require-dev": {
"orchestra/testbench": "~3.
5
.0",
"phpunit/phpcov": "~
4
.0",
"phpunit/phpunit": "~
6
.0"
"orchestra/testbench": "~3.
6
.0",
"phpunit/phpcov": "~
5
.0",
"phpunit/phpunit": "~
7
.0"
},
"type": "library",
"autoload": {
...
...
@@ -192,55 +191,7 @@
"laravel",
"support"
],
"time": "2018-02-07T18:22:19+00:00"
},
{
"name": "codedungeon/phpunit-result-printer",
"version": "0.4.4",
"source": {
"type": "git",
"url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git",
"reference": "1f41a61732ad267af9fe9ab6b5eefae029c616d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/1f41a61732ad267af9fe9ab6b5eefae029c616d0",
"reference": "1f41a61732ad267af9fe9ab6b5eefae029c616d0",
"shasum": ""
},
"require": {
"hassankhan/config": "^0.10.0",
"symfony/yaml": "^3.3|^4.0"
},
"require-dev": {
"phpunit/phpunit": ">=5.2",
"spatie/phpunit-watcher": "^1.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Codedungeon\\PHPUnitPrettyResultPrinter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike Erickson",
"email": "codedungeon@gmail.com"
}
],
"description": "PHPUnit Pretty Result Printer",
"keywords": [
"composer",
"package",
"phpunit",
"printer",
"result-printer"
],
"time": "2017-12-22T18:50:24+00:00"
"time": "2018-02-08T00:42:15+00:00"
},
{
"name": "creativeorange/gravatar",
...
...
@@ -288,28 +239,28 @@
},
{
"name": "davejamesmiller/laravel-breadcrumbs",
"version": "
4.2
.0",
"version": "
5.0
.0",
"source": {
"type": "git",
"url": "https://github.com/davejamesmiller/laravel-breadcrumbs.git",
"reference": "
368d7b3a2cd21fe2e648756e5d01d3fe4fbe98e1
"
"reference": "
590cb313d783460bdac4d3a801c83e6ecf561eb7
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/
368d7b3a2cd21fe2e648756e5d01d3fe4fbe98e1
",
"reference": "
368d7b3a2cd21fe2e648756e5d01d3fe4fbe98e1
",
"url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/
590cb313d783460bdac4d3a801c83e6ecf561eb7
",
"reference": "
590cb313d783460bdac4d3a801c83e6ecf561eb7
",
"shasum": ""
},
"require": {
"illuminate/support": "5.
5
.*",
"illuminate/view": "5.
5
.*",
"php": ">=7.
0.0
"
"illuminate/support": "5.
6
.*",
"illuminate/view": "5.
6
.*",
"php": ">=7.
1.3
"
},
"require-dev": {
"laravel/framework": "5.
5
.*",
"orchestra/testbench": "3.
5
.*",
"php
unit/phpunit": "6.*
",
"
satooshi/php-coveralls": "1.0
.*"
"laravel/framework": "5.
6
.*",
"orchestra/testbench": "3.
6
.*",
"php
-coveralls/php-coveralls": "^1.0
",
"
phpunit/phpunit": "7
.*"
},
"type": "library",
"extra": {
...
...
@@ -329,7 +280,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT
License
"
"MIT"
],
"authors": [
{
...
...
@@ -343,7 +294,7 @@
"keywords": [
"laravel"
],
"time": "201
7-09-14T08:23:50
+00:00"
"time": "201
8-02-10T19:00:08
+00:00"
},
{
"name": "dnoegel/php-xdg-base-dir",
...
...
@@ -854,6 +805,55 @@
],
"time": "2014-09-09T13:34:57+00:00"
},
{
"name": "dragonmantank/cron-expression",
"version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8a84aee649c3a3ba03a721c1fb080e08dfbcd68b",
"reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"time": "2017-10-12T15:59:13+00:00"
},
{
"name": "egulias/email-validator",
"version": "2.1.3",
...
...
@@ -913,16 +913,16 @@
},
{
"name": "erusev/parsedown",
"version": "1.
6.4
",
"version": "1.
7.0
",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "
fbe3fe878f4fe69048bb8a52783a09802004f548
"
"reference": "
6678d59be48c4be64eaca6ce70bea48a09488cc2
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/
fbe3fe878f4fe69048bb8a52783a09802004f548
",
"reference": "
fbe3fe878f4fe69048bb8a52783a09802004f548
",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/
6678d59be48c4be64eaca6ce70bea48a09488cc2
",
"reference": "
6678d59be48c4be64eaca6ce70bea48a09488cc2
",
"shasum": ""
},
"require": {
...
...
@@ -954,20 +954,20 @@
"markdown",
"parser"
],
"time": "201
7-11-14T20:44:03
+00:00"
"time": "201
8-02-28T11:41:37
+00:00"
},
{
"name": "fideloper/proxy",
"version": "
3.3.4
",
"version": "
4.0.0
",
"source": {
"type": "git",
"url": "https://github.com/fideloper/TrustedProxy.git",
"reference": "
9cdf6f118af58d89764249bbcc7bb260c132924f
"
"reference": "
cf8a0ca4b85659b9557e206c90110a6a4dba980a
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/
9cdf6f118af58d89764249bbcc7bb260c132924f
",
"reference": "
9cdf6f118af58d89764249bbcc7bb260c132924f
",
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/
cf8a0ca4b85659b9557e206c90110a6a4dba980a
",
"reference": "
cf8a0ca4b85659b9557e206c90110a6a4dba980a
",
"shasum": ""
},
"require": {
...
...
@@ -975,15 +975,12 @@
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/http": "~5.
0
",
"mockery/mockery": "~
0.9.3
",
"phpunit/phpunit": "^
5.7
"
"illuminate/http": "~5.
6
",
"mockery/mockery": "~
1.0
",
"phpunit/phpunit": "^
6.0
"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3-dev"
},
"laravel": {
"providers": [
"Fideloper\\Proxy\\TrustedProxyServiceProvider"
...
...
@@ -1011,7 +1008,7 @@
"proxy",
"trusted proxy"
],
"time": "201
7-06-15T17:19:42
+00:00"
"time": "201
8-02-07T20:20:57
+00:00"
},
{
"name": "guzzlehttp/guzzle",
...
...
@@ -1194,63 +1191,6 @@
],
"time": "2017-03-20T17:10:46+00:00"
},
{
"name": "hassankhan/config",
"version": "0.10.0",
"source": {
"type": "git",
"url": "https://github.com/hassankhan/config.git",
"reference": "06ac500348af033f1a2e44dc357ca86282626d4a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hassankhan/config/zipball/06ac500348af033f1a2e44dc357ca86282626d4a",
"reference": "06ac500348af033f1a2e44dc357ca86282626d4a",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.2"
},
"suggest": {
"symfony/yaml": "~2.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Noodlehaus\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Hassan Khan",
"homepage": "http://hassankhan.me/",
"role": "Developer"
}
],
"description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files",
"homepage": "http://hassankhan.me/config/",
"keywords": [
"config",
"configuration",
"ini",
"json",
"microphp",
"unframework",
"xml",
"yaml",
"yml"
],
"time": "2016-02-11T16:21:17+00:00"
},
{
"name": "hieu-le/active",
"version": "3.5.1",
...
...
@@ -1473,41 +1413,41 @@
},
{
"name": "laravel/framework",
"version": "v5.
5.35
",
"version": "v5.
6.7
",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "
b0e15382ecf51a082ef8b2ae0d26f62972f6c3ce
"
"reference": "
18402cd4b83fd1d944f3baa0d8cc26d7dfcce333
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/
b0e15382ecf51a082ef8b2ae0d26f62972f6c3ce
",
"reference": "
b0e15382ecf51a082ef8b2ae0d26f62972f6c3ce
",
"url": "https://api.github.com/repos/laravel/framework/zipball/
18402cd4b83fd1d944f3baa0d8cc26d7dfcce333
",
"reference": "
18402cd4b83fd1d944f3baa0d8cc26d7dfcce333
",
"shasum": ""
},
"require": {
"doctrine/inflector": "~1.1",
"erusev/parsedown": "~1.6",
"dragonmantank/cron-expression": "~2.0",
"erusev/parsedown": "~1.7",
"ext-mbstring": "*",
"ext-openssl": "*",
"league/flysystem": "~1.0",
"monolog/monolog": "~1.12",
"mtdowling/cron-expression": "~1.0",
"nesbot/carbon": "~1.20",
"php": ">=7.0",
"nesbot/carbon": "^1.22.1",
"php": "^7.1.3",
"psr/container": "~1.0",
"psr/simple-cache": "^1.0",
"ramsey/uuid": "
~3.0
",
"ramsey/uuid": "
^3.7
",
"swiftmailer/swiftmailer": "~6.0",
"symfony/console": "~
3.3
",
"symfony/debug": "~
3.3
",
"symfony/finder": "~
3.3
",
"symfony/http-foundation": "~
3.3
",
"symfony/http-kernel": "~
3.3
",
"symfony/process": "~
3.3
",
"symfony/routing": "~
3.3
",
"symfony/var-dumper": "~
3.3
",
"tijsverkoyen/css-to-inline-styles": "
~2.2
",
"symfony/console": "~
4.0
",
"symfony/debug": "~
4.0
",
"symfony/finder": "~
4.0
",
"symfony/http-foundation": "~
4.0
",
"symfony/http-kernel": "~
4.0
",
"symfony/process": "~
4.0
",
"symfony/routing": "~
4.0
",
"symfony/var-dumper": "~
4.0
",
"tijsverkoyen/css-to-inline-styles": "
^2.2.1
",
"vlucas/phpdotenv": "~2.2"
},
"replace": {
...
...
@@ -1543,19 +1483,20 @@
},
"require-dev": {
"aws/aws-sdk-php": "~3.0",
"doctrine/dbal": "~2.
5
",
"doctrine/dbal": "~2.
6
",
"filp/whoops": "^2.1.4",
"mockery/mockery": "~1.0",
"orchestra/testbench-core": "3.5.*",
"moontoast/math": "^1.1",
"orchestra/testbench-core": "3.6.*",
"pda/pheanstalk": "~3.0",
"phpunit/phpunit": "~
6
.0",
"phpunit/phpunit": "~
7
.0",
"predis/predis": "^1.1.1",
"symfony/css-selector": "~
3.3
",
"symfony/dom-crawler": "~
3.3
"
"symfony/css-selector": "~
4.0
",
"symfony/dom-crawler": "~
4.0
"
},
"suggest": {
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.
5
).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.
6
).",
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
"fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
...
...
@@ -1564,18 +1505,19 @@
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
"league/flysystem-cached-adapter": "Required to use Flysystem caching (~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).",
"nexmo/client": "Required to use the Nexmo transport (~1.0).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (~3.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 (~
3.3
).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~
3.3
).",
"symfony/css-selector": "Required to use some of the crawler integration testing tools (~
4.0
).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~
4.0
).",
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.
5
-dev"
"dev-master": "5.
6
-dev"
}
},
"autoload": {
...
...
@@ -1603,7 +1545,7 @@
"framework",
"laravel"
],
"time": "2018-02-2
2T19:56:29
+00:00"
"time": "2018-02-2
8T14:50:53
+00:00"
},
{
"name": "laravel/socialite",
...
...
@@ -1732,34 +1674,36 @@
},
{
"name": "laravelcollective/html",
"version": "v5.
5
.3",
"version": "v5.
6
.3",
"source": {
"type": "git",
"url": "https://github.com/LaravelCollective/html.git",
"reference": "
b79edc7acf574144c9811277286b4cafee8a07cc
"
"reference": "
41cd9291a69bd24f2184e504be041348a87308a8
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/
b79edc7acf574144c9811277286b4cafee8a07cc
",
"reference": "
b79edc7acf574144c9811277286b4cafee8a07cc
",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/
41cd9291a69bd24f2184e504be041348a87308a8
",
"reference": "
41cd9291a69bd24f2184e504be041348a87308a8
",
"shasum": ""
},
"require": {
"illuminate/http": "5.
5
.*",
"illuminate/routing": "5.
5
.*",
"illuminate/session": "5.
5
.*",
"illuminate/support": "5.
5
.*",
"illuminate/view": "5.
5
.*",
"php": ">=7.
0.0
"
"illuminate/http": "5.
6
.*",
"illuminate/routing": "5.
6
.*",
"illuminate/session": "5.
6
.*",
"illuminate/support": "5.
6
.*",
"illuminate/view": "5.
6
.*",
"php": ">=7.
1.3
"
},
"require-dev": {
"illuminate/database": "5.
5
.*",
"mockery/mockery": "~
0.9.4
",
"illuminate/database": "5.
6
.*",
"mockery/mockery": "~
1.0
",
"phpunit/phpunit": "~5.4"
},
"type": "library",
"extra": {
"branch-alias": [],
"branch-alias": {
"dev-master": "5.6-dev"
},
"laravel": {
"providers": [
"Collective\\Html\\HtmlServiceProvider"
...
...
@@ -1794,7 +1738,7 @@
],
"description": "HTML and Form Builders for the Laravel Framework",
"homepage": "https://laravelcollective.com",
"time": "2018-02-12T14:19:
55
+00:00"
"time": "2018-02-12T14:19:
42
+00:00"
},
{
"name": "lcobucci/jwt",
...
...
@@ -1856,16 +1800,16 @@
},
{
"name": "league/flysystem",
"version": "1.0.4
2
",
"version": "1.0.4
3
",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "
09eabc54e199950041aef258a85847676496fe8e
"
"reference": "
1ce7cc142d906ba58dc54c82915d355a9191c8a8
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
09eabc54e199950041aef258a85847676496fe8e
",
"reference": "
09eabc54e199950041aef258a85847676496fe8e
",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
1ce7cc142d906ba58dc54c82915d355a9191c8a8
",
"reference": "
1ce7cc142d906ba58dc54c82915d355a9191c8a8
",
"shasum": ""
},
"require": {
...
...
@@ -1936,7 +1880,7 @@
"sftp",
"storage"
],
"time": "2018-0
1-27T16:03:56
+00:00"
"time": "2018-0
3-01T10:27:04
+00:00"
},
{
"name": "league/oauth1-client",
...
...
@@ -2079,50 +2023,6 @@
],
"time": "2017-06-19T01:22:40+00:00"
},
{
"name": "mtdowling/cron-expression",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/mtdowling/cron-expression.git",
"reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
"reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"time": "2017-01-23T04:29:33+00:00"
},
{
"name": "namshi/jose",
"version": "7.2.3",
...
...
@@ -2188,25 +2088,25 @@
},
{
"name": "nesbot/carbon",
"version": "1.2
2.1
",
"version": "1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "
7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc
"
"reference": "
4a874a39b2b00d7e0146cd46fab6f47c41ce9e65
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/
7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc
",
"reference": "
7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc
",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/
4a874a39b2b00d7e0146cd46fab6f47c41ce9e65
",
"reference": "
4a874a39b2b00d7e0146cd46fab6f47c41ce9e65
",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/translation": "~2.6 || ~3.0"
"symfony/translation": "~2.6 || ~3.0
|| ~4.0
"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2",
"phpunit/phpunit": "
~4.0 || ~5.0
"
"phpunit/phpunit": "
^4.8.35 || ^5.7
"
},
"type": "library",
"extra": {
...
...
@@ -2237,20 +2137,20 @@
"datetime",
"time"
],
"time": "201
7-01-16T07:55:07
+00:00"
"time": "201
8-02-28T09:22:05
+00:00"
},
{
"name": "nikic/php-parser",
"version": "v3.1.
4
",
"version": "v3.1.
5
",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "
e57b3a09784f846411aa7ed664eedb73e3399078
"
"reference": "
bb87e28e7d7b8d9a7fda231d37457c9210faf6ce
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/
e57b3a09784f846411aa7ed664eedb73e3399078
",
"reference": "
e57b3a09784f846411aa7ed664eedb73e3399078
",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/
bb87e28e7d7b8d9a7fda231d37457c9210faf6ce
",
"reference": "
bb87e28e7d7b8d9a7fda231d37457c9210faf6ce
",
"shasum": ""
},
"require": {
...
...
@@ -2288,7 +2188,7 @@
"parser",
"php"
],
"time": "2018-0
1-25T21:31:33
+00:00"
"time": "2018-0
2-28T20:30:58
+00:00"
},
{
"name": "paragonie/random_compat",
...
...
@@ -2486,16 +2386,16 @@
},
{
"name": "psr/simple-cache",
"version": "1.0.
0
",
"version": "1.0.
1
",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "
753fa598e8f3b9966c886fe13f370baa45ef0e24
"
"reference": "
408d5eafb83c57f6365a3ca330ff23aa4a5fa39b
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/
753fa598e8f3b9966c886fe13f370baa45ef0e24
",
"reference": "
753fa598e8f3b9966c886fe13f370baa45ef0e24
",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/
408d5eafb83c57f6365a3ca330ff23aa4a5fa39b
",
"reference": "
408d5eafb83c57f6365a3ca330ff23aa4a5fa39b
",
"shasum": ""
},
"require": {
...
...
@@ -2530,7 +2430,7 @@
"psr-16",
"simple-cache"
],
"time": "2017-
01-02T13:31:39
+00:00"
"time": "2017-
10-23T01:57:42
+00:00"
},
{
"name": "psy/psysh",
...
...
@@ -2741,21 +2641,20 @@
},
{
"name": "symfony/console",
"version": "v
3.4.4
",
"version": "v
4.0.5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "
26b6f419edda16c19775211987651cb27baea7f
1"
"reference": "
555c8dbe0ae9e561740451eabdbed2cc554b6a5
1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/
26b6f419edda16c19775211987651cb27baea7f
1",
"reference": "
26b6f419edda16c19775211987651cb27baea7f
1",
"url": "https://api.github.com/repos/symfony/console/zipball/
555c8dbe0ae9e561740451eabdbed2cc554b6a5
1",
"reference": "
555c8dbe0ae9e561740451eabdbed2cc554b6a5
1",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/debug": "~2.8|~3.0|~4.0",
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
...
...
@@ -2764,11 +2663,11 @@
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.
3
|~4.0",
"symfony/config": "~3.
4
|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~
2.8|~3.0
|~4.0",
"symfony/event-dispatcher": "~
3.4
|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.
3
|~4.0"
"symfony/process": "~3.
4
|~4.0"
},
"suggest": {
"psr/log": "For using the console logger",
...
...
@@ -2779,7 +2678,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
3.4
-dev"
"dev-master": "
4.0
-dev"
}
},
"autoload": {
...
...
@@ -2806,20 +2705,20 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2018-0
1-29T09:03:43
+00:00"
"time": "2018-0
2-26T15:55:47
+00:00"
},
{
"name": "symfony/css-selector",
"version": "v3.4.
4
",
"version": "v3.4.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "
e66394bc7610e69279bfdb3ab11b4fe65403f556
"
"reference": "
544655f1fc078a9cd839fdda2b7b1e64627c826a
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/
e66394bc7610e69279bfdb3ab11b4fe65403f556
",
"reference": "
e66394bc7610e69279bfdb3ab11b4fe65403f556
",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/
544655f1fc078a9cd839fdda2b7b1e64627c826a
",
"reference": "
544655f1fc078a9cd839fdda2b7b1e64627c826a
",
"shasum": ""
},
"require": {
...
...
@@ -2859,36 +2758,36 @@
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
"time": "2018-0
1-03T07:37:34
+00:00"
"time": "2018-0
2-03T14:55:07
+00:00"
},
{
"name": "symfony/debug",
"version": "v
3.4.4
",
"version": "v
4.0.5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "
53f6af2805daf52a43b393b93d2f24925d35c937
"
"reference": "
1721e4e7effb23480966690cdcdc7d2a4152d489
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/
53f6af2805daf52a43b393b93d2f24925d35c937
",
"reference": "
53f6af2805daf52a43b393b93d2f24925d35c937
",
"url": "https://api.github.com/repos/symfony/debug/zipball/
1721e4e7effb23480966690cdcdc7d2a4152d489
",
"reference": "
1721e4e7effb23480966690cdcdc7d2a4152d489
",
"shasum": ""
},
"require": {
"php": "^
5.5.9|>=7.0.8
",
"php": "^
7.1.3
",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": "
>=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2
"
"symfony/http-kernel": "
<3.4
"
},
"require-dev": {
"symfony/http-kernel": "~
2.8|~3.0
|~4.0"
"symfony/http-kernel": "~
3.4
|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
3.4
-dev"
"dev-master": "
4.0
-dev"
}
},
"autoload": {
...
...
@@ -2915,20 +2814,20 @@
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"time": "2018-0
1-18T22:16:57
+00:00"
"time": "2018-0
2-28T21:50:02
+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v4.0.
4
",
"version": "v4.0.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "
74d33aac36208c4d6757807d9f598f0133a3a4eb
"
"reference": "
85eaf6a8ec915487abac52e133efc4a268204428
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
74d33aac36208c4d6757807d9f598f0133a3a4eb
",
"reference": "
74d33aac36208c4d6757807d9f598f0133a3a4eb
",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/
85eaf6a8ec915487abac52e133efc4a268204428
",
"reference": "
85eaf6a8ec915487abac52e133efc4a268204428
",
"shasum": ""
},
"require": {
...
...
@@ -2978,29 +2877,29 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2018-0
1-03T07:38:0
0+00:00"
"time": "2018-0
2-14T14:11:1
0+00:00"
},
{
"name": "symfony/finder",
"version": "v
3.4.4
",
"version": "v
4.0.5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "
613e26310776f49a1773b6737c6bd554b8bc8c6f
"
"reference": "
552e244df10237f845a94fd64b194f848805e34b
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/
613e26310776f49a1773b6737c6bd554b8bc8c6f
",
"reference": "
613e26310776f49a1773b6737c6bd554b8bc8c6f
",
"url": "https://api.github.com/repos/symfony/finder/zipball/
552e244df10237f845a94fd64b194f848805e34b
",
"reference": "
552e244df10237f845a94fd64b194f848805e34b
",
"shasum": ""
},
"require": {
"php": "^
5.5.9|>=7.0.8
"
"php": "^
7.1.3
"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
3.4
-dev"
"dev-master": "
4.0
-dev"
}
},
"autoload": {
...
...
@@ -3027,34 +2926,33 @@
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"time": "2018-0
1-03T07:37:3
4+00:00"
"time": "2018-0
2-11T17:17:4
4+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v
3.4.4
",
"version": "v
4.0.5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "
8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30
"
"reference": "
94139989e51193e62a46bc87741ae05c8e8390f5
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30
",
"reference": "
8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30
",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
94139989e51193e62a46bc87741ae05c8e8390f5
",
"reference": "
94139989e51193e62a46bc87741ae05c8e8390f5
",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php70": "~1.6"
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.1"
},
"require-dev": {
"symfony/expression-language": "~
2.8|~3.0
|~4.0"
"symfony/expression-language": "~
3.4
|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
3.4
-dev"
"dev-master": "
4.0
-dev"
}
},
"autoload": {
...
...
@@ -3081,33 +2979,33 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2018-0
1-29T09:03:43
+00:00"
"time": "2018-0
2-22T10:50:29
+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v
3.4.4
",
"version": "v
4.0.5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "
911d2e5dd4beb63caad9a72e43857de98430190
7"
"reference": "
77cf672c855f038b1b916201d00b1d55899ee8e
7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
911d2e5dd4beb63caad9a72e43857de98430190
7",
"reference": "
911d2e5dd4beb63caad9a72e43857de98430190
7",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
77cf672c855f038b1b916201d00b1d55899ee8e
7",
"reference": "
77cf672c855f038b1b916201d00b1d55899ee8e
7",
"shasum": ""
},
"require": {
"php": "^
5.5.9|>=7.0.8
",
"php": "^
7.1.3
",
"psr/log": "~1.0",
"symfony/debug": "~
2.8|~3.0
|~4.0",
"symfony/event-dispatcher": "~
2.8|~3.0
|~4.0",
"symfony/http-foundation": "
^3.4.4|^
4.0.4"
"symfony/debug": "~
3.4
|~4.0",
"symfony/event-dispatcher": "~
3.4
|~4.0",
"symfony/http-foundation": "
~3.4.4|~
4.0.4"
},
"conflict": {
"symfony/config": "<
2.8
",
"symfony/dependency-injection": "<3.4",
"symfony/var-dumper": "<3.
3
",
"symfony/config": "<
3.4
",
"symfony/dependency-injection": "<3.4
.5|<4.0.5,>=4
",
"symfony/var-dumper": "<3.
4
",
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
...
...
@@ -3115,34 +3013,32 @@
},
"require-dev": {
"psr/cache": "~1.0",
"symfony/browser-kit": "~2.8|~3.0|~4.0",
"symfony/class-loader": "~2.8|~3.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/console": "~2.8|~3.0|~4.0",
"symfony/css-selector": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/dom-crawler": "~2.8|~3.0|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/process": "~2.8|~3.0|~4.0",
"symfony/browser-kit": "~3.4|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
"symfony/dependency-injection": "^3.4.5|^4.0.5",
"symfony/dom-crawler": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/stopwatch": "~
2.8|~3.0
|~4.0",
"symfony/templating": "~
2.8|~3.0
|~4.0",
"symfony/translation": "~
2.8|~3.0
|~4.0",
"symfony/var-dumper": "~3.
3
|~4.0"
"symfony/stopwatch": "~
3.4
|~4.0",
"symfony/templating": "~
3.4
|~4.0",
"symfony/translation": "~
3.4
|~4.0",
"symfony/var-dumper": "~3.
4
|~4.0"
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/finder": "",
"symfony/var-dumper": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
3.4
-dev"
"dev-master": "
4.0
-dev"
}
},
"autoload": {
...
...
@@ -3169,7 +3065,7 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"time": "2018-0
1-29T12:29:46
+00:00"
"time": "2018-0
3-01T19:48:35
+00:00"
},
{
"name": "symfony/polyfill-mbstring",
...
...
@@ -3287,21 +3183,20 @@
"time": "2018-01-30T19:27:44+00:00"
},
{
"name": "symfony/polyfill-php7
0
",
"name": "symfony/polyfill-php7
2
",
"version": "v1.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php7
0
.git",
"reference": "
3532bfcd8f933a7816f3a0a59682fc404776600f
"
"url": "https://github.com/symfony/polyfill-php7
2
.git",
"reference": "
8eca20c8a369e069d4f4c2ac9895144112867422
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php7
0/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f
",
"reference": "
3532bfcd8f933a7816f3a0a59682fc404776600f
",
"url": "https://api.github.com/repos/symfony/polyfill-php7
2/zipball/8eca20c8a369e069d4f4c2ac9895144112867422
",
"reference": "
8eca20c8a369e069d4f4c2ac9895144112867422
",
"shasum": ""
},
"require": {
"paragonie/random_compat": "~1.0|~2.0",
"php": ">=5.3.3"
},
"type": "library",
...
...
@@ -3312,13 +3207,10 @@
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php7
0
\\": ""
"Symfony\\Polyfill\\Php7
2
\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
...
...
@@ -3335,7 +3227,7 @@
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.
0
+ features to lower PHP versions",
"description": "Symfony polyfill backporting some PHP 7.
2
+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
...
...
@@ -3343,7 +3235,7 @@
"portable",
"shim"
],
"time": "2018-01-3
0T19:27:4
4+00:00"
"time": "2018-01-3
1T17:43:2
4+00:00"
},
{
"name": "symfony/polyfill-util",
...
...
@@ -3399,25 +3291,25 @@
},
{
"name": "symfony/process",
"version": "v
3.4.4
",
"version": "v
4.0.5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "
09a5172057be8fc677840e591b17f385e58c7c0d
"
"reference": "
6ed08502a7c9559da8e60ea343bdbd19c3350b3e
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/
09a5172057be8fc677840e591b17f385e58c7c0d
",
"reference": "
09a5172057be8fc677840e591b17f385e58c7c0d
",
"url": "https://api.github.com/repos/symfony/process/zipball/
6ed08502a7c9559da8e60ea343bdbd19c3350b3e
",
"reference": "
6ed08502a7c9559da8e60ea343bdbd19c3350b3e
",
"shasum": ""
},
"require": {
"php": "^
5.5.9|>=7.0.8
"
"php": "^
7.1.3
"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
3.4
-dev"
"dev-master": "
4.0
-dev"
}
},
"autoload": {
...
...
@@ -3444,38 +3336,38 @@
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"time": "2018-0
1-29T09:03
:43+00:00"
"time": "2018-0
2-19T12:18
:43+00:00"
},
{
"name": "symfony/routing",
"version": "v
3.4.4
",
"version": "v
4.0.5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "
235d01730d553a97732990588407eaf6779bb4b2
"
"reference": "
9c6268c1970c7e507bedc8946bece32a7db23515
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/
235d01730d553a97732990588407eaf6779bb4b2
",
"reference": "
235d01730d553a97732990588407eaf6779bb4b2
",
"url": "https://api.github.com/repos/symfony/routing/zipball/
9c6268c1970c7e507bedc8946bece32a7db23515
",
"reference": "
9c6268c1970c7e507bedc8946bece32a7db23515
",
"shasum": ""
},
"require": {
"php": "^
5.5.9|>=7.0.8
"
"php": "^
7.1.3
"
},
"conflict": {
"symfony/config": "<
2.8
",
"symfony/dependency-injection": "<3.
3
",
"symfony/config": "<
3.4
",
"symfony/dependency-injection": "<3.
4
",
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/common": "~2.2",
"psr/log": "~1.0",
"symfony/config": "~
2.8|~3.0
|~4.0",
"symfony/dependency-injection": "~3.
3
|~4.0",
"symfony/expression-language": "~
2.8|~3.0
|~4.0",
"symfony/http-foundation": "~
2.8|~3.0
|~4.0",
"symfony/config": "~
3.4
|~4.0",
"symfony/dependency-injection": "~3.
4
|~4.0",
"symfony/expression-language": "~
3.4
|~4.0",
"symfony/http-foundation": "~
3.4
|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
...
...
@@ -3489,7 +3381,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
3.4
-dev"
"dev-master": "
4.0
-dev"
}
},
"autoload": {
...
...
@@ -3522,37 +3414,37 @@
"uri",
"url"
],
"time": "2018-0
1-16T18:03:57
+00:00"
"time": "2018-0
2-28T21:50:02
+00:00"
},
{
"name": "symfony/translation",
"version": "v
3.4.4
",
"version": "v
4.0.5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "
10b32cf0eae28b9b39fe26c456c42b19854c4b84
"
"reference": "
e20a9b7f9f62cb33a11638b345c248e7d510c938
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/
10b32cf0eae28b9b39fe26c456c42b19854c4b84
",
"reference": "
10b32cf0eae28b9b39fe26c456c42b19854c4b84
",
"url": "https://api.github.com/repos/symfony/translation/zipball/
e20a9b7f9f62cb33a11638b345c248e7d510c938
",
"reference": "
e20a9b7f9f62cb33a11638b345c248e7d510c938
",
"shasum": ""
},
"require": {
"php": "^
5.5.9|>=7.0.8
",
"php": "^
7.1.3
",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/config": "<
2.8
",
"symfony/config": "<
3.4
",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~
2.8|~3.0
|~4.0",
"symfony/config": "~
3.4
|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/intl": "
^2.8.18|^3.2.5
|~4.0",
"symfony/intl": "
~3.4
|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
...
...
@@ -3563,7 +3455,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
3.4
-dev"
"dev-master": "
4.0
-dev"
}
},
"autoload": {
...
...
@@ -3590,25 +3482,26 @@
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"time": "2018-0
1-18T22:16:57
+00:00"
"time": "2018-0
2-22T10:50:29
+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v
3.4.4
",
"version": "v
4.0.5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "
472a9849930cf21f73abdb02240f17cf5b5bd1a7
"
"reference": "
c7d89044ed6ed3b7d8b558d509cca0666b947e58
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
472a9849930cf21f73abdb02240f17cf5b5bd1a7
",
"reference": "
472a9849930cf21f73abdb02240f17cf5b5bd1a7
",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
c7d89044ed6ed3b7d8b558d509cca0666b947e58
",
"reference": "
c7d89044ed6ed3b7d8b558d509cca0666b947e58
",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.0"
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
...
...
@@ -3619,13 +3512,12 @@
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"ext-symfony_debug": ""
"ext-intl": "To show region name in time zone dump"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
3.4
-dev"
"dev-master": "
4.0
-dev"
}
},
"autoload": {
...
...
@@ -3659,65 +3551,7 @@
"debug",
"dump"
],
"time": "2018-01-29T09:03:43+00:00"
},
{
"name": "symfony/yaml",
"version": "v4.0.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/ffc60bda1d4a00ec0b32eeabf39dc017bf480028",
"reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2018-01-21T19:06:11+00:00"
"time": "2018-02-26T15:55:47+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
...
...
@@ -4138,6 +3972,55 @@
"description": "To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.",
"time": "2017-12-16T18:48:20+00:00"
},
{
"name": "codedungeon/phpunit-result-printer",
"version": "0.6.1",
"source": {
"type": "git",
"url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git",
"reference": "e4cbf937b422bd2ce5ff9929e77592eb8188dbe6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/e4cbf937b422bd2ce5ff9929e77592eb8188dbe6",
"reference": "e4cbf937b422bd2ce5ff9929e77592eb8188dbe6",
"shasum": ""
},
"require": {
"hassankhan/config": "^0.10.0",
"php": "^7.1",
"symfony/yaml": "^2.7|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": ">=5.2",
"spatie/phpunit-watcher": "^1.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Codedungeon\\PHPUnitPrettyResultPrinter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike Erickson",
"email": "codedungeon@gmail.com"
}
],
"description": "PHPUnit Pretty Result Printer",
"keywords": [
"composer",
"package",
"phpunit",
"printer",
"result-printer"
],
"time": "2018-03-02T23:02:03+00:00"
},
{
"name": "doctrine/instantiator",
"version": "1.1.0",
...
...
@@ -4348,23 +4231,79 @@
],
"time": "2015-05-11T14:41:42+00:00"
},
{
"name": "hassankhan/config",
"version": "0.10.0",
"source": {
"type": "git",
"url": "https://github.com/hassankhan/config.git",
"reference": "06ac500348af033f1a2e44dc357ca86282626d4a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hassankhan/config/zipball/06ac500348af033f1a2e44dc357ca86282626d4a",
"reference": "06ac500348af033f1a2e44dc357ca86282626d4a",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.2"
},
"suggest": {
"symfony/yaml": "~2.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Noodlehaus\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Hassan Khan",
"homepage": "http://hassankhan.me/",
"role": "Developer"
}
],
"description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files",
"homepage": "http://hassankhan.me/config/",
"keywords": [
"config",
"configuration",
"ini",
"json",
"microphp",
"unframework",
"xml",
"yaml",
"yml"
],
"time": "2016-02-11T16:21:17+00:00"
},
{
"name": "laravel/browser-kit-testing",
"version": "v2.0.
1
",
"version": "v2.0.
0
",
"source": {
"type": "git",
"url": "https://github.com/laravel/browser-kit-testing.git",
"reference": "
f0bb9f200ec35f9d876ded6eacfbc60868d311b9
"
"reference": "
23f1a7eefcbca0797305b236600aa5426c9528f2
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/
f0bb9f200ec35f9d876ded6eacfbc60868d311b9
",
"reference": "
f0bb9f200ec35f9d876ded6eacfbc60868d311b9
",
"url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/
23f1a7eefcbca0797305b236600aa5426c9528f2
",
"reference": "
23f1a7eefcbca0797305b236600aa5426c9528f2
",
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"phpunit/phpunit": "~6.0",
"symfony/css-selector": "~3.1",
"symfony/dom-crawler": "~3.1"
},
...
...
@@ -4394,7 +4333,7 @@
"laravel",
"testing"
],
"time": "2017-0
6-21T11:44:53
+00:00"
"time": "2017-0
5-26T12:46:48
+00:00"
},
{
"name": "maximebf/debugbar",
...
...
@@ -4886,40 +4825,40 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "
5.3.0
",
"version": "
6.0.1
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "
661f34d0bd3f1a7225ef491a70a020ad23a057a1
"
"reference": "
f8ca4b604baf23dab89d87773c28cc07405189ba
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
661f34d0bd3f1a7225ef491a70a020ad23a057a1
",
"reference": "
661f34d0bd3f1a7225ef491a70a020ad23a057a1
",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
f8ca4b604baf23dab89d87773c28cc07405189ba
",
"reference": "
f8ca4b604baf23dab89d87773c28cc07405189ba
",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^7.
0
",
"php": "^7.
1
",
"phpunit/php-file-iterator": "^1.4.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^
2.0.1
",
"phpunit/php-token-stream": "^
3.0
",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^3.0",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^
6
.0"
"phpunit/phpunit": "^
7
.0"
},
"suggest": {
"ext-xdebug": "^2.
5.5
"
"ext-xdebug": "^2.
6.0
"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
5.3.x
-dev"
"dev-master": "
6.0
-dev"
}
},
"autoload": {
...
...
@@ -4945,7 +4884,7 @@
"testing",
"xunit"
],
"time": "201
7-12-06T09:29:45
+00:00"
"time": "201
8-02-02T07:01:41
+00:00"
},
{
"name": "phpunit/php-file-iterator",
...
...
@@ -5037,28 +4976,28 @@
},
{
"name": "phpunit/php-timer",
"version": "
1.0.9
",
"version": "
2.0.0
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "
3dcf38ca72b158baf0bc245e9184d3fdffa9c46
f"
"reference": "
8b8454ea6958c3dee38453d3bd571e023108c91
f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/
3dcf38ca72b158baf0bc245e9184d3fdffa9c46
f",
"reference": "
3dcf38ca72b158baf0bc245e9184d3fdffa9c46
f",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/
8b8454ea6958c3dee38453d3bd571e023108c91
f",
"reference": "
8b8454ea6958c3dee38453d3bd571e023108c91
f",
"shasum": ""
},
"require": {
"php": "^
5.3.3 || ^7.0
"
"php": "^
7.1
"
},
"require-dev": {
"phpunit/phpunit": "^
4.8.35 || ^5.7 || ^6
.0"
"phpunit/phpunit": "^
7
.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
1
.0-dev"
"dev-master": "
2
.0-dev"
}
},
"autoload": {
...
...
@@ -5073,7 +5012,7 @@
"authors": [
{
"name": "Sebastian Bergmann",
"email": "s
b@sebastian-bergmann
.de",
"email": "s
ebastian@phpunit
.de",
"role": "lead"
}
],
...
...
@@ -5082,33 +5021,33 @@
"keywords": [
"timer"
],
"time": "201
7-02-26T11:10:40
+00:00"
"time": "201
8-02-01T13:07:23
+00:00"
},
{
"name": "phpunit/php-token-stream",
"version": "
2.0.2
",
"version": "
3.0.0
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "
791198a2c6254db10131eecfe8c06670700904db
"
"reference": "
21ad88bbba7c3d93530d93994e0a33cd45f02ace
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/
791198a2c6254db10131eecfe8c06670700904db
",
"reference": "
791198a2c6254db10131eecfe8c06670700904db
",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/
21ad88bbba7c3d93530d93994e0a33cd45f02ace
",
"reference": "
21ad88bbba7c3d93530d93994e0a33cd45f02ace
",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": "^7.
0
"
"php": "^7.
1
"
},
"require-dev": {
"phpunit/phpunit": "^
6.2.4
"
"phpunit/phpunit": "^
7.0
"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
2
.0-dev"
"dev-master": "
3
.0-dev"
}
},
"autoload": {
...
...
@@ -5131,20 +5070,20 @@
"keywords": [
"tokenizer"
],
"time": "201
7-11-27T05:48:46
+00:00"
"time": "201
8-02-01T13:16:43
+00:00"
},
{
"name": "phpunit/phpunit",
"version": "
6.5.7
",
"version": "
7.0.2
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "
6bd77b57707c236833d2b57b968e403df060c9d
9"
"reference": "
e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e
9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
6bd77b57707c236833d2b57b968e403df060c9d
9",
"reference": "
6bd77b57707c236833d2b57b968e403df060c9d
9",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e
9",
"reference": "
e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e
9",
"shasum": ""
},
"require": {
...
...
@@ -5156,15 +5095,15 @@
"myclabs/deep-copy": "^1.6.1",
"phar-io/manifest": "^1.0.1",
"phar-io/version": "^1.0",
"php": "^7.
0
",
"php": "^7.
1
",
"phpspec/prophecy": "^1.7",
"phpunit/php-code-coverage": "^
5.3
",
"phpunit/php-code-coverage": "^
6.0
",
"phpunit/php-file-iterator": "^1.4.3",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^
1.0.9
",
"phpunit/phpunit-mock-objects": "^
5.0.5
",
"phpunit/php-timer": "^
2.0
",
"phpunit/phpunit-mock-objects": "^
6.0
",
"sebastian/comparator": "^2.1",
"sebastian/diff": "^
2
.0",
"sebastian/diff": "^
3
.0",
"sebastian/environment": "^3.1",
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
...
...
@@ -5172,16 +5111,12 @@
"sebastian/resource-operations": "^1.0",
"sebastian/version": "^2.0.1"
},
"conflict": {
"phpdocumentor/reflection-docblock": "3.0.2",
"phpunit/dbunit": "<3.0"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
"ext-xdebug": "*",
"phpunit/php-invoker": "^
1.1
"
"phpunit/php-invoker": "^
2.0
"
},
"bin": [
"phpunit"
...
...
@@ -5189,7 +5124,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
6.5.x
-dev"
"dev-master": "
7.0
-dev"
}
},
"autoload": {
...
...
@@ -5215,33 +5150,30 @@
"testing",
"xunit"
],
"time": "2018-02-26T07:0
1:09
+00:00"
"time": "2018-02-26T07:0
3:12
+00:00"
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "
5.0.6
",
"version": "
6.0.1
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "
33fd41a76e746b8fa96d00b49a23dadfa8334cdf
"
"reference": "
e3249dedc2d99259ccae6affbc2684eac37c2e53
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/
33fd41a76e746b8fa96d00b49a23dadfa8334cdf
",
"reference": "
33fd41a76e746b8fa96d00b49a23dadfa8334cdf
",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/
e3249dedc2d99259ccae6affbc2684eac37c2e53
",
"reference": "
e3249dedc2d99259ccae6affbc2684eac37c2e53
",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.5",
"php": "^7.
0
",
"php": "^7.
1
",
"phpunit/php-text-template": "^1.2.1",
"sebastian/exporter": "^3.1"
},
"conflict": {
"phpunit/phpunit": "<6.0"
},
"require-dev": {
"phpunit/phpunit": "^
6.5
"
"phpunit/phpunit": "^
7.0
"
},
"suggest": {
"ext-soap": "*"
...
...
@@ -5249,7 +5181,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
5
.0.x-dev"
"dev-master": "
6
.0.x-dev"
}
},
"autoload": {
...
...
@@ -5274,7 +5206,7 @@
"mock",
"xunit"
],
"time": "2018-0
1-06T05:45:45
+00:00"
"time": "2018-0
2-15T05:27:38
+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
...
...
@@ -5387,28 +5319,29 @@
},
{
"name": "sebastian/diff",
"version": "
2.0.1
",
"version": "
3.0.0
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "
347c1d8b49c5c3ee30c7040ea6fc446790e6bddd
"
"reference": "
e09160918c66281713f1c324c1f4c4c3037ba1e8
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/
347c1d8b49c5c3ee30c7040ea6fc446790e6bddd
",
"reference": "
347c1d8b49c5c3ee30c7040ea6fc446790e6bddd
",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/
e09160918c66281713f1c324c1f4c4c3037ba1e8
",
"reference": "
e09160918c66281713f1c324c1f4c4c3037ba1e8
",
"shasum": ""
},
"require": {
"php": "^7.
0
"
"php": "^7.
1
"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
"phpunit/phpunit": "^7.0",
"symfony/process": "^2 || ^3.3 || ^4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
2
.0-dev"
"dev-master": "
3
.0-dev"
}
},
"autoload": {
...
...
@@ -5433,9 +5366,12 @@
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff"
"diff",
"udiff",
"unidiff",
"unified diff"
],
"time": "201
7-08-03T08:09:46
+00:00"
"time": "201
8-02-01T13:45:15
+00:00"
},
{
"name": "sebastian/environment",
...
...
@@ -5837,16 +5773,16 @@
},
{
"name": "symfony/dom-crawler",
"version": "v3.4.
4
",
"version": "v3.4.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "
09bd97b844b3151fab82f2fdd62db9c464b3910a
"
"reference": "
2bb5d3101cc01f4fe580e536daf4f1959bc2d24d
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/
09bd97b844b3151fab82f2fdd62db9c464b3910a
",
"reference": "
09bd97b844b3151fab82f2fdd62db9c464b3910a
",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/
2bb5d3101cc01f4fe580e536daf4f1959bc2d24d
",
"reference": "
2bb5d3101cc01f4fe580e536daf4f1959bc2d24d
",
"shasum": ""
},
"require": {
...
...
@@ -5889,7 +5825,65 @@
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2018-01-03T07:37:34+00:00"
"time": "2018-02-22T10:48:49+00:00"
},
{
"name": "symfony/yaml",
"version": "v4.0.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "de5f125ea39de846b90b313b2cfb031a0152d223"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/de5f125ea39de846b90b313b2cfb031a0152d223",
"reference": "de5f125ea39de846b90b313b2cfb031a0152d223",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2018-02-19T20:08:53+00:00"
},
{
"name": "theseer/tokenizer",
...
...
@@ -6096,7 +6090,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.
0.0
"
"php": ">=7.
1.3
"
},
"platform-dev": []
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment