Browse Source

Merge pull request #40 from aaronpk/dependabot/composer/compass/symfony/http-foundation-2.7.51

Bump symfony/http-foundation from 2.7.9 to 2.7.51 in /compass
pull/43/head
Aaron Parecki 2 years ago
committed by GitHub
parent
commit
dc94e67097
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 94 additions and 9 deletions
  1. +94
    -9
      compass/composer.lock

+ 94
- 9
compass/composer.lock View File

@ -1,10 +1,10 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "1c1164fb91f4ee6de196c6516e6303fb",
"content-hash": "35a40c8a4fa261ae68af099bd9fd2dbd",
"packages": [
{
"name": "barnabywalters/mf-cleaner",
@ -2553,20 +2553,21 @@
},
{
"name": "symfony/http-foundation",
"version": "v2.7.9",
"version": "v2.7.51",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "2f9d240056f026af5f7ba7f7052b0c6709bf288c"
"reference": "b67e5cbd2bf837fb3681f2c4965826d6c6758532"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/2f9d240056f026af5f7ba7f7052b0c6709bf288c",
"reference": "2f9d240056f026af5f7ba7f7052b0c6709bf288c",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/b67e5cbd2bf837fb3681f2c4965826d6c6758532",
"reference": "b67e5cbd2bf837fb3681f2c4965826d6c6758532",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
"php": ">=5.3.9",
"symfony/polyfill-mbstring": "~1.1"
},
"require-dev": {
"symfony/expression-language": "~2.4"
@ -2604,7 +2605,10 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2016-01-13T10:26:43+00:00"
"support": {
"source": "https://github.com/symfony/http-foundation/tree/2.7"
},
"time": "2019-04-16T09:58:21+00:00"
},
{
"name": "symfony/http-kernel",
@ -2688,6 +2692,86 @@
"homepage": "https://symfony.com",
"time": "2016-01-14T10:41:45+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.19.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
"reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.19-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T09:01:57+00:00"
},
{
"name": "symfony/process",
"version": "v2.7.9",
@ -3984,5 +4068,6 @@
"platform": {
"php": ">=5.5.9"
},
"platform-dev": []
"platform-dev": [],
"plugin-api-version": "2.1.0"
}

Loading…
Cancel
Save