30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-09-22 18:19:06 +00:00

Bump string package to fix build on PHP 7.4

This commit is contained in:
wilsonge 2020-03-11 19:00:46 +00:00
parent ff97f09a8e
commit 1559654ddc
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04

20
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1b0489cad34d1fd663da3e41426498d1", "content-hash": "acdec754259cf00c8daac12e4e86eafd",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -2487,16 +2487,16 @@
}, },
{ {
"name": "joomla/string", "name": "joomla/string",
"version": "1.4.2", "version": "1.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/joomla-framework/string.git", "url": "https://github.com/joomla-framework/string.git",
"reference": "64ed484157262578b8daddb488bb9bd3552bc4fe" "reference": "fed0eee67f83b68674e8c6542ecfa28390b32fec"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/joomla-framework/string/zipball/64ed484157262578b8daddb488bb9bd3552bc4fe", "url": "https://api.github.com/repos/joomla-framework/string/zipball/fed0eee67f83b68674e8c6542ecfa28390b32fec",
"reference": "64ed484157262578b8daddb488bb9bd3552bc4fe", "reference": "fed0eee67f83b68674e8c6542ecfa28390b32fec",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2549,7 +2549,7 @@
"joomla", "joomla",
"string" "string"
], ],
"time": "2019-06-16T18:18:09+00:00" "time": "2019-08-07T12:34:12+00:00"
}, },
{ {
"name": "joomla/uri", "name": "joomla/uri",
@ -4985,12 +4985,10 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=5.4" "php": ">=7.2"
},
"platform-dev": {
"php": ">=5.6"
}, },
"platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "5.6.0" "php": "7.2.0"
} }
} }