Update composer.lock file.

This commit is contained in:
James Cole 2017-08-18 15:38:33 +02:00
parent 3e64028e29
commit 4b46a3d298
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

52
composer.lock generated
View File

@ -507,33 +507,33 @@
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
"version": "v1.1.0", "version": "v1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/inflector.git", "url": "https://github.com/doctrine/inflector.git",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae" "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae", "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.*" "phpunit/phpunit": "^6.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1.x-dev" "dev-master": "1.2.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/" "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -570,7 +570,7 @@
"singularize", "singularize",
"string" "string"
], ],
"time": "2015-11-06T14:35:42+00:00" "time": "2017-07-22T12:18:28+00:00"
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
@ -670,20 +670,20 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.4.32", "version": "v5.4.33",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "b8300578d159199b1195413b67318c79068cd24d" "reference": "e53a81a2bf406f501cdf818ad949f8d6c8dabfc0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/b8300578d159199b1195413b67318c79068cd24d", "url": "https://api.github.com/repos/laravel/framework/zipball/e53a81a2bf406f501cdf818ad949f8d6c8dabfc0",
"reference": "b8300578d159199b1195413b67318c79068cd24d", "reference": "e53a81a2bf406f501cdf818ad949f8d6c8dabfc0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/inflector": "~1.1.0", "doctrine/inflector": "~1.1",
"erusev/parsedown": "~1.6", "erusev/parsedown": "~1.6",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-openssl": "*", "ext-openssl": "*",
@ -795,7 +795,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2017-08-03T12:59:42+00:00" "time": "2017-08-14T20:17:41+00:00"
}, },
{ {
"name": "laravelcollective/html", "name": "laravelcollective/html",
@ -2929,29 +2929,31 @@
}, },
{ {
"name": "fzaninotto/faker", "name": "fzaninotto/faker",
"version": "v1.6.0", "version": "v1.7.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fzaninotto/Faker.git", "url": "https://github.com/fzaninotto/Faker.git",
"reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123" "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123", "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
"reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123", "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.3.3|^7.0" "php": "^5.3.3 || ^7.0"
}, },
"require-dev": { "require-dev": {
"ext-intl": "*", "ext-intl": "*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "^4.0 || ^5.0",
"squizlabs/php_codesniffer": "~1.5" "squizlabs/php_codesniffer": "^1.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": [] "branch-alias": {
"dev-master": "1.8-dev"
}
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -2973,7 +2975,7 @@
"faker", "faker",
"fixtures" "fixtures"
], ],
"time": "2016-04-29T12:21:54+00:00" "time": "2017-08-15T16:48:10+00:00"
}, },
{ {
"name": "guzzle/guzzle", "name": "guzzle/guzzle",