diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7951c00..6a6b861 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## 11.4.5
+### Fixed
+- `Paysera.File` now gets properly generated.
+
## 11.4.4
### Changed
- Removed demo generation from js client.
diff --git a/composer.json b/composer.json
index 6ce474f..611fcac 100644
--- a/composer.json
+++ b/composer.json
@@ -51,7 +51,7 @@
"doctrine/orm": "^2.5",
"evp/money": "^2.2",
"paysera/lib-rest-bundle": "^4.0",
- "paysera/lib-rest-client-common": "^2.1",
+ "paysera/lib-rest-client-common": "^2.5",
"paysera/lib-serializer": "^2.0",
"phpunit/phpunit": "^6.5",
"sensio/generator-bundle": "^3.0",
diff --git a/composer.lock b/composer.lock
index 69d079e..225517b 100644
--- a/composer.lock
+++ b/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": "c8cbf7b5ad86a7d768bf0b05c2619d81",
+ "content-hash": "416886b2eccbabb57696958a6db66f7e",
"packages": [
{
"name": "composer/ca-bundle",
@@ -944,6 +944,7 @@
"reflection",
"static"
],
+ "abandoned": "roave/better-reflection",
"time": "2020-03-27T11:06:43+00:00"
},
{
@@ -2159,6 +2160,7 @@
}
],
"description": "A security checker for your composer.lock",
+ "abandoned": "https://github.com/fabpot/local-php-security-checker",
"time": "2019-11-01T13:20:14+00:00"
},
{
@@ -4353,16 +4355,16 @@
},
{
"name": "paysera/lib-rest-client-common",
- "version": "2.4.0",
+ "version": "2.5.0",
"source": {
"type": "git",
"url": "https://github.com/paysera/lib-rest-client-common.git",
- "reference": "680117619de02012c8c494bcf09705ab2024f3af"
+ "reference": "70337bd867f892d4b0d048fe03929f8c06dcc6f2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paysera/lib-rest-client-common/zipball/680117619de02012c8c494bcf09705ab2024f3af",
- "reference": "680117619de02012c8c494bcf09705ab2024f3af",
+ "url": "https://api.github.com/repos/paysera/lib-rest-client-common/zipball/70337bd867f892d4b0d048fe03929f8c06dcc6f2",
+ "reference": "70337bd867f892d4b0d048fe03929f8c06dcc6f2",
"shasum": ""
},
"require": {
@@ -4383,7 +4385,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"description": "Base classes/helpers used in REST Clients",
- "time": "2020-06-11T16:30:35+00:00"
+ "time": "2021-03-08T14:17:46+00:00"
},
{
"name": "paysera/lib-serializer",
diff --git a/src/Paysera/Bundle/PhpGeneratorBundle/Resources/config/services/type_configurations.xml b/src/Paysera/Bundle/PhpGeneratorBundle/Resources/config/services/type_configurations.xml
index b21370e..4608312 100644
--- a/src/Paysera/Bundle/PhpGeneratorBundle/Resources/config/services/type_configurations.xml
+++ b/src/Paysera/Bundle/PhpGeneratorBundle/Resources/config/services/type_configurations.xml
@@ -42,7 +42,7 @@
paysera/lib-rest-client-common
- ^1.0 | ^2.1
+ ^1.0 | ^2.5
@@ -192,7 +192,7 @@
paysera/lib-rest-client-common
- ^1.0 | ^2.1
+ ^1.0 | ^2.5
@@ -219,7 +219,34 @@
paysera/lib-rest-client-common
- ^1.0 | ^2.1
+ ^1.0 | ^2.5
+
+
+
+
+
+
+
+
+
+
+
+ File
+
+
+ \.file$
+
+
+ Paysera\Component\RestClientCommon\Entity\File
+
+
+
+
+
+ paysera/lib-rest-client-common
+
+
+ ^1.0 | ^2.5
@@ -448,21 +475,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/account/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/account/composer.json
index 7a1e11e..1140df8 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/account/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/account/composer.json
@@ -8,7 +8,7 @@
},
"require": {
"php": ">=5.5",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"evp/money": "^1.0 || ^2.0",
"fig/http-message-util": "^1.0"
},
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/auth/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/auth/composer.json
index 37825e9..3e931af 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/auth/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/auth/composer.json
@@ -8,7 +8,7 @@
},
"require": {
"php": ">=5.5",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"fig/http-message-util": "^1.0"
},
"minimum-stability": "stable"
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/README.md b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/README.md
index 182b744..47bb340 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/README.md
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/README.md
@@ -108,6 +108,24 @@ $result = $categoryClient->createCategory($category);
---
+Upload category
+
+
+```php
+use Paysera\Test\CategoryClient\Entity as Entities;
+
+$file = new \Paysera\Component\RestClientCommon\Entity\File();
+
+$file->setName($name);
+$file->setContent($content);
+$file->setMimeType($mimeType);
+$file->setSize($size);
+
+$categoryClient->uploadKeywords($file);
+```
+---
+
+
Standard SQL-style Result filtering
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/composer.json
index 12f1856..48b6872 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/composer.json
@@ -8,7 +8,7 @@
},
"require": {
"php": ">=5.5",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"fig/http-message-util": "^1.0"
},
"minimum-stability": "stable"
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/src/CategoryClient.php b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/src/CategoryClient.php
index 8b0a17c..c1d36ab 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/src/CategoryClient.php
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/category/src/CategoryClient.php
@@ -6,6 +6,7 @@
use Fig\Http\Message\RequestMethodInterface;
use Paysera\Component\RestClientCommon\Entity\Entity;
use Paysera\Component\RestClientCommon\Client\ApiClient;
+use Paysera\Component\RestClientCommon\Entity\File;
use Paysera\Component\RestClientCommon\Entity\Filter;
class CategoryClient
@@ -136,6 +137,25 @@ public function createCategory(Entities\Category $category)
return new Entities\Category($data);
}
+ /**
+ * Upload category
+ * PUT /keywords/upload
+ *
+ * @param File $file
+ * @return null
+ */
+ public function uploadKeywords(File $file)
+ {
+ $request = $this->apiClient->createRequest(
+ RequestMethodInterface::METHOD_PUT,
+ 'keywords/upload',
+ $file
+ );
+ $data = $this->apiClient->makeRequest($request);
+
+ return null;
+ }
+
/**
* Standard SQL-style Result filtering
* GET /keywords
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/custom/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/custom/composer.json
index e05eb20..6b9a2d8 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/custom/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/custom/composer.json
@@ -8,7 +8,7 @@
},
"require": {
"php": ">=5.5",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"fig/http-message-util": "^1.0"
},
"minimum-stability": "stable"
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/inheritance/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/inheritance/composer.json
index dca647e..c7a8ea7 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/inheritance/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/inheritance/composer.json
@@ -8,7 +8,7 @@
},
"require": {
"php": ">=5.5",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"fig/http-message-util": "^1.0"
},
"minimum-stability": "stable"
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/issued-payment-card/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/issued-payment-card/composer.json
index a03ae03..da79d88 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/issued-payment-card/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/issued-payment-card/composer.json
@@ -9,7 +9,7 @@
"require": {
"php": ">=5.5",
"evp/money": "^1.0 || ^2.0",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"fig/http-message-util": "^1.0"
},
"minimum-stability": "stable"
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/public-transfers/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/public-transfers/composer.json
index 6ba9a5a..5b649b6 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/public-transfers/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/public-transfers/composer.json
@@ -9,7 +9,7 @@
"require": {
"php": ">=5.5",
"evp/money": "^1.0 || ^2.0",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"fig/http-message-util": "^1.0"
},
"minimum-stability": "stable"
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/questionnaire/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/questionnaire/composer.json
index 9292e83..05a625b 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/questionnaire/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/questionnaire/composer.json
@@ -8,7 +8,7 @@
},
"require": {
"php": ">=5.5",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"fig/http-message-util": "^1.0"
},
"minimum-stability": "stable"
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/returns-money/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/returns-money/composer.json
index 613d28f..e091643 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/returns-money/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/returns-money/composer.json
@@ -9,7 +9,7 @@
"require": {
"php": ">=5.5",
"evp/money": "^1.0 || ^2.0",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"fig/http-message-util": "^1.0"
},
"minimum-stability": "stable"
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/transfer-surveillance/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/transfer-surveillance/composer.json
index 4bf72c6..410500a 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/transfer-surveillance/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/transfer-surveillance/composer.json
@@ -8,7 +8,7 @@
},
"require": {
"php": ">=5.5",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"fig/http-message-util": "^1.0"
},
"minimum-stability": "stable"
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/transfer/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/transfer/composer.json
index 8f3654e..1356f4a 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/transfer/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/transfer/composer.json
@@ -9,7 +9,7 @@
"require": {
"php": ">=5.5",
"evp/money": "^1.0 || ^2.0",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"fig/http-message-util": "^1.0"
},
"minimum-stability": "stable"
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/user-info/composer.json b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/user-info/composer.json
index bc1d4a4..41d0a40 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/user-info/composer.json
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/expected/user-info/composer.json
@@ -8,7 +8,7 @@
},
"require": {
"php": ">=5.5",
- "paysera/lib-rest-client-common": "^1.0 | ^2.1",
+ "paysera/lib-rest-client-common": "^1.0 | ^2.5",
"fig/http-message-util": "^1.0"
},
"minimum-stability": "stable"
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest.raml b/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest.raml
index 00a68bf..5d966f6 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest.raml
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest.raml
@@ -2,9 +2,11 @@
usage: Used in RESTful APIs
types:
+ File: !include rest/types/file.raml
Money: !include rest/types/money.raml
Result: !include rest/types/result.raml
ResultMetadata: !include rest/types/result-metadata.raml
+ Cursors: !include rest/types/cursors.raml
UndescribedType: !include rest/types/undescribed-type.raml
traits:
Filter: !include rest/traits/filter.raml
@@ -12,3 +14,5 @@ traits:
annotationTypes:
datetimeTimestamp: !include rest/annotation-types/datetime-timestamp.raml
entityType: !include rest/annotation-types/entity-type.raml
+ streamResponse: !include rest/annotation-types/stream-response.raml
+
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest/annotation-types/stream-response.raml b/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest/annotation-types/stream-response.raml
new file mode 100644
index 0000000..5f92ebe
--- /dev/null
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest/annotation-types/stream-response.raml
@@ -0,0 +1,4 @@
+#%RAML 1.0 AnnotationTypeDeclaration
+type: nil
+description: Used to mark method to return stream interface
+allowedTargets: Method
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest/types/cursors.raml b/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest/types/cursors.raml
new file mode 100644
index 0000000..397b5ca
--- /dev/null
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest/types/cursors.raml
@@ -0,0 +1,17 @@
+#%RAML 1.0 DataType
+type: object
+displayName: Cursor object for cursor pagination
+properties:
+ after:
+ required: false
+ description: |
+ When order_direction = asc, stores the greatest value of the order_by field.
+ When order_direction = desc, stores the lowest value of the order_by field.
+ In both order directions the client should use this value when retrieving the next page.
+ type: string
+ before:
+ required: false
+ description: |
+ When order_direction = asc, stores the lowest value of the order_by field.
+ When order_direction = desc, stores the greatest value of the order_by field.
+ type: string
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest/types/file.raml b/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest/types/file.raml
new file mode 100644
index 0000000..9f0adfd
--- /dev/null
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/__library/rest/types/file.raml
@@ -0,0 +1,16 @@
+#%RAML 1.0 DataType
+type: object
+displayName: File object
+properties:
+ name:
+ required: false
+ type: string
+ content:
+ required: true
+ type: string
+ mime_type:
+ required: false
+ type: string
+ size:
+ required: false
+ type: integer
diff --git a/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/category/api.raml b/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/category/api.raml
index 3cf6c2c..6c23611 100644
--- a/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/category/api.raml
+++ b/tests/PhpGeneratorBundle/RestClient/Fixtures/raml/category/api.raml
@@ -70,3 +70,12 @@ traits:
description: Get keywords list
is:
- Paysera.Filter
+ /upload:
+ put:
+ description: Upload category
+ body:
+ application/json:
+ type: Paysera.File
+ responses:
+ 204:
+ body: null
diff --git a/vendor-bin/box/composer.lock b/vendor-bin/box/composer.lock
index d631177..244ab0a 100644
--- a/vendor-bin/box/composer.lock
+++ b/vendor-bin/box/composer.lock
@@ -8,16 +8,16 @@
"packages": [
{
"name": "amphp/amp",
- "version": "v2.5.0",
+ "version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
- "reference": "f220a51458bf4dd0dedebb171ac3457813c72bbc"
+ "reference": "efca2b32a7580087adb8aabbff6be1dc1bb924a9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/amp/zipball/f220a51458bf4dd0dedebb171ac3457813c72bbc",
- "reference": "f220a51458bf4dd0dedebb171ac3457813c72bbc",
+ "url": "https://api.github.com/repos/amphp/amp/zipball/efca2b32a7580087adb8aabbff6be1dc1bb924a9",
+ "reference": "efca2b32a7580087adb8aabbff6be1dc1bb924a9",
"shasum": ""
},
"require": {
@@ -82,7 +82,13 @@
"non-blocking",
"promise"
],
- "time": "2020-07-14T21:47:18+00:00"
+ "funding": [
+ {
+ "url": "https://github.com/amphp",
+ "type": "github"
+ }
+ ],
+ "time": "2021-01-10T17:06:37+00:00"
},
{
"name": "amphp/byte-stream",
@@ -481,32 +487,31 @@
},
{
"name": "beberlei/assert",
- "version": "v3.2.7",
+ "version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/beberlei/assert.git",
- "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
+ "reference": "5367e3895976b49704ae671f75bc5f0ba1b986ab"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
- "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
+ "url": "https://api.github.com/repos/beberlei/assert/zipball/5367e3895976b49704ae671f75bc5f0ba1b986ab",
+ "reference": "5367e3895976b49704ae671f75bc5f0ba1b986ab",
"shasum": ""
},
"require": {
"ext-ctype": "*",
+ "ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
- "php": "^7"
+ "php": "^7.0 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
- "phpstan/phpstan-shim": "*",
- "phpunit/phpunit": ">=6.0.0 <8"
- },
- "suggest": {
- "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
+ "phpstan/phpstan": "*",
+ "phpunit/phpunit": ">=6.0.0",
+ "yoast/phpunit-polyfills": "^0.1.0"
},
"type": "library",
"autoload": {
@@ -539,24 +544,24 @@
"assertion",
"validation"
],
- "time": "2019-12-19T17:51:41+00:00"
+ "time": "2020-11-13T20:02:54+00:00"
},
{
"name": "composer/semver",
- "version": "1.5.1",
+ "version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
+ "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
- "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
+ "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
+ "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
"shasum": ""
},
"require": {
- "php": "^5.3.2 || ^7.0"
+ "php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5"
@@ -600,20 +605,34 @@
"validation",
"versioning"
],
- "time": "2020-01-13T12:06:48+00:00"
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-12-03T15:47:16+00:00"
},
{
"name": "composer/xdebug-handler",
- "version": "1.4.3",
+ "version": "1.4.5",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
- "reference": "ebd27a9866ae8254e873866f795491f02418c5a5"
+ "reference": "f28d44c286812c714741478d968104c5e604a1d4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ebd27a9866ae8254e873866f795491f02418c5a5",
- "reference": "ebd27a9866ae8254e873866f795491f02418c5a5",
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
+ "reference": "f28d44c286812c714741478d968104c5e604a1d4",
"shasum": ""
},
"require": {
@@ -658,7 +677,7 @@
"type": "tidelift"
}
],
- "time": "2020-08-19T10:27:58+00:00"
+ "time": "2020-11-13T08:04:11+00:00"
},
{
"name": "hoa/compiler",
@@ -1718,20 +1737,20 @@
},
{
"name": "nikic/iter",
- "version": "v2.0.0",
+ "version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/iter.git",
- "reference": "1417341030a43fba0764486f7ad49ccc7b76e73f"
+ "reference": "a7f3aa313c1315e14cf1d7e520c0f781f584a42f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/iter/zipball/1417341030a43fba0764486f7ad49ccc7b76e73f",
- "reference": "1417341030a43fba0764486f7ad49ccc7b76e73f",
+ "url": "https://api.github.com/repos/nikic/iter/zipball/a7f3aa313c1315e14cf1d7e520c0f781f584a42f",
+ "reference": "a7f3aa313c1315e14cf1d7e520c0f781f584a42f",
"shasum": ""
},
"require": {
- "php": "^7.1"
+ "php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "~7.0"
@@ -1765,20 +1784,20 @@
"generator",
"iterator"
],
- "time": "2019-05-12T20:50:16+00:00"
+ "time": "2020-09-19T15:58:13+00:00"
},
{
"name": "nikic/php-parser",
- "version": "v4.9.0",
+ "version": "v4.10.4",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "aaee038b912e567780949787d5fe1977be11a778"
+ "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/aaee038b912e567780949787d5fe1977be11a778",
- "reference": "aaee038b912e567780949787d5fe1977be11a778",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
+ "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
"shasum": ""
},
"require": {
@@ -1817,7 +1836,7 @@
"parser",
"php"
],
- "time": "2020-08-18T19:48:01+00:00"
+ "time": "2020-12-20T10:01:03+00:00"
},
{
"name": "ocramius/package-versions",
@@ -1871,29 +1890,29 @@
},
{
"name": "opis/closure",
- "version": "3.5.6",
+ "version": "3.6.1",
"source": {
"type": "git",
"url": "https://github.com/opis/closure.git",
- "reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9"
+ "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/opis/closure/zipball/e8d34df855b0a0549a300cb8cb4db472556e8aa9",
- "reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9",
+ "url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
+ "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
"shasum": ""
},
"require": {
- "php": "^5.4 || ^7.0"
+ "php": "^5.4 || ^7.0 || ^8.0"
},
"require-dev": {
"jeremeamia/superclosure": "^2.0",
- "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
+ "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.5.x-dev"
+ "dev-master": "3.6.x-dev"
}
},
"autoload": {
@@ -1928,28 +1947,28 @@
"serialization",
"serialize"
],
- "time": "2020-08-11T08:46:50+00:00"
+ "time": "2020-11-07T02:01:34+00:00"
},
{
"name": "paragonie/constant_time_encoding",
- "version": "v2.3.0",
+ "version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
- "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
+ "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
- "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
+ "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
+ "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
"shasum": ""
},
"require": {
"php": "^7|^8"
},
"require-dev": {
- "phpunit/phpunit": "^6|^7",
- "vimeo/psalm": "^1|^2|^3"
+ "phpunit/phpunit": "^6|^7|^8|^9",
+ "vimeo/psalm": "^1|^2|^3|^4"
},
"type": "library",
"autoload": {
@@ -1990,7 +2009,7 @@
"hex2bin",
"rfc4648"
],
- "time": "2019-11-06T19:20:29+00:00"
+ "time": "2020-12-06T15:14:20+00:00"
},
{
"name": "paragonie/pharaoh",
@@ -2049,20 +2068,20 @@
},
{
"name": "paragonie/random_compat",
- "version": "v9.99.99",
+ "version": "v9.99.100",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
- "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
+ "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
- "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
+ "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
"shasum": ""
},
"require": {
- "php": "^7"
+ "php": ">= 7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
@@ -2090,20 +2109,20 @@
"pseudorandom",
"random"
],
- "time": "2018-07-02T15:55:56+00:00"
+ "time": "2020-10-15T08:29:30+00:00"
},
{
"name": "paragonie/sodium_compat",
- "version": "v1.13.0",
+ "version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
- "reference": "bbade402cbe84c69b718120911506a3aa2bae653"
+ "reference": "a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/bbade402cbe84c69b718120911506a3aa2bae653",
- "reference": "bbade402cbe84c69b718120911506a3aa2bae653",
+ "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3",
+ "reference": "a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3",
"shasum": ""
},
"require": {
@@ -2111,7 +2130,7 @@
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
},
"require-dev": {
- "phpunit/phpunit": "^3|^4|^5|^6|^7"
+ "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
},
"suggest": {
"ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
@@ -2172,7 +2191,7 @@
"secret-key cryptography",
"side-channel resistant"
],
- "time": "2020-03-20T21:48:09+00:00"
+ "time": "2020-12-03T16:26:19+00:00"
},
{
"name": "phpdocumentor/reflection-common",
@@ -2329,16 +2348,16 @@
},
{
"name": "phpseclib/phpseclib",
- "version": "2.0.28",
+ "version": "2.0.30",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
- "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260"
+ "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
- "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
+ "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
"shasum": ""
},
"require": {
@@ -2346,8 +2365,7 @@
},
"require-dev": {
"phing/phing": "~2.7",
- "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
- "sami/sami": "~2.0",
+ "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
"squizlabs/php_codesniffer": "~2.0"
},
"suggest": {
@@ -2417,31 +2435,40 @@
"x.509",
"x509"
],
- "time": "2020-07-08T09:08:33+00:00"
+ "funding": [
+ {
+ "url": "https://github.com/terrafrost",
+ "type": "github"
+ },
+ {
+ "url": "https://www.patreon.com/phpseclib",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-12-17T05:42:04+00:00"
},
{
"name": "psr/container",
- "version": "1.0.0",
+ "version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
+ "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
+ "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
+ "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=7.2.0"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
@@ -2454,7 +2481,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
@@ -2466,7 +2493,7 @@
"container-interop",
"psr"
],
- "time": "2017-02-14T16:28:37+00:00"
+ "time": "2021-03-05T17:36:06+00:00"
},
{
"name": "psr/log",
@@ -2587,23 +2614,25 @@
},
{
"name": "roave/signature",
- "version": "1.0.0",
+ "version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/Roave/Signature.git",
- "reference": "bed4ecbdd7f312ab6bb39561ac191f520bcee386"
+ "reference": "c4e8a59946bad694ab5682a76e7884a9157a8a2c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Roave/Signature/zipball/bed4ecbdd7f312ab6bb39561ac191f520bcee386",
- "reference": "bed4ecbdd7f312ab6bb39561ac191f520bcee386",
+ "url": "https://api.github.com/repos/Roave/Signature/zipball/c4e8a59946bad694ab5682a76e7884a9157a8a2c",
+ "reference": "c4e8a59946bad694ab5682a76e7884a9157a8a2c",
"shasum": ""
},
"require": {
- "php": "^7.0|^7.1"
+ "php": "^7.1 || ^7.2"
},
"require-dev": {
- "phpunit/phpunit": "^5.6"
+ "infection/infection": "^0.7.1",
+ "phpunit/phpunit": "^7.0",
+ "squizlabs/php_codesniffer": "^3.2"
},
"type": "library",
"autoload": {
@@ -2616,20 +2645,20 @@
"MIT"
],
"description": "Sign and verify stuff",
- "time": "2017-02-17T13:53:21+00:00"
+ "time": "2020-10-01T07:27:11+00:00"
},
{
"name": "seld/jsonlint",
- "version": "1.8.2",
+ "version": "1.8.3",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
- "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337"
+ "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/590cfec960b77fd55e39b7d9246659e95dd6d337",
- "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337",
+ "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
+ "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
"shasum": ""
},
"require": {
@@ -2675,20 +2704,20 @@
"type": "tidelift"
}
],
- "time": "2020-08-25T06:56:57+00:00"
+ "time": "2020-11-11T09:19:24+00:00"
},
{
"name": "symfony/console",
- "version": "v4.4.11",
+ "version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "55d07021da933dd0d633ffdab6f45d5b230c7e02"
+ "reference": "c98349bda966c70d6c08b4cd8658377c94166492"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/55d07021da933dd0d633ffdab6f45d5b230c7e02",
- "reference": "55d07021da933dd0d633ffdab6f45d5b230c7e02",
+ "url": "https://api.github.com/repos/symfony/console/zipball/c98349bda966c70d6c08b4cd8658377c94166492",
+ "reference": "c98349bda966c70d6c08b4cd8658377c94166492",
"shasum": ""
},
"require": {
@@ -2723,11 +2752,6 @@
"symfony/process": ""
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
@@ -2750,22 +2774,36 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Console Component",
+ "description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
- "time": "2020-07-06T13:18:39+00:00"
+ "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": "2021-02-22T18:44:15+00:00"
},
{
"name": "symfony/filesystem",
- "version": "v4.4.11",
+ "version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "b27f491309db5757816db672b256ea2e03677d30"
+ "reference": "715e7a531bdae109a828f9e91629e5b3b2926beb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/b27f491309db5757816db672b256ea2e03677d30",
- "reference": "b27f491309db5757816db672b256ea2e03677d30",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/715e7a531bdae109a828f9e91629e5b3b2926beb",
+ "reference": "715e7a531bdae109a828f9e91629e5b3b2926beb",
"shasum": ""
},
"require": {
@@ -2773,11 +2811,6 @@
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
@@ -2800,33 +2833,42 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Filesystem Component",
+ "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
- "time": "2020-05-30T18:50:54+00:00"
+ "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": "2021-02-11T19:34:41+00:00"
},
{
"name": "symfony/finder",
- "version": "v4.4.11",
+ "version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "2727aa35fddfada1dd37599948528e9b152eb742"
+ "reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/2727aa35fddfada1dd37599948528e9b152eb742",
- "reference": "2727aa35fddfada1dd37599948528e9b152eb742",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/2543795ab1570df588b9bbd31e1a2bd7037b94f6",
+ "reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
@@ -2849,26 +2891,40 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Finder Component",
+ "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
- "time": "2020-07-05T09:39:30+00:00"
+ "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": "2021-02-12T10:48:09+00:00"
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.18.1",
+ "version": "v1.22.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
+ "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
- "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
+ "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
@@ -2876,7 +2932,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.18-dev"
+ "dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -2913,24 +2969,38 @@
"polyfill",
"portable"
],
- "time": "2020-07-14T12:35:20+00:00"
+ "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": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.18.1",
+ "version": "v1.22.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
+ "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
- "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
+ "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=7.1"
},
"suggest": {
"ext-mbstring": "For best performance"
@@ -2938,7 +3008,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.18-dev"
+ "dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -2976,29 +3046,43 @@
"portable",
"shim"
],
- "time": "2020-07-14T12:35:20+00:00"
+ "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": "2021-01-22T09:19:47+00:00"
},
{
"name": "symfony/polyfill-php72",
- "version": "v1.18.1",
+ "version": "v1.22.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "639447d008615574653fb3bc60d1986d7172eaae"
+ "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
- "reference": "639447d008615574653fb3bc60d1986d7172eaae",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
+ "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.18-dev"
+ "dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3035,29 +3119,43 @@
"portable",
"shim"
],
- "time": "2020-07-14T12:35:20+00:00"
+ "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": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/polyfill-php73",
- "version": "v1.18.1",
+ "version": "v1.22.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
- "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
+ "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
- "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
+ "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.18-dev"
+ "dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3097,29 +3195,43 @@
"portable",
"shim"
],
- "time": "2020-07-14T12:35:20+00:00"
+ "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": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/polyfill-php80",
- "version": "v1.18.1",
+ "version": "v1.22.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
+ "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
- "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
+ "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
"shasum": ""
},
"require": {
- "php": ">=7.0.8"
+ "php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.18-dev"
+ "dev-main": "1.22-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3163,31 +3275,40 @@
"portable",
"shim"
],
- "time": "2020-07-14T12:35:20+00:00"
+ "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": "2021-01-07T16:49:33+00:00"
},
{
"name": "symfony/process",
- "version": "v4.4.11",
+ "version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "65e70bab62f3da7089a8d4591fb23fbacacb3479"
+ "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/65e70bab62f3da7089a8d4591fb23fbacacb3479",
- "reference": "65e70bab62f3da7089a8d4591fb23fbacacb3479",
+ "url": "https://api.github.com/repos/symfony/process/zipball/7e950b6366d4da90292c2e7fa820b3c1842b965a",
+ "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
@@ -3210,9 +3331,23 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Process Component",
+ "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
- "time": "2020-07-23T08:31:43+00:00"
+ "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": "2021-01-27T09:09:26+00:00"
},
{
"name": "symfony/service-contracts",
@@ -3292,16 +3427,16 @@
},
{
"name": "symfony/var-dumper",
- "version": "v4.4.11",
+ "version": "v4.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "2125805a1a4e57f2340bc566c3013ca94d2722dc"
+ "reference": "a1eab2f69906dc83c5ddba4632180260d0ab4f7f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2125805a1a4e57f2340bc566c3013ca94d2722dc",
- "reference": "2125805a1a4e57f2340bc566c3013ca94d2722dc",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a1eab2f69906dc83c5ddba4632180260d0ab4f7f",
+ "reference": "a1eab2f69906dc83c5ddba4632180260d0ab4f7f",
"shasum": ""
},
"require": {
@@ -3318,7 +3453,7 @@
"ext-iconv": "*",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/process": "^4.4|^5.0",
- "twig/twig": "^1.34|^2.4|^3.0"
+ "twig/twig": "^1.43|^2.13|^3.0.4"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
@@ -3329,11 +3464,6 @@
"Resources/bin/var-dump-server"
],
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- },
"autoload": {
"files": [
"Resources/functions/dump.php"
@@ -3359,13 +3489,27 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony mechanism for exploring and dumping PHP variables",
+ "description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
- "time": "2020-06-24T13:34:53+00:00"
+ "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": "2021-01-27T09:09:26+00:00"
},
{
"name": "ulrichsg/getopt-php",
@@ -3418,12 +3562,12 @@
"version": "1.9.1",
"source": {
"type": "git",
- "url": "https://github.com/webmozart/assert.git",
+ "url": "https://github.com/webmozarts/assert.git",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
"shasum": ""
},