Browse Source

Update the dependencies

pull/732/head
Timothée Jaussoin 7 years ago
parent
commit
38b49b70c1
  1. 14
      composer.lock

14
composer.lock

@ -2258,16 +2258,16 @@
},
{
"name": "respect/validation",
"version": "1.1.25",
"version": "1.1.28",
"source": {
"type": "git",
"url": "https://github.com/Respect/Validation.git",
"reference": "5a067faec79d0cd74aa189fc535a644fa29e0c70"
"reference": "48b06254c4af1a2d6c1715eb3a2bb3cb72e08bfc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Respect/Validation/zipball/5a067faec79d0cd74aa189fc535a644fa29e0c70",
"reference": "5a067faec79d0cd74aa189fc535a644fa29e0c70",
"url": "https://api.github.com/repos/Respect/Validation/zipball/48b06254c4af1a2d6c1715eb3a2bb3cb72e08bfc",
"reference": "48b06254c4af1a2d6c1715eb3a2bb3cb72e08bfc",
"shasum": ""
},
"require": {
@ -2275,7 +2275,7 @@
"symfony/polyfill-mbstring": "^1.2"
},
"require-dev": {
"egulias/email-validator": "~1.2",
"egulias/email-validator": "~1.2 || ~2.1",
"mikey179/vfsstream": "^1.5",
"phpunit/phpunit": "~4.0",
"symfony/validator": "~2.6.9",
@ -2302,7 +2302,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD Style"
"BSD-3-Clause"
],
"authors": [
{
@ -2317,7 +2317,7 @@
"validation",
"validator"
],
"time": "2018-08-29T20:30:50+00:00"
"time": "2018-10-11T12:18:10+00:00"
},
{
"name": "ringcentral/psr7",

Loading…
Cancel
Save