Update meta files.

This commit is contained in:
James Cole 2020-07-24 16:42:42 +02:00
parent 74247c292f
commit 02ad8273eb
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D
3 changed files with 119 additions and 108 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased (API 1.4.0)] - 2020-xx-xx
- #3200 for account order
- #3150 New AC end points.
## [5.3.3 (API 1.3.0)] - 2020-07-17
### Fixed

216
composer.lock generated
View File

@ -1420,16 +1420,16 @@
},
{
"name": "laravel/framework",
"version": "v7.20.0",
"version": "v7.21.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "682ea946bc136aa686d5a64940ab3d4a24d5a613"
"reference": "3ccdb116524de408fdc00715b6f06a1031ddace9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/682ea946bc136aa686d5a64940ab3d4a24d5a613",
"reference": "682ea946bc136aa686d5a64940ab3d4a24d5a613",
"url": "https://api.github.com/repos/laravel/framework/zipball/3ccdb116524de408fdc00715b6f06a1031ddace9",
"reference": "3ccdb116524de408fdc00715b6f06a1031ddace9",
"shasum": ""
},
"require": {
@ -1573,7 +1573,7 @@
"framework",
"laravel"
],
"time": "2020-07-14T13:42:44+00:00"
"time": "2020-07-21T14:26:42+00:00"
},
{
"name": "laravel/passport",
@ -1838,16 +1838,16 @@
},
{
"name": "league/commonmark",
"version": "1.5.1",
"version": "1.5.3",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
"reference": "6d74caf6abeed5fd85d6ec20da23d7269cd0b46f"
"reference": "2574454b97e4103dc4e36917bd783b25624aefcd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/6d74caf6abeed5fd85d6ec20da23d7269cd0b46f",
"reference": "6d74caf6abeed5fd85d6ec20da23d7269cd0b46f",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2574454b97e4103dc4e36917bd783b25624aefcd",
"reference": "2574454b97e4103dc4e36917bd783b25624aefcd",
"shasum": ""
},
"require": {
@ -1866,7 +1866,7 @@
"michelf/php-markdown": "~1.4",
"mikehaertl/php-shellcommand": "^1.4",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
"scrutinizer/ocular": "^1.5",
"symfony/finder": "^4.2"
},
@ -1929,7 +1929,7 @@
"type": "tidelift"
}
],
"time": "2020-06-27T12:50:08+00:00"
"time": "2020-07-19T22:47:30+00:00"
},
{
"name": "league/csv",
@ -2297,16 +2297,16 @@
},
{
"name": "monolog/monolog",
"version": "2.1.0",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
"reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1",
"reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
"reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
"shasum": ""
},
"require": {
@ -2384,7 +2384,7 @@
"type": "tidelift"
}
],
"time": "2020-05-22T08:12:19+00:00"
"time": "2020-07-23T08:41:23+00:00"
},
{
"name": "nesbot/carbon",
@ -2768,24 +2768,24 @@
},
{
"name": "phpoption/phpoption",
"version": "1.7.4",
"version": "1.7.5",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3"
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
"reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.3",
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
"bamarni/composer-bin-plugin": "^1.4.1",
"phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
},
"type": "library",
"extra": {
@ -2829,7 +2829,7 @@
"type": "tidelift"
}
],
"time": "2020-06-07T10:40:07+00:00"
"time": "2020-07-20T17:29:33+00:00"
},
{
"name": "phpseclib/phpseclib",
@ -3783,16 +3783,16 @@
},
{
"name": "symfony/console",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "34ac555a3627e324b660e318daa07572e1140123"
"reference": "2226c68009627934b8cfc01260b4d287eab070df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/34ac555a3627e324b660e318daa07572e1140123",
"reference": "34ac555a3627e324b660e318daa07572e1140123",
"url": "https://api.github.com/repos/symfony/console/zipball/2226c68009627934b8cfc01260b4d287eab070df",
"reference": "2226c68009627934b8cfc01260b4d287eab070df",
"shasum": ""
},
"require": {
@ -3872,11 +3872,11 @@
"type": "tidelift"
}
],
"time": "2020-06-15T12:59:21+00:00"
"time": "2020-07-06T13:23:11+00:00"
},
{
"name": "symfony/css-selector",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
@ -4007,16 +4007,16 @@
},
{
"name": "symfony/error-handler",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "7d0b927b9d3dc41d7d46cda38cbfcd20cdcbb896"
"reference": "4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/7d0b927b9d3dc41d7d46cda38cbfcd20cdcbb896",
"reference": "7d0b927b9d3dc41d7d46cda38cbfcd20cdcbb896",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b",
"reference": "4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b",
"shasum": ""
},
"require": {
@ -4074,20 +4074,20 @@
"type": "tidelift"
}
],
"time": "2020-05-30T20:35:19+00:00"
"time": "2020-07-23T08:36:24+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7"
"reference": "7827d55911f91c070fc293ea51a06eec80797d76"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cc0d059e2e997e79ca34125a52f3e33de4424ac7",
"reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7827d55911f91c070fc293ea51a06eec80797d76",
"reference": "7827d55911f91c070fc293ea51a06eec80797d76",
"shasum": ""
},
"require": {
@ -4160,7 +4160,7 @@
"type": "tidelift"
}
],
"time": "2020-05-20T17:43:50+00:00"
"time": "2020-06-18T18:24:02+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
@ -4240,7 +4240,7 @@
},
{
"name": "symfony/finder",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
@ -4303,16 +4303,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "f93055171b847915225bd5b0a5792888419d8d75"
"reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/f93055171b847915225bd5b0a5792888419d8d75",
"reference": "f93055171b847915225bd5b0a5792888419d8d75",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/1f0d6627e680591c61e9176f04a0dc887b4e6702",
"reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702",
"shasum": ""
},
"require": {
@ -4374,20 +4374,20 @@
"type": "tidelift"
}
],
"time": "2020-06-15T06:52:54+00:00"
"time": "2020-07-23T10:04:31+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "a18c27ace1ef344ffcb129a5b089bad7643b387a"
"reference": "d6dd8f6420e377970ddad0d6317d4ce4186fc6b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/a18c27ace1ef344ffcb129a5b089bad7643b387a",
"reference": "a18c27ace1ef344ffcb129a5b089bad7643b387a",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/d6dd8f6420e377970ddad0d6317d4ce4186fc6b3",
"reference": "d6dd8f6420e377970ddad0d6317d4ce4186fc6b3",
"shasum": ""
},
"require": {
@ -4487,20 +4487,20 @@
"type": "tidelift"
}
],
"time": "2020-06-15T13:51:38+00:00"
"time": "2020-07-24T04:22:56+00:00"
},
{
"name": "symfony/mime",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "c0c418f05e727606e85b482a8591519c4712cf45"
"reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/c0c418f05e727606e85b482a8591519c4712cf45",
"reference": "c0c418f05e727606e85b482a8591519c4712cf45",
"url": "https://api.github.com/repos/symfony/mime/zipball/149fb0ad35aae3c7637b496b38478797fa6a7ea6",
"reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6",
"shasum": ""
},
"require": {
@ -4564,7 +4564,7 @@
"type": "tidelift"
}
],
"time": "2020-06-09T15:07:35+00:00"
"time": "2020-07-23T10:04:31+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -5492,16 +5492,16 @@
},
{
"name": "symfony/process",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1"
"reference": "1864216226af21eb76d9477f691e7cbf198e0402"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1",
"reference": "7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1",
"url": "https://api.github.com/repos/symfony/process/zipball/1864216226af21eb76d9477f691e7cbf198e0402",
"reference": "1864216226af21eb76d9477f691e7cbf198e0402",
"shasum": ""
},
"require": {
@ -5552,7 +5552,7 @@
"type": "tidelift"
}
],
"time": "2020-05-30T20:35:19+00:00"
"time": "2020-07-23T08:36:24+00:00"
},
{
"name": "symfony/psr-http-message-bridge",
@ -5634,16 +5634,16 @@
},
{
"name": "symfony/routing",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "bbd0ba121d623f66d165a55a108008968911f3eb"
"reference": "08c9a82f09d12ee048f85e76e0d783f82844eb5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/bbd0ba121d623f66d165a55a108008968911f3eb",
"reference": "bbd0ba121d623f66d165a55a108008968911f3eb",
"url": "https://api.github.com/repos/symfony/routing/zipball/08c9a82f09d12ee048f85e76e0d783f82844eb5d",
"reference": "08c9a82f09d12ee048f85e76e0d783f82844eb5d",
"shasum": ""
},
"require": {
@ -5722,7 +5722,7 @@
"type": "tidelift"
}
],
"time": "2020-06-10T11:49:58+00:00"
"time": "2020-06-18T18:24:02+00:00"
},
{
"name": "symfony/service-contracts",
@ -5802,16 +5802,16 @@
},
{
"name": "symfony/string",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "ac70459db781108db7c6d8981dd31ce0e29e3298"
"reference": "f629ba9b611c76224feb21fe2bcbf0b6f992300b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/ac70459db781108db7c6d8981dd31ce0e29e3298",
"reference": "ac70459db781108db7c6d8981dd31ce0e29e3298",
"url": "https://api.github.com/repos/symfony/string/zipball/f629ba9b611c76224feb21fe2bcbf0b6f992300b",
"reference": "f629ba9b611c76224feb21fe2bcbf0b6f992300b",
"shasum": ""
},
"require": {
@ -5883,20 +5883,20 @@
"type": "tidelift"
}
],
"time": "2020-06-11T12:16:36+00:00"
"time": "2020-07-08T08:27:49+00:00"
},
{
"name": "symfony/translation",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2"
"reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
"reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
"url": "https://api.github.com/repos/symfony/translation/zipball/4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
"reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
"shasum": ""
},
"require": {
@ -5975,7 +5975,7 @@
"type": "tidelift"
}
],
"time": "2020-05-30T20:35:19+00:00"
"time": "2020-06-30T17:42:22+00:00"
},
{
"name": "symfony/translation-contracts",
@ -6054,16 +6054,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "46a942903059b0b05e601f00eb64179e05578c0f"
"reference": "2ebe1c7bb52052624d6dc1250f4abe525655d75a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/46a942903059b0b05e601f00eb64179e05578c0f",
"reference": "46a942903059b0b05e601f00eb64179e05578c0f",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2ebe1c7bb52052624d6dc1250f4abe525655d75a",
"reference": "2ebe1c7bb52052624d6dc1250f4abe525655d75a",
"shasum": ""
},
"require": {
@ -6140,7 +6140,7 @@
"type": "tidelift"
}
],
"time": "2020-05-30T20:35:19+00:00"
"time": "2020-06-24T13:36:18+00:00"
},
{
"name": "tightenco/collect",
@ -6404,16 +6404,16 @@
},
{
"name": "voku/portable-ascii",
"version": "1.5.2",
"version": "1.5.3",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
"reference": "618631dc601d8eb6ea0a9fbf654ec82f066c4e97"
"reference": "25bcbf01678930251fd572891447d9e318a6e2b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/618631dc601d8eb6ea0a9fbf654ec82f066c4e97",
"reference": "618631dc601d8eb6ea0a9fbf654ec82f066c4e97",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/25bcbf01678930251fd572891447d9e318a6e2b8",
"reference": "25bcbf01678930251fd572891447d9e318a6e2b8",
"shasum": ""
},
"require": {
@ -6457,6 +6457,10 @@
"url": "https://github.com/voku",
"type": "github"
},
{
"url": "https://opencollective.com/portable-ascii",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
@ -6466,7 +6470,7 @@
"type": "tidelift"
}
],
"time": "2020-06-15T23:49:30+00:00"
"time": "2020-07-22T23:32:04+00:00"
}
],
"packages-dev": [
@ -6556,28 +6560,29 @@
},
{
"name": "amphp/byte-stream",
"version": "v1.7.3",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
"reference": "b867505edb79dda8f253ca3c3a2bbadae4b16592"
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/b867505edb79dda8f253ca3c3a2bbadae4b16592",
"reference": "b867505edb79dda8f253ca3c3a2bbadae4b16592",
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
"shasum": ""
},
"require": {
"amphp/amp": "^2"
"amphp/amp": "^2",
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"amphp/phpunit-util": "^1.4",
"friendsofphp/php-cs-fixer": "^2.3",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^6 || ^7 || ^8",
"vimeo/psalm": "^3.9@dev"
"psalm/phar": "^3.11.4"
},
"type": "library",
"extra": {
@ -6617,7 +6622,7 @@
"non-blocking",
"stream"
],
"time": "2020-04-04T16:56:54+00:00"
"time": "2020-06-29T18:35:05+00:00"
},
{
"name": "barryvdh/laravel-ide-helper",
@ -8147,28 +8152,27 @@
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "5.1.0",
"version": "5.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
"reference": "3170448f5769fe19f456173d833734e0ff1b84df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/3170448f5769fe19f456173d833734e0ff1b84df",
"reference": "3170448f5769fe19f456173d833734e0ff1b84df",
"shasum": ""
},
"require": {
"ext-filter": "^7.1",
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0",
"phpdocumentor/type-resolver": "^1.0",
"webmozart/assert": "^1"
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"doctrine/instantiator": "^1",
"mockery/mockery": "^1"
"mockery/mockery": "~1.3.2"
},
"type": "library",
"extra": {
@ -8196,7 +8200,7 @@
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2020-02-22T12:28:44+00:00"
"time": "2020-07-20T20:05:34+00:00"
},
{
"name": "phpdocumentor/type-resolver",
@ -9719,7 +9723,7 @@
},
{
"name": "symfony/filesystem",
"version": "v5.1.2",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",

View File

@ -143,8 +143,8 @@ return [
],
//'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
'version' => '5.3.3',
'api_version' => '1.3.0',
'version' => '5.4.0',
'api_version' => '1.4.0',
'db_version' => 15,
'maxUploadSize' => 1073741824, // 1 GB
'send_error_message' => env('SEND_ERROR_MESSAGE', true),