Update composer [skip ci]

This commit is contained in:
James Cole
2017-02-04 02:26:16 +01:00
parent a7c198048e
commit df1da32745
2 changed files with 9 additions and 7 deletions

View File

@@ -48,6 +48,7 @@
"require": {
"php": ">=7.0.0",
"ext-intl": "*",
"ext-bcmath": "*",
"laravel/framework": "5.3.29",
"davejamesmiller/laravel-breadcrumbs": "^3.0",
"watson/validating": "3.*",

15
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": "8a447ee60bb0509881af5070e5980f18",
"content-hash": "5f1001d0b797b78e769d42adf358620d",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -1421,16 +1421,16 @@
},
{
"name": "nikic/php-parser",
"version": "v3.0.2",
"version": "v3.0.3",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "adf44419c0fc014a0f191db6f89d3e55d4211744"
"reference": "5b8182cc0abb4b0ff290ba9df6c0e1323286013a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/adf44419c0fc014a0f191db6f89d3e55d4211744",
"reference": "adf44419c0fc014a0f191db6f89d3e55d4211744",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5b8182cc0abb4b0ff290ba9df6c0e1323286013a",
"reference": "5b8182cc0abb4b0ff290ba9df6c0e1323286013a",
"shasum": ""
},
"require": {
@@ -1468,7 +1468,7 @@
"parser",
"php"
],
"time": "2016-12-06T11:30:35+00:00"
"time": "2017-02-03T21:57:31+00:00"
},
{
"name": "paragonie/random_compat",
@@ -4810,7 +4810,8 @@
"prefer-lowest": false,
"platform": {
"php": ">=7.0.0",
"ext-intl": "*"
"ext-intl": "*",
"ext-bcmath": "*"
},
"platform-dev": []
}