Update composer.

This commit is contained in:
James Cole 2018-02-10 09:58:06 +01:00
parent 523ae83811
commit db02fefcf4
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 30 additions and 30 deletions

View File

@ -75,7 +75,7 @@
"fzaninotto/faker": "1.*", "fzaninotto/faker": "1.*",
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"php-coveralls/php-coveralls": "^2.0", "php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^6.0" "phpunit/phpunit": "~6.0"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [

58
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "60e6ddc94f672b97d7cd9fe96d57f2b2", "content-hash": "40e3a639ee41d56a8253f5fe431f53f9",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -3962,26 +3962,26 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v3.1.0", "version": "v3.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "01a859752094e00aa8548832312366753272f8af" "reference": "f0018d359a2ad6968ad11b283283a925e017f3c9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/01a859752094e00aa8548832312366753272f8af", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/f0018d359a2ad6968ad11b283283a925e017f3c9",
"reference": "01a859752094e00aa8548832312366753272f8af", "reference": "f0018d359a2ad6968ad11b283283a925e017f3c9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/routing": "5.5.x", "illuminate/routing": "5.5.x|5.6.x",
"illuminate/session": "5.5.x", "illuminate/session": "5.5.x|5.6.x",
"illuminate/support": "5.5.x", "illuminate/support": "5.5.x|5.6.x",
"maximebf/debugbar": "~1.14.0", "maximebf/debugbar": "~1.15.0",
"php": ">=7.0", "php": ">=7.0",
"symfony/debug": "^3", "symfony/debug": "^3|^4",
"symfony/finder": "^3" "symfony/finder": "^3|^4"
}, },
"require-dev": { "require-dev": {
"illuminate/framework": "5.5.x" "illuminate/framework": "5.5.x"
@ -3989,7 +3989,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.2-dev"
}, },
"laravel": { "laravel": {
"providers": [ "providers": [
@ -4026,34 +4026,34 @@
"profiler", "profiler",
"webprofiler" "webprofiler"
], ],
"time": "2017-09-18T13:32:46+00:00" "time": "2018-02-07T08:29:09+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
"version": "v2.4.1", "version": "v2.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git", "url": "https://github.com/barryvdh/laravel-ide-helper.git",
"reference": "2b1273c45e2f8df7a625563e2283a17c14f02ae8" "reference": "5c304db44fba8e9c4aa0c09739e59f7be7736fdd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/2b1273c45e2f8df7a625563e2283a17c14f02ae8", "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/5c304db44fba8e9c4aa0c09739e59f7be7736fdd",
"reference": "2b1273c45e2f8df7a625563e2283a17c14f02ae8", "reference": "5c304db44fba8e9c4aa0c09739e59f7be7736fdd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"barryvdh/reflection-docblock": "^2.0.4", "barryvdh/reflection-docblock": "^2.0.4",
"illuminate/console": "^5.0,<5.6", "illuminate/console": "^5.0,<5.7",
"illuminate/filesystem": "^5.0,<5.6", "illuminate/filesystem": "^5.0,<5.7",
"illuminate/support": "^5.0,<5.6", "illuminate/support": "^5.0,<5.7",
"php": ">=5.4.0", "php": ">=5.4.0",
"symfony/class-loader": "^2.3|^3.0" "symfony/class-loader": "^2.3|^3.0"
}, },
"require-dev": { "require-dev": {
"doctrine/dbal": "~2.3", "doctrine/dbal": "~2.3",
"illuminate/config": "^5.0,<5.6", "illuminate/config": "^5.0,<5.7",
"illuminate/view": "^5.0,<5.6", "illuminate/view": "^5.0,<5.7",
"phpunit/phpunit": "4.*", "phpunit/phpunit": "4.*",
"scrutinizer/ocular": "~1.1", "scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3" "squizlabs/php_codesniffer": "~2.3"
@ -4099,7 +4099,7 @@
"phpstorm", "phpstorm",
"sublime" "sublime"
], ],
"time": "2017-07-16T00:24:12+00:00" "time": "2018-02-08T07:56:07+00:00"
}, },
{ {
"name": "barryvdh/reflection-docblock", "name": "barryvdh/reflection-docblock",
@ -4365,22 +4365,22 @@
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
"version": "v1.14.1", "version": "v1.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maximebf/php-debugbar.git", "url": "https://github.com/maximebf/php-debugbar.git",
"reference": "64251a392344e3d22f3d21c3b7c531ba96eb01d2" "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/64251a392344e3d22f3d21c3b7c531ba96eb01d2", "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
"reference": "64251a392344e3d22f3d21c3b7c531ba96eb01d2", "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"psr/log": "^1.0", "psr/log": "^1.0",
"symfony/var-dumper": "^2.6|^3.0" "symfony/var-dumper": "^2.6|^3.0|^4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.0|^5.0" "phpunit/phpunit": "^4.0|^5.0"
@ -4422,7 +4422,7 @@
"debug", "debug",
"debugbar" "debugbar"
], ],
"time": "2017-09-13T12:19:36+00:00" "time": "2017-12-15T11:13:46+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",