diff --git a/composer.json b/composer.json index 03fb029..2b417f8 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "ext-json": "*", "ext-zlib": "*", "jtl-scx/api-base-client": "^1.4", - "jtl/php-generic-collection": "^0.3", + "jtl/php-generic-collection": "^0.3 || ^0.5", "myclabs/php-enum": "^1.8" }, "require-dev": { diff --git a/composer.lock b/composer.lock index e0a1987..a81a08b 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": "2e004773325763bde0c61e36a649848c", + "content-hash": "ac6ab87e167970a8f41e1dbb957324f6", "packages": [ { "name": "guzzlehttp/guzzle", @@ -329,24 +329,27 @@ }, { "name": "jtl/php-generic-collection", - "version": "0.3.0", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/jtl-software/php-generic-collection.git", - "reference": "730bd74011eea2b2525f0b6aa460eafa49a4fecd" + "reference": "8b5f9e5b5f695f94541731c9e599110aea2b0d40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jtl-software/php-generic-collection/zipball/730bd74011eea2b2525f0b6aa460eafa49a4fecd", - "reference": "730bd74011eea2b2525f0b6aa460eafa49a4fecd", + "url": "https://api.github.com/repos/jtl-software/php-generic-collection/zipball/8b5f9e5b5f695f94541731c9e599110aea2b0d40", + "reference": "8b5f9e5b5f695f94541731c9e599110aea2b0d40", "shasum": "" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.14", - "phpstan/phpstan": "^0.11.4", - "phpunit/phpunit": "^8.0" + "friendsofphp/php-cs-fixer": "^3.5", + "infection/infection": "^0.26", + "php": "^8.0", + "phpstan/phpstan": "^1.2", + "phpunit/phpunit": "^9.5", + "vimeo/psalm": "^4.13" }, - "type": "library", + "type": "jtl-library", "autoload": { "psr-4": { "JTL\\Generic\\": "src/" @@ -357,7 +360,11 @@ "MIT" ], "description": "An implementation of a generic collection for PHP", - "time": "2020-01-07T14:23:54+00:00" + "support": { + "issues": "https://github.com/jtl-software/php-generic-collection/issues", + "source": "https://github.com/jtl-software/php-generic-collection/tree/0.5.0" + }, + "time": "2022-02-25T09:55:28+00:00" }, { "name": "myclabs/php-enum", @@ -5284,5 +5291,5 @@ "ext-zlib": "*" }, "platform-dev": [], - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" }