Update laravel/framework (v5.8.28 => v5.8.29)

This commit is contained in:
DariusIII
2019-07-17 09:29:47 +02:00
parent d83514473d
commit 2ecafda47a
2 changed files with 18 additions and 16 deletions
+1
View File
@@ -1,4 +1,5 @@
2019-07-17 DariusIII
* Chg: Update laravel/framework (v5.8.28 => v5.8.29)
* Chg: Update APIv1 and RSS xml responses and APIv2 json output for api and grab limits
2019-07-16 DariusIII
* Fix: Fix adding of new 8 digit imdbid movies in admin movie add
Generated
+17 -16
View File
@@ -2599,16 +2599,16 @@
},
{
"name": "laravel/framework",
"version": "v5.8.28",
"version": "v5.8.29",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "341fb54bea9693cada2a5b8d398621a57f82862d"
"reference": "489ae2218c7eb138caac780de584d8df9fe8160b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/341fb54bea9693cada2a5b8d398621a57f82862d",
"reference": "341fb54bea9693cada2a5b8d398621a57f82862d",
"url": "https://api.github.com/repos/laravel/framework/zipball/489ae2218c7eb138caac780de584d8df9fe8160b",
"reference": "489ae2218c7eb138caac780de584d8df9fe8160b",
"shasum": ""
},
"require": {
@@ -2742,7 +2742,7 @@
"framework",
"laravel"
],
"time": "2019-07-09T14:00:02+00:00"
"time": "2019-07-16T14:05:28+00:00"
},
{
"name": "laravel/horizon",
@@ -10463,34 +10463,35 @@
},
{
"name": "ocramius/package-versions",
"version": "1.4.0",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb"
"reference": "da0d9d34cd5df6b35756a00827aaeca7d903868d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
"reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/da0d9d34cd5df6b35756a00827aaeca7d903868d",
"reference": "da0d9d34cd5df6b35756a00827aaeca7d903868d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0.0",
"php": "^7.1.0"
"php": "^7.3.0"
},
"require-dev": {
"composer/composer": "^1.6.3",
"doctrine/coding-standard": "^5.0.1",
"composer/composer": "^1.8.6",
"doctrine/coding-standard": "^6.0.0",
"ext-zip": "*",
"infection/infection": "^0.7.1",
"phpunit/phpunit": "^7.0.0"
"infection/infection": "^0.13.4",
"phpunit/phpunit": "^8.2.5",
"vimeo/psalm": "^3.4.9"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "1.6.x-dev"
}
},
"autoload": {
@@ -10509,7 +10510,7 @@
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"time": "2019-02-21T12:16:21+00:00"
"time": "2019-07-17T05:00:30+00:00"
},
{
"name": "orchestra/testbench",