Files for new release.

This commit is contained in:
James Cole
2021-03-27 20:10:05 +01:00
parent f489add855
commit 7edc1a2571
32 changed files with 250 additions and 236 deletions

39
composer.lock generated
View File

@@ -2253,22 +2253,22 @@
},
{
"name": "league/csv",
"version": "9.6.2",
"version": "9.7.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "f28da6e483bf979bac10e2add384c90ae9983e4e"
"reference": "4cacd9c72c4aa8bdbef43315b2ca25c46a0f833f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/f28da6e483bf979bac10e2add384c90ae9983e4e",
"reference": "f28da6e483bf979bac10e2add384c90ae9983e4e",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/4cacd9c72c4aa8bdbef43315b2ca25c46a0f833f",
"reference": "4cacd9c72c4aa8bdbef43315b2ca25c46a0f833f",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=7.2.5"
"php": "^7.3 || ^8.0"
},
"require-dev": {
"ext-curl": "*",
@@ -2277,7 +2277,7 @@
"phpstan/phpstan": "^0.12.0",
"phpstan/phpstan-phpunit": "^0.12.0",
"phpstan/phpstan-strict-rules": "^0.12.0",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^9.5"
},
"suggest": {
"ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
@@ -2333,7 +2333,7 @@
"type": "github"
}
],
"time": "2020-12-10T19:40:30+00:00"
"time": "2021-03-26T22:08:10+00:00"
},
{
"name": "league/event",
@@ -7744,16 +7744,16 @@
},
{
"name": "composer/xdebug-handler",
"version": "1.4.5",
"version": "1.4.6",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "f28d44c286812c714741478d968104c5e604a1d4"
"reference": "f27e06cd9675801df441b3656569b328e04aa37c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
"reference": "f28d44c286812c714741478d968104c5e604a1d4",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
"reference": "f27e06cd9675801df441b3656569b328e04aa37c",
"shasum": ""
},
"require": {
@@ -7761,7 +7761,8 @@
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"autoload": {
@@ -7787,7 +7788,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/1.4.5"
"source": "https://github.com/composer/xdebug-handler/tree/1.4.6"
},
"funding": [
{
@@ -7803,7 +7804,7 @@
"type": "tidelift"
}
],
"time": "2020-11-13T08:04:11+00:00"
"time": "2021-03-25T17:01:18+00:00"
},
{
"name": "dnoegel/php-xdg-base-dir",
@@ -9709,12 +9710,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "3dfe1d2b81a55b9c51dc87ce89f1ee2beaaf1093"
"reference": "d113d94cd9d8bc7ec35be1179315ed06b21b26c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/3dfe1d2b81a55b9c51dc87ce89f1ee2beaaf1093",
"reference": "3dfe1d2b81a55b9c51dc87ce89f1ee2beaaf1093",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d113d94cd9d8bc7ec35be1179315ed06b21b26c8",
"reference": "d113d94cd9d8bc7ec35be1179315ed06b21b26c8",
"shasum": ""
},
"conflict": {
@@ -9781,7 +9782,7 @@
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
"ezyang/htmlpurifier": "<4.1.1",
"facade/ignition": "<=2.5.1,>=2.0|<=1.16.13",
"facade/ignition": "<1.16.14|>=2,<2.4.2|>=2.5,<2.5.2",
"firebase/php-jwt": "<2",
"flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15",
"flarum/tags": "<=0.1-beta.13",
@@ -10035,7 +10036,7 @@
"type": "tidelift"
}
],
"time": "2021-03-23T02:23:40+00:00"
"time": "2021-03-26T11:01:20+00:00"
},
{
"name": "sebastian/cli-parser",