mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-23 10:39:34 +00:00
Bump symfony/web-link from 4.4.2 to 5.0.2
Bumps [symfony/web-link](https://github.com/symfony/web-link) from 4.4.2 to 5.0.2. - [Release notes](https://github.com/symfony/web-link/releases) - [Changelog](https://github.com/symfony/web-link/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/web-link/compare/v4.4.2...v5.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
b73725bd9a
commit
cfb34444f4
2 changed files with 14 additions and 15 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
"symfony/translation": "4.4.*",
|
"symfony/translation": "4.4.*",
|
||||||
"symfony/twig-bundle": "4.4.*",
|
"symfony/twig-bundle": "4.4.*",
|
||||||
"symfony/validator": "4.4.*",
|
"symfony/validator": "4.4.*",
|
||||||
"symfony/web-link": "4.4.*",
|
"symfony/web-link": "5.0.*",
|
||||||
"symfony/webpack-encore-bundle": "^1.1",
|
"symfony/webpack-encore-bundle": "^1.1",
|
||||||
"symfony/yaml": "4.4.*",
|
"symfony/yaml": "4.4.*",
|
||||||
"twig/cssinliner-extra": "^3.0",
|
"twig/cssinliner-extra": "^3.0",
|
||||||
|
|
|
||||||
27
composer.lock
generated
27
composer.lock
generated
|
|
@ -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": "617502331106c4684d08a9d8937ab286",
|
"content-hash": "08dbed79ac4a1a0273f33e3d8b225932",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "beberlei/assert",
|
"name": "beberlei/assert",
|
||||||
|
|
@ -7726,32 +7726,31 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/web-link",
|
"name": "symfony/web-link",
|
||||||
"version": "v4.4.2",
|
"version": "v5.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/web-link.git",
|
"url": "https://github.com/symfony/web-link.git",
|
||||||
"reference": "bc6432b92681b2f28ced2f3bbcf051e75eea569c"
|
"reference": "572ab541ec2ca2e0d0f76fd08da006805e4db157"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/web-link/zipball/bc6432b92681b2f28ced2f3bbcf051e75eea569c",
|
"url": "https://api.github.com/repos/symfony/web-link/zipball/572ab541ec2ca2e0d0f76fd08da006805e4db157",
|
||||||
"reference": "bc6432b92681b2f28ced2f3bbcf051e75eea569c",
|
"reference": "572ab541ec2ca2e0d0f76fd08da006805e4db157",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1.3",
|
"php": "^7.2.5",
|
||||||
"psr/link": "^1.0",
|
"psr/link": "^1.0"
|
||||||
"symfony/polyfill-php72": "^1.5"
|
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"symfony/http-kernel": "<4.3"
|
"symfony/http-kernel": "<4.4"
|
||||||
},
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
"psr/link-implementation": "1.0"
|
"psr/link-implementation": "1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/http-foundation": "^4.4|^5.0",
|
"symfony/http-foundation": "^4.4|^5.0",
|
||||||
"symfony/http-kernel": "^4.3|^5.0"
|
"symfony/http-kernel": "^4.4|^5.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/http-kernel": ""
|
"symfony/http-kernel": ""
|
||||||
|
|
@ -7759,7 +7758,7 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "4.4-dev"
|
"dev-master": "5.0-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
@ -7798,7 +7797,7 @@
|
||||||
"psr13",
|
"psr13",
|
||||||
"push"
|
"push"
|
||||||
],
|
],
|
||||||
"time": "2019-10-12T00:35:04+00:00"
|
"time": "2019-11-18T17:27:11+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/webpack-encore-bundle",
|
"name": "symfony/webpack-encore-bundle",
|
||||||
|
|
@ -9378,9 +9377,9 @@
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Christian Weiske",
|
"name": "Christian Weiske",
|
||||||
"role": "Developer",
|
|
||||||
"email": "cweiske@cweiske.de",
|
"email": "cweiske@cweiske.de",
|
||||||
"homepage": "http://github.com/cweiske/jsonmapper/"
|
"homepage": "http://github.com/cweiske/jsonmapper/",
|
||||||
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Map nested JSON structures onto PHP classes",
|
"description": "Map nested JSON structures onto PHP classes",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue