Update Composer files.

This commit is contained in:
James Cole
2017-02-05 15:41:41 +01:00
parent 646b65918d
commit 229f718754
2 changed files with 27 additions and 78 deletions

View File

@@ -68,8 +68,7 @@
"symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.1.*",
"barryvdh/laravel-debugbar": "2.*",
"barryvdh/laravel-ide-helper": "2.*",
"johnkary/phpunit-speedtrap": "^1.0"
"barryvdh/laravel-ide-helper": "2.*"
},
"autoload": {
"classmap": [
@@ -80,9 +79,9 @@
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"post-root-package-install": [

96
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",
"This file is @generated automatically"
],
"content-hash": "485d633a8ac40b245a597a33fae7abf4",
"content-hash": "bccf2c2fdac584664dd6c952f1d91ba8",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -433,16 +433,16 @@
},
{
"name": "doctrine/dbal",
"version": "v2.5.10",
"version": "v2.5.11",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "fc376f7a61498e18520cd6fa083752a4ca08072b"
"reference": "1b1effbddbdc0f40d1c8f849f44bcddac4f52a48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/fc376f7a61498e18520cd6fa083752a4ca08072b",
"reference": "fc376f7a61498e18520cd6fa083752a4ca08072b",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/1b1effbddbdc0f40d1c8f849f44bcddac4f52a48",
"reference": "1b1effbddbdc0f40d1c8f849f44bcddac4f52a48",
"shasum": ""
},
"require": {
@@ -500,7 +500,7 @@
"persistence",
"queryobject"
],
"time": "2017-01-23T23:17:10+00:00"
"time": "2017-02-04T21:20:13+00:00"
},
{
"name": "doctrine/inflector",
@@ -667,16 +667,16 @@
},
{
"name": "laravel/framework",
"version": "v5.4.6",
"version": "v5.4.9",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "5913b960656d7f978605ff9c1513ffbfd190c173"
"reference": "600330ae1d218919b3b307e0578461a2df248663"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/5913b960656d7f978605ff9c1513ffbfd190c173",
"reference": "5913b960656d7f978605ff9c1513ffbfd190c173",
"url": "https://api.github.com/repos/laravel/framework/zipball/600330ae1d218919b3b307e0578461a2df248663",
"reference": "600330ae1d218919b3b307e0578461a2df248663",
"shasum": ""
},
"require": {
@@ -792,7 +792,7 @@
"framework",
"laravel"
],
"time": "2017-01-27T19:27:15+00:00"
"time": "2017-02-03T19:47:35+00:00"
},
{
"name": "laravelcollective/html",
@@ -976,16 +976,16 @@
},
{
"name": "league/flysystem",
"version": "1.0.33",
"version": "1.0.34",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "5c7f98498b12d47f9de90ec9186a90000125777c"
"reference": "469ad53c13ea19a0e54e3e5d70f61227ddcc0299"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/5c7f98498b12d47f9de90ec9186a90000125777c",
"reference": "5c7f98498b12d47f9de90ec9186a90000125777c",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/469ad53c13ea19a0e54e3e5d70f61227ddcc0299",
"reference": "469ad53c13ea19a0e54e3e5d70f61227ddcc0299",
"shasum": ""
},
"require": {
@@ -1055,7 +1055,7 @@
"sftp",
"storage"
],
"time": "2017-01-23T10:32:09+00:00"
"time": "2017-01-30T17:41:17+00:00"
},
{
"name": "monolog/monolog",
@@ -2998,56 +2998,6 @@
],
"time": "2015-05-11T14:41:42+00:00"
},
{
"name": "johnkary/phpunit-speedtrap",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/johnkary/phpunit-speedtrap.git",
"reference": "76a26f8a903a9434608cdad2b41c40cd134ea326"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnkary/phpunit-speedtrap/zipball/76a26f8a903a9434608cdad2b41c40cd134ea326",
"reference": "76a26f8a903a9434608cdad2b41c40cd134ea326",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"JohnKary": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Kary",
"email": "john@johnkary.net"
}
],
"description": "Find slow tests in your PHPUnit test suite",
"homepage": "https://github.com/johnkary/phpunit-speedtrap",
"keywords": [
"phpunit",
"profile",
"slow"
],
"time": "2015-09-13T19:01:00+00:00"
},
{
"name": "maximebf/debugbar",
"version": "1.13.1",
@@ -3671,16 +3621,16 @@
},
{
"name": "phpunit/phpunit",
"version": "5.7.9",
"version": "5.7.10",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "69f832b87c731d5cacad7f91948778fe98335fdd"
"reference": "bf0804199f516fe80ffcc48ac6d4741c49baeb6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69f832b87c731d5cacad7f91948778fe98335fdd",
"reference": "69f832b87c731d5cacad7f91948778fe98335fdd",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bf0804199f516fe80ffcc48ac6d4741c49baeb6e",
"reference": "bf0804199f516fe80ffcc48ac6d4741c49baeb6e",
"shasum": ""
},
"require": {
@@ -3697,11 +3647,11 @@
"phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "^3.2",
"sebastian/comparator": "~1.2.2",
"sebastian/comparator": "^1.2.4",
"sebastian/diff": "~1.2",
"sebastian/environment": "^1.3.4 || ^2.0",
"sebastian/exporter": "~2.0",
"sebastian/global-state": "^1.0 || ^2.0",
"sebastian/global-state": "^1.1",
"sebastian/object-enumerator": "~2.0",
"sebastian/resource-operations": "~1.0",
"sebastian/version": "~1.0|~2.0",
@@ -3749,7 +3699,7 @@
"testing",
"xunit"
],
"time": "2017-01-28T06:14:33+00:00"
"time": "2017-02-04T09:03:53+00:00"
},
{
"name": "phpunit/phpunit-mock-objects",