Composer.lock (#1968)

This commit is contained in:
David Bomba 2018-03-19 21:02:18 +11:00 committed by GitHub
parent 0b09a79487
commit 0a6e8d2916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View File

@ -31,6 +31,7 @@
"davibennun/laravel-push-notification": "dev-laravel5",
"digitickets/omnipay-gocardlessv2": "dev-payment-fix",
"doctrine/dbal": "2.5.x",
"doctrine/inflector": "v1.2.*",
"ezyang/htmlpurifier": "~v4.7",
"fzaninotto/faker": "^1.5",
"gatepay/FedACHdir": "dev-master@dev",

16
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": "c4df7e15e508bf10647f1431ccbfaebd",
"content-hash": "1ac136644e2b5eecd8753e3aa529e369",
"packages": [
{
"name": "abdala/omnipay-pagseguro",
@ -2193,20 +2193,20 @@
},
{
"name": "doctrine/inflector",
"version": "v1.3.0",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
"reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
"reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
"shasum": ""
},
"require": {
"php": "^7.1"
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
@ -2214,7 +2214,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
"dev-master": "1.2.x-dev"
}
},
"autoload": {
@ -2256,7 +2256,7 @@
"singularize",
"string"
],
"time": "2018-01-09T20:05:19+00:00"
"time": "2017-07-22T12:18:28+00:00"
},
{
"name": "doctrine/lexer",