Update laravelcollective/html to version 5.6.10

This commit is contained in:
DariusIII
2018-06-19 10:55:13 +02:00
parent 98f9379827
commit ea40da620e
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -1,4 +1,5 @@
2018-06-19 DariusIII
* Chg: Update laravelcollective/html to version 5.6.10
* Chg: Update migrations for releases table, imdbid column is changed to varchar(15), add script to convert existing data
2018-06-18 DariusIII
* Chg: Remove decrypt_hashes.php
Generated
+5 -5
View File
@@ -3659,16 +3659,16 @@
},
{
"name": "laravelcollective/html",
"version": "v5.6.9",
"version": "v5.6.10",
"source": {
"type": "git",
"url": "https://github.com/LaravelCollective/html.git",
"reference": "fda9d3dad85ecea609ef9c6323d6923536cf5643"
"reference": "974605fcd22a7e4d19f0b2ef635a0d1d7400387d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/fda9d3dad85ecea609ef9c6323d6923536cf5643",
"reference": "fda9d3dad85ecea609ef9c6323d6923536cf5643",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/974605fcd22a7e4d19f0b2ef635a0d1d7400387d",
"reference": "974605fcd22a7e4d19f0b2ef635a0d1d7400387d",
"shasum": ""
},
"require": {
@@ -3723,7 +3723,7 @@
],
"description": "HTML and Form Builders for the Laravel Framework",
"homepage": "https://laravelcollective.com",
"time": "2018-05-30T16:09:07+00:00"
"time": "2018-06-18T15:04:16+00:00"
},
{
"name": "league/csv",