Browse Source

Update the dependencies

pull/978/head
Timothée Jaussoin 5 years ago
parent
commit
a651cb39c6
  1. 118
      composer.lock

118
composer.lock

@ -1197,7 +1197,7 @@
},
{
"name": "illuminate/collections",
"version": "v8.4.0",
"version": "v8.5.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
@ -1247,7 +1247,7 @@
},
{
"name": "illuminate/container",
"version": "v8.4.0",
"version": "v8.5.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
@ -1294,7 +1294,7 @@
},
{
"name": "illuminate/contracts",
"version": "v8.4.0",
"version": "v8.5.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
@ -1338,16 +1338,16 @@
},
{
"name": "illuminate/database",
"version": "v8.4.0",
"version": "v8.5.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
"reference": "02b3be789d2f4eb1dd5ae8bf1e6aa79bac0a6940"
"reference": "4d7d948ccf3b28187ba6d646eee26efa62e87de2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/database/zipball/02b3be789d2f4eb1dd5ae8bf1e6aa79bac0a6940",
"reference": "02b3be789d2f4eb1dd5ae8bf1e6aa79bac0a6940",
"url": "https://api.github.com/repos/illuminate/database/zipball/4d7d948ccf3b28187ba6d646eee26efa62e87de2",
"reference": "4d7d948ccf3b28187ba6d646eee26efa62e87de2",
"shasum": ""
},
"require": {
@ -1398,11 +1398,11 @@
"orm",
"sql"
],
"time": "2020-09-16T13:47:07+00:00"
"time": "2020-09-18T14:11:19+00:00"
},
{
"name": "illuminate/macroable",
"version": "v8.4.0",
"version": "v8.5.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@ -1444,16 +1444,16 @@
},
{
"name": "illuminate/support",
"version": "v8.4.0",
"version": "v8.5.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "30c044d0b629249e942e65e315745e082869db44"
"reference": "f7a139ff6adf8fb6afffe895195a9de04c12a128"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/30c044d0b629249e942e65e315745e082869db44",
"reference": "30c044d0b629249e942e65e315745e082869db44",
"url": "https://api.github.com/repos/illuminate/support/zipball/f7a139ff6adf8fb6afffe895195a9de04c12a128",
"reference": "f7a139ff6adf8fb6afffe895195a9de04c12a128",
"shasum": ""
},
"require": {
@ -1503,7 +1503,7 @@
],
"description": "The Illuminate Support package.",
"homepage": "https://laravel.com",
"time": "2020-09-16T13:35:47+00:00"
"time": "2020-09-17T18:04:00+00:00"
},
{
"name": "michelf/php-markdown",
@ -2159,24 +2159,24 @@
},
{
"name": "react/cache",
"version": "v1.0.0",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/cache.git",
"reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466"
"reference": "44a568925556b0bd8cacc7b49fb0f1cf0d706a0c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/cache/zipball/aa10d63a1b40a36a486bdf527f28bac607ee6466",
"reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466",
"url": "https://api.github.com/repos/reactphp/cache/zipball/44a568925556b0bd8cacc7b49fb0f1cf0d706a0c",
"reference": "44a568925556b0bd8cacc7b49fb0f1cf0d706a0c",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/promise": "~2.0|~1.1"
"react/promise": "^3.0 || ^2.0 || ^1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
@ -2188,6 +2188,28 @@
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
"description": "Async, Promise-based cache interface for ReactPHP",
"keywords": [
"cache",
@ -2195,7 +2217,17 @@
"promise",
"reactphp"
],
"time": "2019-07-11T13:45:28+00:00"
"funding": [
{
"url": "https://github.com/WyriHaximus",
"type": "github"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2020-09-18T12:12:35+00:00"
},
{
"name": "react/child-process",
@ -2242,16 +2274,16 @@
},
{
"name": "react/dns",
"version": "v1.3.0",
"version": "v1.4.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/dns.git",
"reference": "89d83794e959ef3e0f1ab792f070b0157de1abf2"
"reference": "665260757171e2ab17485b44e7ffffa7acb6ca1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/dns/zipball/89d83794e959ef3e0f1ab792f070b0157de1abf2",
"reference": "89d83794e959ef3e0f1ab792f070b0157de1abf2",
"url": "https://api.github.com/repos/reactphp/dns/zipball/665260757171e2ab17485b44e7ffffa7acb6ca1f",
"reference": "665260757171e2ab17485b44e7ffffa7acb6ca1f",
"shasum": ""
},
"require": {
@ -2263,7 +2295,7 @@
},
"require-dev": {
"clue/block-react": "^1.2",
"phpunit/phpunit": "^9.0 || ^4.8.35"
"phpunit/phpunit": "^9.3 || ^4.8.35"
},
"type": "library",
"autoload": {
@ -2275,6 +2307,28 @@
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
"description": "Async DNS resolver for ReactPHP",
"keywords": [
"async",
@ -2282,7 +2336,17 @@
"dns-resolver",
"reactphp"
],
"time": "2020-07-10T12:12:50+00:00"
"funding": [
{
"url": "https://github.com/WyriHaximus",
"type": "github"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2020-09-18T12:12:55+00:00"
},
{
"name": "react/event-loop",

Loading…
Cancel
Save