Composer(deps): Bump symfony/polyfill from 1.27.0 to 1.28.0 (#873)

Bumps [symfony/polyfill](https://github.com/symfony/polyfill) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/symfony/polyfill/releases)
- [Changelog](https://github.com/symfony/polyfill/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/symfony/polyfill/compare/v1.27.0...v1.28.0)

---
updated-dependencies:
- dependency-name: symfony/polyfill
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roman Kelesidis <roman25052006.kelesh@gmail.com>
This commit is contained in:
dependabot[bot] 2023-08-28 16:18:03 +07:00 committed by GitHub
commit 642d45c40b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 13 deletions

View file

@ -43,7 +43,7 @@
"monolog/monolog": "^2.9", "monolog/monolog": "^2.9",
"samdark/sitemap": "2.4.0", "samdark/sitemap": "2.4.0",
"symfony/mailer": "^5.4", "symfony/mailer": "^5.4",
"symfony/polyfill": "v1.27.0", "symfony/polyfill": "v1.28.0",
"vlucas/phpdotenv": "^5.5" "vlucas/phpdotenv": "^5.5"
}, },
"require-dev": { "require-dev": {

21
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": "cbc309d56fdcd2fb85185ac081a1c053", "content-hash": "dc4f7e5e375de9b9a16fea7025705dc6",
"packages": [ "packages": [
{ {
"name": "arokettu/bencode", "name": "arokettu/bencode",
@ -2077,16 +2077,16 @@
}, },
{ {
"name": "symfony/polyfill", "name": "symfony/polyfill",
"version": "v1.27.0", "version": "v1.28.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill.git", "url": "https://github.com/symfony/polyfill.git",
"reference": "b78222a273aac3e5bab6358bf499d7f1fb88e48b" "reference": "bb3c959f6a888ec0a8b951cb3b23695a26833c98"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill/zipball/b78222a273aac3e5bab6358bf499d7f1fb88e48b", "url": "https://api.github.com/repos/symfony/polyfill/zipball/bb3c959f6a888ec0a8b951cb3b23695a26833c98",
"reference": "b78222a273aac3e5bab6358bf499d7f1fb88e48b", "reference": "bb3c959f6a888ec0a8b951cb3b23695a26833c98",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2119,11 +2119,6 @@
"symfony/var-dumper": "^4.4|^5.1|^6.0" "symfony/var-dumper": "^4.4|^5.1|^6.0"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
}
},
"autoload": { "autoload": {
"files": [ "files": [
"src/bootstrap.php", "src/bootstrap.php",
@ -2145,7 +2140,9 @@
"src/Intl/Icu/Resources/stubs", "src/Intl/Icu/Resources/stubs",
"src/Intl/MessageFormatter/Resources/stubs", "src/Intl/MessageFormatter/Resources/stubs",
"src/Intl/Normalizer/Resources/stubs", "src/Intl/Normalizer/Resources/stubs",
"src/Php83/Resources/stubs",
"src/Php82/Resources/stubs", "src/Php82/Resources/stubs",
"src/Php81/Resources/stubs",
"src/Php80/Resources/stubs", "src/Php80/Resources/stubs",
"src/Php73/Resources/stubs" "src/Php73/Resources/stubs"
] ]
@ -2174,7 +2171,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/symfony/polyfill/issues", "issues": "https://github.com/symfony/polyfill/issues",
"source": "https://github.com/symfony/polyfill/tree/v1.27.0" "source": "https://github.com/symfony/polyfill/tree/v1.28.0"
}, },
"funding": [ "funding": [
{ {
@ -2190,7 +2187,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-11-10T10:11:03+00:00" "time": "2023-08-25T17:30:00+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",