Browse Source

Make sure packages match PHP version 8.0

pull/132/head
James Cole 3 years ago
parent
commit
0d3d81ff52
  1. 5
      changelog.md
  2. 3
      composer.json
  3. 115
      composer.lock
  4. 2
      config/importer.php

5
changelog.md

@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.9.12 - 2022-07-16
### Fixed
- Make sure packages match PHP 8.0
## 0.9.11 - 2022-07-16
### Fixed

3
composer.json

@ -98,6 +98,9 @@
"roave/security-advisories": "dev-master"
},
"config": {
"platform": {
"php": "8.0.21"
},
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,

115
composer.lock

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "99625f3620776d4de2e0f0110a095685",
"content-hash": "f3b984ea78f4e3e1f3a27df2e4857b54",
"packages": [
{
"name": "brick/math",
@ -3775,20 +3775,20 @@
},
{
"name": "symfony/css-selector",
"version": "v6.1.0",
"version": "v6.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "05c40f02f621609404b8820ff8bc39acb46e19cf"
"reference": "1955d595c12c111629cc814d3f2a2ff13580508a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/05c40f02f621609404b8820ff8bc39acb46e19cf",
"reference": "05c40f02f621609404b8820ff8bc39acb46e19cf",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/1955d595c12c111629cc814d3f2a2ff13580508a",
"reference": "1955d595c12c111629cc814d3f2a2ff13580508a",
"shasum": ""
},
"require": {
"php": ">=8.1"
"php": ">=8.0.2"
},
"type": "library",
"autoload": {
@ -3820,7 +3820,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v6.1.0"
"source": "https://github.com/symfony/css-selector/tree/v6.0.3"
},
"funding": [
{
@ -3836,29 +3836,29 @@
"type": "tidelift"
}
],
"time": "2022-02-25T11:15:52+00:00"
"time": "2022-01-02T09:55:41+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.1.1",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918"
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
"shasum": ""
},
"require": {
"php": ">=8.1"
"php": ">=8.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.1-dev"
"dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
@ -3887,7 +3887,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2"
},
"funding": [
{
@ -3903,7 +3903,7 @@
"type": "tidelift"
}
],
"time": "2022-02-25T11:15:52+00:00"
"time": "2022-01-02T09:55:41+00:00"
},
{
"name": "symfony/error-handler",
@ -3978,20 +3978,20 @@
},
{
"name": "symfony/event-dispatcher",
"version": "v6.1.0",
"version": "v6.0.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347"
"reference": "5c85b58422865d42c6eb46f7693339056db098a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a0449a7ad7daa0f7c0acd508259f80544ab5a347",
"reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5c85b58422865d42c6eb46f7693339056db098a8",
"reference": "5c85b58422865d42c6eb46f7693339056db098a8",
"shasum": ""
},
"require": {
"php": ">=8.1",
"php": ">=8.0.2",
"symfony/event-dispatcher-contracts": "^2|^3"
},
"conflict": {
@ -4041,7 +4041,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v6.1.0"
"source": "https://github.com/symfony/event-dispatcher/tree/v6.0.9"
},
"funding": [
{
@ -4057,24 +4057,24 @@
"type": "tidelift"
}
],
"time": "2022-05-05T16:51:07+00:00"
"time": "2022-05-05T16:45:52+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v3.1.1",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "02ff5eea2f453731cfbc6bc215e456b781480448"
"reference": "7bc61cc2db649b4637d331240c5346dcc7708051"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/02ff5eea2f453731cfbc6bc215e456b781480448",
"reference": "02ff5eea2f453731cfbc6bc215e456b781480448",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7bc61cc2db649b4637d331240c5346dcc7708051",
"reference": "7bc61cc2db649b4637d331240c5346dcc7708051",
"shasum": ""
},
"require": {
"php": ">=8.1",
"php": ">=8.0.2",
"psr/event-dispatcher": "^1"
},
"suggest": {
@ -4083,7 +4083,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.1-dev"
"dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
@ -4120,7 +4120,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.1"
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.2"
},
"funding": [
{
@ -4136,7 +4136,7 @@
"type": "tidelift"
}
],
"time": "2022-02-25T11:15:52+00:00"
"time": "2022-01-02T09:55:41+00:00"
},
{
"name": "symfony/finder",
@ -5523,20 +5523,20 @@
},
{
"name": "symfony/string",
"version": "v6.1.2",
"version": "v6.0.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "1903f2879875280c5af944625e8246d81c2f0604"
"reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/1903f2879875280c5af944625e8246d81c2f0604",
"reference": "1903f2879875280c5af944625e8246d81c2f0604",
"url": "https://api.github.com/repos/symfony/string/zipball/1b3adf02a0fc814bd9118d7fd68a097a599ebc27",
"reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27",
"shasum": ""
},
"require": {
"php": ">=8.1",
"php": ">=8.0.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
@ -5588,7 +5588,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.1.2"
"source": "https://github.com/symfony/string/tree/v6.0.10"
},
"funding": [
{
@ -5604,24 +5604,24 @@
"type": "tidelift"
}
],
"time": "2022-06-26T16:35:04+00:00"
"time": "2022-06-26T16:34:50+00:00"
},
{
"name": "symfony/translation",
"version": "v6.1.0",
"version": "v6.0.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "b254416631615bc6fe49b0a67f18658827288147"
"reference": "9ba011309943955a3807b8236c17cff3b88f67b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/b254416631615bc6fe49b0a67f18658827288147",
"reference": "b254416631615bc6fe49b0a67f18658827288147",
"url": "https://api.github.com/repos/symfony/translation/zipball/9ba011309943955a3807b8236c17cff3b88f67b6",
"reference": "9ba011309943955a3807b8236c17cff3b88f67b6",
"shasum": ""
},
"require": {
"php": ">=8.1",
"php": ">=8.0.2",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^2.3|^3.0"
},
@ -5646,7 +5646,6 @@
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
"symfony/polyfill-intl-icu": "^1.21",
"symfony/routing": "^5.4|^6.0",
"symfony/service-contracts": "^1.1.2|^2|^3",
"symfony/yaml": "^5.4|^6.0"
},
@ -5684,7 +5683,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v6.1.0"
"source": "https://github.com/symfony/translation/tree/v6.0.9"
},
"funding": [
{
@ -5700,24 +5699,24 @@
"type": "tidelift"
}
],
"time": "2022-05-11T12:12:29+00:00"
"time": "2022-05-06T14:27:17+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v3.1.1",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "606be0f48e05116baef052f7f3abdb345c8e02cc"
"reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/606be0f48e05116baef052f7f3abdb345c8e02cc",
"reference": "606be0f48e05116baef052f7f3abdb345c8e02cc",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282",
"reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282",
"shasum": ""
},
"require": {
"php": ">=8.1"
"php": ">=8.0.2"
},
"suggest": {
"symfony/translation-implementation": ""
@ -5725,7 +5724,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.1-dev"
"dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
@ -5735,10 +5734,7 @@
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
},
"exclude-from-classmap": [
"/Test/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -5765,7 +5761,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v3.1.1"
"source": "https://github.com/symfony/translation-contracts/tree/v3.0.2"
},
"funding": [
{
@ -5781,7 +5777,7 @@
"type": "tidelift"
}
],
"time": "2022-06-27T17:24:16+00:00"
"time": "2022-06-27T17:10:44+00:00"
},
{
"name": "symfony/var-dumper",
@ -9470,5 +9466,8 @@
"ext-json": "*"
},
"platform-dev": [],
"platform-overrides": {
"php": "8.0.21"
},
"plugin-api-version": "2.3.0"
}

2
config/importer.php

@ -23,7 +23,7 @@
declare(strict_types=1);
return [
'version' => '0.9.11',
'version' => '0.9.12',
'flows' => ['nordigen', 'spectre', 'file'],
'flow_titles' => [
'file' => 'File',

Loading…
Cancel
Save