new composer.lock for red

This commit is contained in:
zotlabs
2017-03-16 11:42:06 +11:00
parent df6c07aaad
commit 8d4744d115
225 changed files with 5218 additions and 1692 deletions

View File

@@ -79,7 +79,7 @@ function toDate(DateTime $dateTime) {
// We need to clone it, as we don't want to affect the existing
// DateTime.
$dateTime = clone $dateTime;
$dateTime->setTimeZone(new \DateTimeZone('GMT'));
$dateTime->setTimezone(new \DateTimeZone('GMT'));
return $dateTime->format('D, d M Y H:i:s \G\M\T');
}
@@ -216,7 +216,7 @@ function negotiateContentType($acceptHeaderValue, array $availableOptions) {
* Parameters are currently discarded. There's no known prefer value that
* uses them.
*
* @param string|string[] $header
* @param string|string[] $input
* @return array
*/
function parsePrefer($input) {