Update project dependencies

This commit is contained in:
Björn Fromme
2019-10-28 18:53:23 +01:00
parent 6dabe833de
commit 9970d2ae2d
Generated
+15 -14
View File
@@ -217,16 +217,16 @@
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "v1.8.0", "version": "v1.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57" "reference": "d4374ae95b36062d02ef310100ed33d78738d76c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57", "url": "https://api.github.com/repos/doctrine/cache/zipball/d4374ae95b36062d02ef310100ed33d78738d76c",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57", "reference": "d4374ae95b36062d02ef310100ed33d78738d76c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -261,6 +261,10 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Guilherme Blanco",
"email": "[email protected]"
},
{ {
"name": "Roman Borschel", "name": "Roman Borschel",
"email": "[email protected]" "email": "[email protected]"
@@ -269,10 +273,6 @@
"name": "Benjamin Eberlei", "name": "Benjamin Eberlei",
"email": "[email protected]" "email": "[email protected]"
}, },
{
"name": "Guilherme Blanco",
"email": "[email protected]"
},
{ {
"name": "Jonathan Wage", "name": "Jonathan Wage",
"email": "[email protected]" "email": "[email protected]"
@@ -288,7 +288,7 @@
"cache", "cache",
"caching" "caching"
], ],
"time": "2018-08-21T18:01:43+00:00" "time": "2019-10-28T09:31:32+00:00"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
@@ -1317,16 +1317,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.2.4", "version": "v4.2.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4" "reference": "b76bbc3c51f22c570648de48e8c2d941ed5e2cf2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b76bbc3c51f22c570648de48e8c2d941ed5e2cf2",
"reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4", "reference": "b76bbc3c51f22c570648de48e8c2d941ed5e2cf2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1334,6 +1334,7 @@
"php": ">=7.0" "php": ">=7.0"
}, },
"require-dev": { "require-dev": {
"ircmaxell/php-yacc": "0.0.4",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
}, },
"bin": [ "bin": [
@@ -1364,7 +1365,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2019-09-01T07:51:21+00:00" "time": "2019-10-25T18:33:07+00:00"
}, },
{ {
"name": "pixelant/pxa-social-feed", "name": "pixelant/pxa-social-feed",