mirror of
https://github.com/marcostoll/FF-DataStructures.git
synced 2025-01-17 06:38:18 +01:00
Merge branch 'release/1.0.1'
This commit is contained in:
commit
cd76cd856a
@ -14,7 +14,7 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.2",
|
||||
"fastforward/common": "^1.0.0"
|
||||
"fastforward/utils": "^1.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8"
|
||||
@ -22,7 +22,7 @@
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/marcostoll/FF-Common"
|
||||
"url": "https://github.com/marcostoll/FF-Utils"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
|
131
composer.lock
generated
131
composer.lock
generated
@ -4,20 +4,20 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "e9aa202c7d44228b58bb7779967704e2",
|
||||
"content-hash": "41298b27f3822b44ed28fd369205d8e5",
|
||||
"packages": [
|
||||
{
|
||||
"name": "fastforward/common",
|
||||
"name": "fastforward/utils",
|
||||
"version": "1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/marcostoll/FF-Common.git",
|
||||
"reference": "161a69b19897bca2f9eb11fd2e82cebb937d75d1"
|
||||
"url": "https://github.com/marcostoll/FF-Utils.git",
|
||||
"reference": "e03a4b2eeb29e7c3cda8005f9c728ca7d729fd1d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/marcostoll/FF-Common/zipball/161a69b19897bca2f9eb11fd2e82cebb937d75d1",
|
||||
"reference": "161a69b19897bca2f9eb11fd2e82cebb937d75d1",
|
||||
"url": "https://api.github.com/repos/marcostoll/FF-Utils/zipball/e03a4b2eeb29e7c3cda8005f9c728ca7d729fd1d",
|
||||
"reference": "e03a4b2eeb29e7c3cda8005f9c728ca7d729fd1d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -29,7 +29,7 @@
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"FF\\Common\\": "src/"
|
||||
"FF\\Utils\\": "src/"
|
||||
},
|
||||
"classmap": [
|
||||
"src/"
|
||||
@ -46,12 +46,12 @@
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A component providing common logic used by other FF components - part of the Fast Forward Components Collection",
|
||||
"description": "A component providing supporting used by other FF components - part of the Fast Forward Components Collection",
|
||||
"support": {
|
||||
"source": "https://github.com/marcostoll/FF-Common/tree/1.0.0",
|
||||
"issues": "https://github.com/marcostoll/FF-Common/issues"
|
||||
"source": "https://github.com/marcostoll/FF-Utils/tree/1.0.0",
|
||||
"issues": "https://github.com/marcostoll/FF-Utils/issues"
|
||||
},
|
||||
"time": "2019-06-02T08:42:18+00:00"
|
||||
"time": "2019-06-12T08:50:43+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
@ -478,16 +478,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
"version": "7.0.4",
|
||||
"version": "7.0.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||
"reference": "6024c8a6cb962d496b7bd049ed8f48473824176d"
|
||||
"reference": "aed67b57d459dcab93e84a5c9703d3deb5025dff"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6024c8a6cb962d496b7bd049ed8f48473824176d",
|
||||
"reference": "6024c8a6cb962d496b7bd049ed8f48473824176d",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aed67b57d459dcab93e84a5c9703d3deb5025dff",
|
||||
"reference": "aed67b57d459dcab93e84a5c9703d3deb5025dff",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -537,7 +537,7 @@
|
||||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2019-05-29T09:59:31+00:00"
|
||||
"time": "2019-06-06T12:28:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
@ -632,16 +632,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-timer",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
||||
"reference": "8b389aebe1b8b0578430bda0c7c95a829608e059"
|
||||
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
|
||||
"reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
|
||||
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -677,7 +677,7 @@
|
||||
"keywords": [
|
||||
"timer"
|
||||
],
|
||||
"time": "2019-02-20T10:12:59+00:00"
|
||||
"time": "2019-06-07T04:22:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-token-stream",
|
||||
@ -730,42 +730,43 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "8.1.6",
|
||||
"version": "8.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "e3c9da6e645492c461e0a11eca117f83f4f4c840"
|
||||
"reference": "047f771e34dccacb6c432a1a70e9980e087eac92"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e3c9da6e645492c461e0a11eca117f83f4f4c840",
|
||||
"reference": "e3c9da6e645492c461e0a11eca117f83f4f4c840",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/047f771e34dccacb6c432a1a70e9980e087eac92",
|
||||
"reference": "047f771e34dccacb6c432a1a70e9980e087eac92",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/instantiator": "^1.1",
|
||||
"doctrine/instantiator": "^1.2.0",
|
||||
"ext-dom": "*",
|
||||
"ext-json": "*",
|
||||
"ext-libxml": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-xml": "*",
|
||||
"ext-xmlwriter": "*",
|
||||
"myclabs/deep-copy": "^1.7",
|
||||
"phar-io/manifest": "^1.0.2",
|
||||
"phar-io/version": "^2.0",
|
||||
"myclabs/deep-copy": "^1.9.1",
|
||||
"phar-io/manifest": "^1.0.3",
|
||||
"phar-io/version": "^2.0.1",
|
||||
"php": "^7.2",
|
||||
"phpspec/prophecy": "^1.7",
|
||||
"phpunit/php-code-coverage": "^7.0",
|
||||
"phpunit/php-file-iterator": "^2.0.1",
|
||||
"phpspec/prophecy": "^1.8.0",
|
||||
"phpunit/php-code-coverage": "^7.0.5",
|
||||
"phpunit/php-file-iterator": "^2.0.2",
|
||||
"phpunit/php-text-template": "^1.2.1",
|
||||
"phpunit/php-timer": "^2.1",
|
||||
"sebastian/comparator": "^3.0",
|
||||
"sebastian/diff": "^3.0",
|
||||
"sebastian/environment": "^4.1",
|
||||
"sebastian/exporter": "^3.1",
|
||||
"sebastian/global-state": "^3.0",
|
||||
"phpunit/php-timer": "^2.1.2",
|
||||
"sebastian/comparator": "^3.0.2",
|
||||
"sebastian/diff": "^3.0.2",
|
||||
"sebastian/environment": "^4.2.2",
|
||||
"sebastian/exporter": "^3.1.0",
|
||||
"sebastian/global-state": "^3.0.0",
|
||||
"sebastian/object-enumerator": "^3.0.3",
|
||||
"sebastian/resource-operations": "^2.0",
|
||||
"sebastian/resource-operations": "^2.0.1",
|
||||
"sebastian/type": "^1.1.0",
|
||||
"sebastian/version": "^2.0.1"
|
||||
},
|
||||
"require-dev": {
|
||||
@ -774,7 +775,7 @@
|
||||
"suggest": {
|
||||
"ext-soap": "*",
|
||||
"ext-xdebug": "*",
|
||||
"phpunit/php-invoker": "^2.0"
|
||||
"phpunit/php-invoker": "^2.0.0"
|
||||
},
|
||||
"bin": [
|
||||
"phpunit"
|
||||
@ -782,7 +783,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "8.1-dev"
|
||||
"dev-master": "8.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -808,7 +809,7 @@
|
||||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2019-05-28T11:53:42+00:00"
|
||||
"time": "2019-06-07T14:04:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/code-unit-reverse-lookup",
|
||||
@ -1336,6 +1337,52 @@
|
||||
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
||||
"time": "2018-10-04T04:07:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/type",
|
||||
"version": "1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/type.git",
|
||||
"reference": "b2a7f9aac51ce18cd7ac8b31e37c8ce5646fc741"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b2a7f9aac51ce18cd7ac8b31e37c8ce5646fc741",
|
||||
"reference": "b2a7f9aac51ce18cd7ac8b31e37c8ce5646fc741",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.1-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"src/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sebastian Bergmann",
|
||||
"email": "sebastian@phpunit.de",
|
||||
"role": "lead"
|
||||
}
|
||||
],
|
||||
"description": "Collection of value objects that represent the types of the PHP type system",
|
||||
"homepage": "https://github.com/sebastianbergmann/type",
|
||||
"time": "2019-06-08T04:53:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/version",
|
||||
"version": "2.0.1",
|
||||
|
@ -10,7 +10,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace FF\DataStructures;
|
||||
|
||||
use FF\Common\Utils\StringUtils;
|
||||
use FF\Utils\StringUtils;
|
||||
|
||||
/**
|
||||
* Class Record
|
||||
|
Loading…
x
Reference in New Issue
Block a user