PATH:
home
/
centosnipponia
/
public_html
/
eccity
/
cache
/
repo
/
https---repo.packagist.org
{"minified":"composer/2.0","packages":{"ramsey/uuid":[{"name":"ramsey/uuid","description":"A PHP library for generating and working with universally unique identifiers (UUIDs).","keywords":["uuid","identifier","guid"],"homepage":"","version":"4.2.1","version_normalized":"4.2.1.0","license":["MIT"],"authors":[],"source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"fe665a03df4f056aa65af552a96e1976df8c8dae"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/fe665a03df4f056aa65af552a96e1976df8c8dae","reference":"fe665a03df4f056aa65af552a96e1976df8c8dae","shasum":""},"type":"library","funding":[{"url":"https://github.com/ramsey","type":"github"},{"url":"https://tidelift.com/funding/github/packagist/ramsey/uuid","type":"tidelift"}],"time":"2021-08-11T01:06:55+00:00","autoload":{"psr-4":{"Ramsey\\Uuid\\":"src/"},"files":["src/functions.php"]},"extra":{"branch-alias":{"dev-main":"4.x-dev"},"captainhook":{"force-install":true}},"require":{"php":"^7.2 || ^8","ext-json":"*","brick/math":"^0.8 || ^0.9","ramsey/collection":"^1.0","symfony/polyfill-ctype":"^1.8"},"require-dev":{"captainhook/captainhook":"^5.10","captainhook/plugin-composer":"^5.3","dealerdirect/phpcodesniffer-composer-installer":"^0.7.0","doctrine/annotations":"^1.8","ergebnis/composer-normalize":"^2.15","mockery/mockery":"^1.3","moontoast/math":"^1.1","paragonie/random-lib":"^2","php-mock/php-mock":"^2.2","php-mock/php-mock-mockery":"^1.3","php-parallel-lint/php-parallel-lint":"^1.1","phpbench/phpbench":"^1.0","phpstan/extension-installer":"^1.0","phpstan/phpstan":"^0.12","phpstan/phpstan-mockery":"^0.12","phpstan/phpstan-phpunit":"^0.12","phpunit/phpunit":"^8.5 || ^9","slevomat/coding-standard":"^7.0","squizlabs/php_codesniffer":"^3.5","vimeo/psalm":"^4.9"},"suggest":{"ext-bcmath":"Enables faster math with arbitrary-precision integers using BCMath.","ext-ctype":"Enables faster processing of character classification using ctype functions.","ext-gmp":"Enables faster math with arbitrary-precision integers using GMP.","ext-uuid":"Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.","paragonie/random-lib":"Provides RandomLib for use with the RandomLibAdapter","ramsey/uuid-doctrine":"Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."},"replace":{"rhumsaa/uuid":"self.version"},"support":{"issues":"https://github.com/ramsey/uuid/issues","source":"https://github.com/ramsey/uuid/tree/4.2.1"}},{"version":"4.2.0","version_normalized":"4.2.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"7231612a5221f5524d3575bebdce20eeef8547a1"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/7231612a5221f5524d3575bebdce20eeef8547a1","reference":"7231612a5221f5524d3575bebdce20eeef8547a1","shasum":""},"time":"2021-08-06T22:30:43+00:00","support":{"issues":"https://github.com/ramsey/uuid/issues","source":"https://github.com/ramsey/uuid/tree/4.2.0"}},{"homepage":"https://github.com/ramsey/uuid","version":"4.1.1","version_normalized":"4.1.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"cd4032040a750077205918c86049aa0f43d22947"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947","reference":"cd4032040a750077205918c86049aa0f43d22947","shasum":""},"funding":[{"url":"https://github.com/ramsey","type":"github"}],"time":"2020-08-18T17:17:46+00:00","extra":{"branch-alias":{"dev-master":"4.x-dev"}},"require-dev":{"codeception/aspect-mock":"^3","dealerdirect/phpcodesniffer-composer-installer":"^0.6.2 || ^0.7.0","doctrine/annotations":"^1.8","goaop/framework":"^2","mockery/mockery":"^1.3","moontoast/math":"^1.1","paragonie/random-lib":"^2","php-mock/php-mock-mockery":"^1.3","php-mock/php-mock-phpunit":"^2.5","php-parallel-lint/php-parallel-lint":"^1.1","phpbench/phpbench":"^0.17.1","phpstan/extension-installer":"^1.0","phpstan/phpstan":"^0.12","phpstan/phpstan-mockery":"^0.12","phpstan/phpstan-phpunit":"^0.12","phpunit/phpunit":"^8.5","psy/psysh":"^0.10.0","slevomat/coding-standard":"^6.0","squizlabs/php_codesniffer":"^3.5","vimeo/psalm":"3.9.4"},"suggest":{"ext-bcmath":"Enables faster math with arbitrary-precision integers using BCMath.","ext-ctype":"Enables faster processing of character classification using ctype functions.","ext-gmp":"Enables faster math with arbitrary-precision integers using GMP.","ext-uuid":"Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.","ramsey/uuid-doctrine":"Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type.","paragonie/random-lib":"Provides RandomLib for use with the RandomLibAdapter"},"support":{"issues":"https://github.com/ramsey/uuid/issues","rss":"https://github.com/ramsey/uuid/releases.atom","source":"https://github.com/ramsey/uuid"}},{"version":"4.1.0","version_normalized":"4.1.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"988dbefc7878d0a35f12afb4df1f7dd0bd153c43"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/988dbefc7878d0a35f12afb4df1f7dd0bd153c43","reference":"988dbefc7878d0a35f12afb4df1f7dd0bd153c43","shasum":""},"time":"2020-07-28T16:51:01+00:00","require":{"php":"^7.2 || ^8","ext-json":"*","brick/math":"^0.8","ramsey/collection":"^1.0","symfony/polyfill-ctype":"^1.8"}},{"version":"4.0.1","version_normalized":"4.0.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d","reference":"ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d","shasum":""},"time":"2020-03-29T20:13:32+00:00","require-dev":{"codeception/aspect-mock":"^3","dealerdirect/phpcodesniffer-composer-installer":"^0.6.2","doctrine/annotations":"^1.8","goaop/framework":"^2","mockery/mockery":"^1.3","moontoast/math":"^1.1","paragonie/random-lib":"^2","php-mock/php-mock-mockery":"^1.3","php-mock/php-mock-phpunit":"^2.5","php-parallel-lint/php-parallel-lint":"^1.1","phpstan/extension-installer":"^1.0","phpstan/phpdoc-parser":"0.4.3","phpstan/phpstan":"^0.12","phpstan/phpstan-mockery":"^0.12","phpstan/phpstan-phpunit":"^0.12","phpunit/phpunit":"^8.5","psy/psysh":"^0.10.0","slevomat/coding-standard":"^6.0","squizlabs/php_codesniffer":"^3.5","vimeo/psalm":"3.9.4"}},{"version":"4.0.0","version_normalized":"4.0.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"2c9644b1d0c2bc58732413252bcbb6dce2eb0e0e"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/2c9644b1d0c2bc58732413252bcbb6dce2eb0e0e","reference":"2c9644b1d0c2bc58732413252bcbb6dce2eb0e0e","shasum":""},"time":"2020-03-22T02:34:13+00:00","require-dev":{"codeception/aspect-mock":"^3","dealerdirect/phpcodesniffer-composer-installer":"^0.6.2","doctrine/annotations":"^1.8","goaop/framework":"^2","jakub-onderka/php-parallel-lint":"^1","mockery/mockery":"^1.3","moontoast/math":"^1.1","paragonie/random-lib":"^2","php-mock/php-mock-mockery":"^1.3","php-mock/php-mock-phpunit":"^2.5","phpstan/extension-installer":"^1.0","phpstan/phpdoc-parser":"0.4.3","phpstan/phpstan":"^0.12","phpstan/phpstan-mockery":"^0.12","phpstan/phpstan-phpunit":"^0.12","phpunit/phpunit":"^8.5","psy/psysh":"^0.10.0","slevomat/coding-standard":"^6.0","squizlabs/php_codesniffer":"^3.5","vimeo/psalm":"3.9.4"}},{"description":"A PHP library for generating RFC 4122 version 1, 2, 3, 4, and 5 universally unique identifiers (UUID).","version":"4.0.0-beta2","version_normalized":"4.0.0.0-beta2","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"5ee7f7aaf21be3612cd76f0a0841ff8194aa86af"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/5ee7f7aaf21be3612cd76f0a0841ff8194aa86af","reference":"5ee7f7aaf21be3612cd76f0a0841ff8194aa86af","shasum":""},"funding":[{"url":"https://github.com/ramsey","type":"github"},{"url":"https://ko-fi.com/benramsey","type":"ko_fi"}],"time":"2020-03-01T06:26:02+00:00","require":{"php":"^7.2 | ^8","ext-json":"*","brick/math":"^0.8","ramsey/collection":"^1.0","symfony/polyfill-ctype":"^1.8"},"require-dev":{"codeception/aspect-mock":"^3","dealerdirect/phpcodesniffer-composer-installer":"^0.5.0","doctrine/annotations":"^1.8","goaop/framework":"^2","jakub-onderka/php-parallel-lint":"^1","mockery/mockery":"^1.3","moontoast/math":"^1.1","paragonie/random-lib":"^2","php-mock/php-mock-mockery":"^1.3","php-mock/php-mock-phpunit":"^2.5","phpstan/extension-installer":"^1.0","phpstan/phpdoc-parser":"0.4.1","phpstan/phpstan":"^0.12","phpstan/phpstan-mockery":"^0.12","phpstan/phpstan-phpunit":"^0.12","phpunit/phpunit":"^8.5","slevomat/coding-standard":"^6.0","squizlabs/php_codesniffer":"^3.5","vimeo/psalm":"^3.7.2"},"support":{"issues":"https://github.com/ramsey/uuid/issues","rss":"https://github.com/ramsey/uuid/releases.atom","source":"https://github.com/ramsey/uuid","wiki":"https://github.com/ramsey/uuid/wiki"}},{"version":"4.0.0-beta1","version_normalized":"4.0.0.0-beta1","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"f374dae8b2e40bdd8cabc16edfbf87bddad9f11d"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/f374dae8b2e40bdd8cabc16edfbf87bddad9f11d","reference":"f374dae8b2e40bdd8cabc16edfbf87bddad9f11d","shasum":""},"time":"2020-02-27T03:12:45+00:00","funding":"__unset"},{"version":"4.0.0-alpha5","version_normalized":"4.0.0.0-alpha5","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"b00ba84a385293a3e49c881e341e8c58aa1f445b"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/b00ba84a385293a3e49c881e341e8c58aa1f445b","reference":"b00ba84a385293a3e49c881e341e8c58aa1f445b","shasum":""},"time":"2020-02-23T06:52:32+00:00"},{"version":"4.0.0-alpha4","version_normalized":"4.0.0.0-alpha4","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"a8f1692b7fb4c749cce262dddee20d07ed43b40e"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/a8f1692b7fb4c749cce262dddee20d07ed43b40e","reference":"a8f1692b7fb4c749cce262dddee20d07ed43b40e","shasum":""},"time":"2020-02-23T05:00:08+00:00","require":{"php":"^7.2 | ^8","ext-json":"*","brick/math":"^0.8","symfony/polyfill-ctype":"^1.8"}},{"version":"4.0.0-alpha3","version_normalized":"4.0.0.0-alpha3","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"a7cf07a2d8adbe4a9a2fb2ab821b3bd9167ac40c"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/a7cf07a2d8adbe4a9a2fb2ab821b3bd9167ac40c","reference":"a7cf07a2d8adbe4a9a2fb2ab821b3bd9167ac40c","shasum":""},"time":"2020-02-21T08:51:31+00:00"},{"version":"4.0.0-alpha2","version_normalized":"4.0.0.0-alpha2","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"1396eaf7565f478c65fb1a2d8a5c18ff3a0df41a"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/1396eaf7565f478c65fb1a2d8a5c18ff3a0df41a","reference":"1396eaf7565f478c65fb1a2d8a5c18ff3a0df41a","shasum":""},"time":"2020-02-21T07:46:04+00:00"},{"description":"A PHP 7.2+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).","version":"4.0.0-alpha1","version_normalized":"4.0.0.0-alpha1","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"9988854cf1ab240a9596fa9747bd41aba571de03"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/9988854cf1ab240a9596fa9747bd41aba571de03","reference":"9988854cf1ab240a9596fa9747bd41aba571de03","shasum":""},"time":"2020-01-22T06:41:45+00:00"},{"description":"Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).","version":"3.9.4","version_normalized":"3.9.4.0","authors":[{"name":"Ben Ramsey","email":"ben@benramsey.com","homepage":"https://benramsey.com"},{"name":"Marijn Huizendveld","email":"marijn.huizendveld@gmail.com"},{"name":"Thibaud Fabre","email":"thibaud@aztech.io"}],"source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"be2451bef8147b7352a28fb4cddb08adc497ada3"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/be2451bef8147b7352a28fb4cddb08adc497ada3","reference":"be2451bef8147b7352a28fb4cddb08adc497ada3","shasum":""},"funding":[{"url":"https://github.com/ramsey","type":"github"},{"url":"https://tidelift.com/funding/github/packagist/ramsey/uuid","type":"tidelift"}],"time":"2021-08-06T20:32:15+00:00","extra":{"branch-alias":{"dev-master":"3.x-dev"}},"require":{"php":"^5.4 | ^7 | ^8","ext-json":"*","paragonie/random_compat":"^1 | ^2 | ^9.99.99","symfony/polyfill-ctype":"^1.8"},"require-dev":{"codeception/aspect-mock":"^1 | ^2","doctrine/annotations":"^1.2","goaop/framework":"1.0.0-alpha.2 | ^1 | ^2.1","jakub-onderka/php-parallel-lint":"^1","mockery/mockery":"^0.9.11 | ^1","moontoast/math":"^1.1","paragonie/random-lib":"^2","php-mock/php-mock-phpunit":"^0.3 | ^1.1","phpunit/phpunit":"^4.8 | ^5.4 | ^6.5","squizlabs/php_codesniffer":"^3.5"},"suggest":{"ext-ctype":"Provides support for PHP Ctype functions","ext-libsodium":"Provides the PECL libsodium extension for use with the SodiumRandomGenerator","ext-openssl":"Provides the OpenSSL extension for use with the OpenSslGenerator","ext-uuid":"Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator","moontoast/math":"Provides support for converting UUID to 128-bit integer (in string form).","ramsey/uuid-console":"A console application for generating UUIDs with ramsey/uuid","ramsey/uuid-doctrine":"Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type.","paragonie/random-lib":"Provides RandomLib for use with the RandomLibAdapter"}},{"version":"3.9.3","version_normalized":"3.9.3.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"7e1633a6964b48589b142d60542f9ed31bd37a92"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92","reference":"7e1633a6964b48589b142d60542f9ed31bd37a92","shasum":""},"time":"2020-02-21T04:36:14+00:00","require":{"php":"^5.4 | ^7 | ^8","ext-json":"*","paragonie/random_compat":"^1 | ^2 | 9.99.99","symfony/polyfill-ctype":"^1.8"},"funding":"__unset"},{"version":"3.9.2","version_normalized":"3.9.2.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"7779489a47d443f845271badbdcedfe4df8e06fb"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb","reference":"7779489a47d443f845271badbdcedfe4df8e06fb","shasum":""},"time":"2019-12-17T08:18:51+00:00"},{"version":"3.9.1","version_normalized":"3.9.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"5ac2740e0c8c599d2bbe7f113a939f2b5b216c67"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/5ac2740e0c8c599d2bbe7f113a939f2b5b216c67","reference":"5ac2740e0c8c599d2bbe7f113a939f2b5b216c67","shasum":""},"time":"2019-12-01T04:55:27+00:00","require":{"php":"^5.4 | ^7","ext-json":"*","paragonie/random_compat":"^1 | ^2 | 9.99.99","symfony/polyfill-ctype":"^1.8"},"require-dev":{"codeception/aspect-mock":"^1 | ^2","doctrine/annotations":"^1.2","goaop/framework":"1.0.0-alpha.2 | ^1 | ^2.1","jakub-onderka/php-parallel-lint":"^0.9.0","mockery/mockery":"^0.9.9","moontoast/math":"^1.1","paragonie/random-lib":"^2","php-mock/php-mock-phpunit":"^0.3 | ^1.1","phpunit/phpunit":"^4.8 | ^5.4 | ^6.5","squizlabs/php_codesniffer":"^2.3"}},{"version":"3.9.0","version_normalized":"3.9.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"8fde15adcc90190a65e173c34da4ab1f29e05c5b"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/8fde15adcc90190a65e173c34da4ab1f29e05c5b","reference":"8fde15adcc90190a65e173c34da4ab1f29e05c5b","shasum":""},"time":"2019-11-30T23:55:53+00:00"},{"version":"3.8.0","version_normalized":"3.8.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"d09ea80159c1929d75b3f9c60504d613aeb4a1e3"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3","reference":"d09ea80159c1929d75b3f9c60504d613aeb4a1e3","shasum":""},"time":"2018-07-19T23:38:55+00:00","autoload":{"psr-4":{"Ramsey\\Uuid\\":"src/"}},"require":{"php":"^5.4 || ^7.0","paragonie/random_compat":"^1.0|^2.0|9.99.99","symfony/polyfill-ctype":"^1.8"},"require-dev":{"codeception/aspect-mock":"^1.0 | ~2.0.0","doctrine/annotations":"~1.2.0","goaop/framework":"1.0.0-alpha.2 | ^1.0 | ~2.1.0","ircmaxell/random-lib":"^1.1","jakub-onderka/php-parallel-lint":"^0.9.0","mockery/mockery":"^0.9.9","moontoast/math":"^1.1","php-mock/php-mock-phpunit":"^0.3|^1.1","phpunit/phpunit":"^4.7|^5.0|^6.5","squizlabs/php_codesniffer":"^2.3"},"suggest":{"ext-ctype":"Provides support for PHP Ctype functions","ircmaxell/random-lib":"Provides RandomLib for use with the RandomLibAdapter","ext-libsodium":"Provides the PECL libsodium extension for use with the SodiumRandomGenerator","ext-uuid":"Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator","moontoast/math":"Provides support for converting UUID to 128-bit integer (in string form).","ramsey/uuid-doctrine":"Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type.","ramsey/uuid-console":"A console application for generating UUIDs with ramsey/uuid"},"support":{"issues":"https://github.com/ramsey/uuid/issues","source":"https://github.com/ramsey/uuid"}},{"version":"3.7.3","version_normalized":"3.7.3.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"44abcdad877d9a46685a3a4d221e3b2c4b87cb76"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76","reference":"44abcdad877d9a46685a3a4d221e3b2c4b87cb76","shasum":""},"time":"2018-01-20T00:28:24+00:00","require":{"php":"^5.4 || ^7.0","paragonie/random_compat":"^1.0|^2.0"},"require-dev":{"moontoast/math":"^1.1","ircmaxell/random-lib":"^1.1","phpunit/phpunit":"^4.7|^5.0","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0","mockery/mockery":"^0.9.9","goaop/framework":"1.0.0-alpha.2 | ^1.0 | ^2.1","doctrine/annotations":"~1.2.0","codeception/aspect-mock":"^1.0 | ~2.0.0","php-mock/php-mock-phpunit":"^0.3|^1.1"},"suggest":{"ircmaxell/random-lib":"Provides RandomLib for use with the RandomLibAdapter","ext-libsodium":"Provides the PECL libsodium extension for use with the SodiumRandomGenerator","ext-uuid":"Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator","moontoast/math":"Provides support for converting UUID to 128-bit integer (in string form).","ramsey/uuid-doctrine":"Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type.","ramsey/uuid-console":"A console application for generating UUIDs with ramsey/uuid"}},{"version":"3.7.2","version_normalized":"3.7.2.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"bba83ad77bb9deb6d3c352a7361b818e415b221d"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/bba83ad77bb9deb6d3c352a7361b818e415b221d","reference":"bba83ad77bb9deb6d3c352a7361b818e415b221d","shasum":""},"time":"2018-01-13T22:22:03+00:00","require-dev":{"moontoast/math":"^1.1","ircmaxell/random-lib":"^1.1","phpunit/phpunit":"^4.7|^5.0","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0","satooshi/php-coveralls":"^0.6.1","apigen/apigen":"^4.1","mockery/mockery":"^0.9.4","goaop/framework":"1.0.0-alpha.2 | ^1.0 | ^2.1","doctrine/annotations":"~1.2.0","codeception/aspect-mock":"^1.0 | ~2.0.0","php-mock/php-mock-phpunit":"^0.3|^1.1"}},{"version":"3.7.1","version_normalized":"3.7.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"45cffe822057a09e05f7bd09ec5fb88eeecd2334"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334","reference":"45cffe822057a09e05f7bd09ec5fb88eeecd2334","shasum":""},"time":"2017-09-22T20:46:04+00:00","require-dev":{"moontoast/math":"^1.1","ircmaxell/random-lib":"^1.1","phpunit/phpunit":"^4.7|>=5.0 <5.4","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0","satooshi/php-coveralls":"^0.6.1","apigen/apigen":"^4.1","mockery/mockery":"^0.9.4","goaop/framework":"1.0.0-alpha.2 | ^1.0 | ^2.1","doctrine/annotations":"~1.2.0","codeception/aspect-mock":"^1.0 | ^2.0","php-mock/php-mock-phpunit":"^0.3|^1.1"}},{"version":"3.7.0","version_normalized":"3.7.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"0ef23d1b10cf1bc576e9d865a7e9c47982c5715e"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/0ef23d1b10cf1bc576e9d865a7e9c47982c5715e","reference":"0ef23d1b10cf1bc576e9d865a7e9c47982c5715e","shasum":""},"time":"2017-08-04T13:39:04+00:00"},{"version":"3.6.1","version_normalized":"3.6.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"4ae32dd9ab8860a4bbd750ad269cba7f06f7934e"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e","reference":"4ae32dd9ab8860a4bbd750ad269cba7f06f7934e","shasum":""},"time":"2017-03-26T20:37:53+00:00"},{"version":"3.6.0","version_normalized":"3.6.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"0b7bdfb180e72c8d76e75a649ced67e392201458"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/0b7bdfb180e72c8d76e75a649ced67e392201458","reference":"0b7bdfb180e72c8d76e75a649ced67e392201458","shasum":""},"time":"2017-03-18T15:38:09+00:00","require-dev":{"moontoast/math":"^1.1","ircmaxell/random-lib":"^1.1","phpunit/phpunit":"^4.7|>=5.0 <5.4","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0","satooshi/php-coveralls":"^0.6.1","apigen/apigen":"^4.1","mockery/mockery":"^0.9.4","goaop/framework":"1.0.0-alpha.2","doctrine/annotations":"~1.2.0","codeception/aspect-mock":"1.0.0","php-mock/php-mock-phpunit":"^0.3|^1.1"}},{"version":"3.5.2","version_normalized":"3.5.2.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"5677cfe02397dd6b58c861870dfaa5d9007d3954"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/5677cfe02397dd6b58c861870dfaa5d9007d3954","reference":"5677cfe02397dd6b58c861870dfaa5d9007d3954","shasum":""},"time":"2016-11-22T19:21:44+00:00","require":{"php":">=5.4","paragonie/random_compat":"^1.0|^2.0"}},{"version":"3.5.1","version_normalized":"3.5.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"a07797b986671b0dc823885a81d5e3516b931599"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/a07797b986671b0dc823885a81d5e3516b931599","reference":"a07797b986671b0dc823885a81d5e3516b931599","shasum":""},"time":"2016-10-02T15:51:17+00:00","require-dev":{"moontoast/math":"^1.1","ircmaxell/random-lib":"^1.1","phpunit/phpunit":"^4.7|>=5.0 <5.4","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0","satooshi/php-coveralls":"^0.6.1","apigen/apigen":"^4.1","mockery/mockery":"^0.9.4","goaop/framework":"1.0.0-alpha.2","codeception/aspect-mock":"1.0.0"}},{"version":"3.5.0","version_normalized":"3.5.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"a6d15c8618ea3951fd54d34e326b68d3d0bc0786"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/a6d15c8618ea3951fd54d34e326b68d3d0bc0786","reference":"a6d15c8618ea3951fd54d34e326b68d3d0bc0786","shasum":""},"time":"2016-08-02T18:39:32+00:00"},{"version":"3.4.1","version_normalized":"3.4.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"b4fe3b7387cb323fd15ad5837cae992422c9fa5c"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/b4fe3b7387cb323fd15ad5837cae992422c9fa5c","reference":"b4fe3b7387cb323fd15ad5837cae992422c9fa5c","shasum":""},"time":"2016-04-24T00:30:41+00:00","require-dev":{"moontoast/math":"^1.1","ircmaxell/random-lib":"^1.1","phpunit/phpunit":"^4.7|^5.0","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0","satooshi/php-coveralls":"^0.6.1","apigen/apigen":"^4.1","mockery/mockery":"^0.9.4","goaop/framework":"1.0.0-alpha.2","codeception/aspect-mock":"1.0.0"}},{"version":"3.4.0","version_normalized":"3.4.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"fb12163881a98588bcdc4ba820a96e0ff5ad97dc"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/fb12163881a98588bcdc4ba820a96e0ff5ad97dc","reference":"fb12163881a98588bcdc4ba820a96e0ff5ad97dc","shasum":""},"time":"2016-04-24T00:08:55+00:00"},{"version":"3.3.0","version_normalized":"3.3.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"f44f53e5ceb7474a83b6e11e6623ff9d6f6da598"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/f44f53e5ceb7474a83b6e11e6623ff9d6f6da598","reference":"f44f53e5ceb7474a83b6e11e6623ff9d6f6da598","shasum":""},"time":"2016-03-22T18:40:53+00:00","require-dev":{"moontoast/math":"^1.1","ircmaxell/random-lib":"^1.1","phpunit/phpunit":"^4.7|^5.0","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0","satooshi/php-coveralls":"^0.6.1","apigen/apigen":"^4.1","mockery/mockery":"^0.9.4"}},{"version":"3.2.0","version_normalized":"3.2.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"adee1ba4a6885ed800021a98dd69ae2394d695ec"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/adee1ba4a6885ed800021a98dd69ae2394d695ec","reference":"adee1ba4a6885ed800021a98dd69ae2394d695ec","shasum":""},"time":"2016-02-17T23:32:34+00:00","require":{"php":">=5.4"},"require-dev":{"moontoast/math":"^1.1","ircmaxell/random-lib":"^1.1","phpunit/phpunit":"^4.7|^5.0","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0","satooshi/php-coveralls":"^0.6.1","apigen/apigen":"^4.1"},"extra":"__unset"},{"version":"3.1.0","version_normalized":"3.1.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"3cc2dd253e296ce05f99635b2f633048adfbaa96"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/3cc2dd253e296ce05f99635b2f633048adfbaa96","reference":"3cc2dd253e296ce05f99635b2f633048adfbaa96","shasum":""},"time":"2015-12-17T15:21:44+00:00","require-dev":{"moontoast/math":"^1.1","ircmaxell/random-lib":"^1.1","phpunit/phpunit":"^4.7","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0","satooshi/php-coveralls":"^0.6.1","apigen/apigen":"^4.1"},"suggest":{"ircmaxell/random-lib":"Provides RandomLib for use with the RandomLibAdapter","ext-uuid":"Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator","moontoast/math":"Provides support for converting UUID to 128-bit integer (in string form).","ramsey/uuid-doctrine":"Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type.","ramsey/uuid-console":"A console application for generating UUIDs with ramsey/uuid"}},{"version":"3.0.1","version_normalized":"3.0.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"3c84b9e2965a5fa666dec8617a3a66a8179c6ca8"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/3c84b9e2965a5fa666dec8617a3a66a8179c6ca8","reference":"3c84b9e2965a5fa666dec8617a3a66a8179c6ca8","shasum":""},"time":"2015-10-21T16:27:25+00:00"},{"version":"3.0.0","version_normalized":"3.0.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"0c0ac34e867219bb9936cc5b823f8a5af840d7eb"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/0c0ac34e867219bb9936cc5b823f8a5af840d7eb","reference":"0c0ac34e867219bb9936cc5b823f8a5af840d7eb","shasum":""},"time":"2015-09-28T16:27:51+00:00","extra":{"branch-alias":{"dev-master":"3.0.x-dev"}},"suggest":{"ramsey/uuid-doctrine":"Allow the use of a UUID as Doctrine field type.","ramsey/uuid-console":"A console application for generating UUIDs with ramsey/uuid","moontoast/math":"Support for converting UUID to 128-bit integer (in string form).","ircmaxell/random-lib":"Provides RandomLib to use with the RandomLibAdapter"}},{"version":"3.0.0-beta1","version_normalized":"3.0.0.0-beta1","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"d5276bdba6ec6e4fc91eaf2727177332b333642a"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/d5276bdba6ec6e4fc91eaf2727177332b333642a","reference":"d5276bdba6ec6e4fc91eaf2727177332b333642a","shasum":""},"time":"2015-08-31T14:09:22+00:00","require-dev":{"moontoast/math":"^1.1","ircmaxell/random-lib":"^1.1","phpunit/phpunit":"^4.7","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0","satooshi/php-coveralls":"^0.6.1"}},{"homepage":"https://github.com/ramsey/rhumsaa-uuid","version":"3.0.0-alpha3","version_normalized":"3.0.0.0-alpha3","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"41f8db48808eee34c5e0b1199283dcce968fd117"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/41f8db48808eee34c5e0b1199283dcce968fd117","reference":"41f8db48808eee34c5e0b1199283dcce968fd117","shasum":""},"time":"2015-07-28T20:40:04+00:00","support":{"issues":"https://github.com/ramsey/rhumsaa-uuid/issues","source":"https://github.com/ramsey/rhumsaa-uuid"}},{"version":"3.0.0-alpha2","version_normalized":"3.0.0.0-alpha2","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"b5e431e7f132387d91c9cd798fa34a29e15c9fa4"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/b5e431e7f132387d91c9cd798fa34a29e15c9fa4","reference":"b5e431e7f132387d91c9cd798fa34a29e15c9fa4","shasum":""},"time":"2015-07-28T16:45:12+00:00"},{"homepage":"https://github.com/ramsey/uuid","version":"3.0.0-alpha1","version_normalized":"3.0.0.0-alpha1","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"32d2a7ffe9aca7370c98f092f86c0e16f2b2d15b"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/32d2a7ffe9aca7370c98f092f86c0e16f2b2d15b","reference":"32d2a7ffe9aca7370c98f092f86c0e16f2b2d15b","shasum":""},"time":"2015-07-16T18:03:15+00:00","support":{"issues":"https://github.com/ramsey/uuid/issues","source":"https://github.com/ramsey/uuid"}},{"description":"A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).","version":"2.9.0","version_normalized":"2.9.0.0","authors":[{"name":"Ben Ramsey","homepage":"http://benramsey.com"},{"name":"Marijn Huizendveld","email":"marijn.huizendveld@gmail.com"}],"source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"b2ef4dd9584268d73f92f752a62bc24cd534dc9a"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/b2ef4dd9584268d73f92f752a62bc24cd534dc9a","reference":"b2ef4dd9584268d73f92f752a62bc24cd534dc9a","shasum":""},"time":"2016-03-22T18:20:19+00:00","autoload":{"psr-4":{"Rhumsaa\\Uuid\\":"src/"}},"bin":["bin/uuid"],"require":{"php":">=5.3.3","paragonie/random_compat":"^1.0|^2.0"},"require-dev":{"moontoast/math":"~1.1","symfony/console":"~2.3|~3.0","doctrine/dbal":">=2.3","phpunit/phpunit":"~4.1|~5.0","satooshi/php-coveralls":"~0.6","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0"},"suggest":{"moontoast/math":"Support for converting UUID to 128-bit integer (in string form).","symfony/console":"Support for use of the bin/uuid command line tool.","doctrine/dbal":"Allow the use of a UUID as doctrine field type."},"extra":"__unset"},{"version":"2.8.4","version_normalized":"2.8.4.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"805d8e1894c52e5b1582e75ca8803a8d85650df9"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/805d8e1894c52e5b1582e75ca8803a8d85650df9","reference":"805d8e1894c52e5b1582e75ca8803a8d85650df9","shasum":""},"time":"2015-12-17T16:54:24+00:00","require":{"php":">=5.3.3"}},{"version":"2.8.3","version_normalized":"2.8.3.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"767a5b5f70cd990c04ef21d8374794d1a02fa9e8"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/767a5b5f70cd990c04ef21d8374794d1a02fa9e8","reference":"767a5b5f70cd990c04ef21d8374794d1a02fa9e8","shasum":""},"time":"2015-08-31T13:34:50+00:00","require-dev":{"moontoast/math":"~1.1","symfony/console":"~2.3","doctrine/dbal":">=2.3","phpunit/phpunit":"~4.1","satooshi/php-coveralls":"~0.6","squizlabs/php_codesniffer":"^2.3","jakub-onderka/php-parallel-lint":"^0.9.0"}},{"description":"NO LONGER MAINTAINED. Use ramsey/uuid instead. A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).","homepage":"https://github.com/ramsey/rhumsaa-uuid","version":"2.8.2","version_normalized":"2.8.2.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"9c1e2d34bdefd42608c612e08d6e1da1e13a3530"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/9c1e2d34bdefd42608c612e08d6e1da1e13a3530","reference":"9c1e2d34bdefd42608c612e08d6e1da1e13a3530","shasum":""},"time":"2015-07-23T19:00:41+00:00","support":{"issues":"https://github.com/ramsey/rhumsaa-uuid/issues","source":"https://github.com/ramsey/rhumsaa-uuid"}},{"description":"A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).","homepage":"https://github.com/ramsey/uuid","version":"2.8.1","version_normalized":"2.8.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"c1d7d8f0ac860fceaadadbda7154e8b5d2f9789e"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/c1d7d8f0ac860fceaadadbda7154e8b5d2f9789e","reference":"c1d7d8f0ac860fceaadadbda7154e8b5d2f9789e","shasum":""},"time":"2015-06-16T15:12:41+00:00","require-dev":{"moontoast/math":"~1.1","symfony/console":"~2.3","doctrine/dbal":">=2.3","phpunit/phpunit":"~4.1","satooshi/php-coveralls":"~0.6"},"support":{"issues":"https://github.com/ramsey/uuid/issues","source":"https://github.com/ramsey/uuid"}},{"version":"2.8.0","version_normalized":"2.8.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"cca98c652cac412c9c2f109c69e5532f313435fc"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/cca98c652cac412c9c2f109c69e5532f313435fc","reference":"cca98c652cac412c9c2f109c69e5532f313435fc","shasum":""},"time":"2014-11-09T18:42:56+00:00","extra":{"branch-alias":{"dev-master":"2.8.x-dev"}},"replace":"__unset"},{"version":"2.7.4","version_normalized":"2.7.4.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"eb1d371067aa8c2b83d6691837ee4896a6f76a44"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/eb1d371067aa8c2b83d6691837ee4896a6f76a44","reference":"eb1d371067aa8c2b83d6691837ee4896a6f76a44","shasum":""},"time":"2014-10-30T03:36:49+00:00","extra":{"branch-alias":{"dev-master":"2.7.x-dev"}}},{"version":"2.7.3","version_normalized":"2.7.3.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"b976326ca5977d7333f34e3c828ae7c22a49a65a"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/b976326ca5977d7333f34e3c828ae7c22a49a65a","reference":"b976326ca5977d7333f34e3c828ae7c22a49a65a","shasum":""},"time":"2014-08-27T22:39:41+00:00"},{"version":"2.7.2","version_normalized":"2.7.2.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"ccabc07c649fbac6b409fe42439e042232f9db58"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/ccabc07c649fbac6b409fe42439e042232f9db58","reference":"ccabc07c649fbac6b409fe42439e042232f9db58","shasum":""},"time":"2014-07-28T17:51:57+00:00"},{"version":"2.7.1","version_normalized":"2.7.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"8569983a11ed96087cdf94c7aa65866138681beb"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/8569983a11ed96087cdf94c7aa65866138681beb","reference":"8569983a11ed96087cdf94c7aa65866138681beb","shasum":""},"time":"2014-02-22T00:08:43+00:00","autoload":{"psr-0":{"Rhumsaa\\Uuid":"src/"}},"require-dev":{"moontoast/math":"~1.1","symfony/console":"~2.3","doctrine/dbal":">=2.3","phpunit/phpunit":"~3.7"}},{"version":"2.7.0","version_normalized":"2.7.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"f4d16d233a2f570f0689d4ebab2b166632a9575d"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/f4d16d233a2f570f0689d4ebab2b166632a9575d","reference":"f4d16d233a2f570f0689d4ebab2b166632a9575d","shasum":""},"time":"2014-01-31T18:32:03+00:00","extra":{"branch-alias":{"dev-master":"2.6.x-dev"}},"require":{"php":">=5.3.3","moontoast/math":"~1.1","symfony/console":"~2.4"},"require-dev":{"doctrine/dbal":">=2.3","phpunit/phpunit":"~3.7"},"suggest":{"doctrine/dbal":"Allow the use of a UUID as doctrine field type."}},{"version":"2.6.1","version_normalized":"2.6.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"ecbc32913fca757b5225213f5de02d1101e4e645"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/ecbc32913fca757b5225213f5de02d1101e4e645","reference":"ecbc32913fca757b5225213f5de02d1101e4e645","shasum":""},"time":"2014-01-28T00:25:52+00:00","suggest":{"doctrine/dbal":"Allow the use of a UUID as doctrine field type.","moontoast/math":"Provides support for large integers."}},{"version":"2.6.0","version_normalized":"2.6.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"806f46722fcd2a5b151a94471d0d5d63d519e1bc"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/806f46722fcd2a5b151a94471d0d5d63d519e1bc","reference":"806f46722fcd2a5b151a94471d0d5d63d519e1bc","shasum":""},"time":"2014-01-17T23:40:22+00:00"},{"version":"2.5.0","version_normalized":"2.5.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"4b0bd0f6cb740dec8c4aebf20957925981a21706"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/4b0bd0f6cb740dec8c4aebf20957925981a21706","reference":"4b0bd0f6cb740dec8c4aebf20957925981a21706","shasum":""},"time":"2013-10-30T22:43:52+00:00","extra":{"branch-alias":{"dev-master":"2.5.x-dev"}},"require":{"php":">=5.3.3"},"require-dev":{"doctrine/dbal":">=2.3","moontoast/math":"1.1.0","phpunit/phpunit":"~3.7"},"bin":"__unset"},{"version":"2.4.0","version_normalized":"2.4.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"721181e32766487294ee3d1e49ef2a52d605cc66"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/721181e32766487294ee3d1e49ef2a52d605cc66","reference":"721181e32766487294ee3d1e49ef2a52d605cc66","shasum":""},"time":"2013-07-30T00:05:42+00:00","extra":{"branch-alias":{"dev-master":"2.4.x-dev"}},"require-dev":{"doctrine/dbal":">=2.3","moontoast/math":"1.1.0"}},{"version":"2.3.0","version_normalized":"2.3.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"eca9792eb013d0036a3eeb971a35c72a561df997"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/eca9792eb013d0036a3eeb971a35c72a561df997","reference":"eca9792eb013d0036a3eeb971a35c72a561df997","shasum":""},"time":"2013-07-16T15:13:38+00:00","extra":{"branch-alias":{"dev-master":"2.2.x-dev"}}},{"version":"2.2.0","version_normalized":"2.2.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"0edd54dd466a4cf2101d74702a3d4ad29b2ddd57"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/0edd54dd466a4cf2101d74702a3d4ad29b2ddd57","reference":"0edd54dd466a4cf2101d74702a3d4ad29b2ddd57","shasum":""},"time":"2013-07-04T16:06:55+00:00","extra":{"branch-alias":{"dev-master":"2.1.x-dev"}}},{"version":"2.1.2","version_normalized":"2.1.2.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"1e5a0dcaf55644aab427a6fdc9abecc5be9a2340"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/1e5a0dcaf55644aab427a6fdc9abecc5be9a2340","reference":"1e5a0dcaf55644aab427a6fdc9abecc5be9a2340","shasum":""},"time":"2013-07-03T23:06:31+00:00"},{"version":"2.1.1","version_normalized":"2.1.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"9d175d1d7960103a51337f99a522275e0a7a966a"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/9d175d1d7960103a51337f99a522275e0a7a966a","reference":"9d175d1d7960103a51337f99a522275e0a7a966a","shasum":""},"time":"2013-04-29T20:38:09+00:00"},{"version":"2.1.0","version_normalized":"2.1.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"79a655e886df849fd678ec5df6f335134b1e1249"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/79a655e886df849fd678ec5df6f335134b1e1249","reference":"79a655e886df849fd678ec5df6f335134b1e1249","shasum":""},"time":"2013-04-15T23:43:05+00:00"},{"version":"2.0.0","version_normalized":"2.0.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"257d668b6e96eca89a315d99dba3a4ef2c9e9132"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/257d668b6e96eca89a315d99dba3a4ef2c9e9132","reference":"257d668b6e96eca89a315d99dba3a4ef2c9e9132","shasum":""},"time":"2013-02-11T19:16:50+00:00","extra":{"branch-alias":{"dev-master":"2.0.x-dev"}}},{"description":"A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID). Requires a 64-bit build of PHP.","version":"1.1.2","version_normalized":"1.1.2.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"96d8414fc796187e6699a9747f65d0fb1e2568c5"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/96d8414fc796187e6699a9747f65d0fb1e2568c5","reference":"96d8414fc796187e6699a9747f65d0fb1e2568c5","shasum":""},"time":"2012-11-29T16:24:57+00:00","require-dev":{"doctrine/dbal":">=2.3"},"suggest":{"doctrine/dbal":"Allow the use of a UUID as doctrine field type."},"extra":"__unset"},{"version":"1.1.1","version_normalized":"1.1.1.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"5215d7e0b09d5fbca443722ca3c73a7476e9fcad"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/5215d7e0b09d5fbca443722ca3c73a7476e9fcad","reference":"5215d7e0b09d5fbca443722ca3c73a7476e9fcad","shasum":""},"time":"2012-08-28T03:03:23+00:00"},{"version":"1.1.0","version_normalized":"1.1.0.0","source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"2544a394331c983e287ddb14d599404bcc63879c"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/2544a394331c983e287ddb14d599404bcc63879c","reference":"2544a394331c983e287ddb14d599404bcc63879c","shasum":""},"time":"2012-08-07T01:44:44+00:00"},{"version":"1.0.0","version_normalized":"1.0.0.0","authors":[{"name":"Ben Ramsey","homepage":"http://benramsey.com"}],"source":{"type":"git","url":"https://github.com/ramsey/uuid.git","reference":"7844efd86d56fdc247436485aa8bfbf3d6ee8096"},"dist":{"type":"zip","url":"https://api.github.com/repos/ramsey/uuid/zipball/7844efd86d56fdc247436485aa8bfbf3d6ee8096","reference":"7844efd86d56fdc247436485aa8bfbf3d6ee8096","shasum":""},"time":"2012-07-19T23:56:14+00:00","require-dev":"__unset","suggest":"__unset"}]},"last-modified":"Wed, 11 Aug 2021 01:08:31 GMT"}
[+]
..
[-] provider-symfony~http-foundation.json
[edit]
[-] provider-phpspec~prophecy.json
[edit]
[-] provider-psr~log~dev.json
[edit]
[-] provider-paragonie~random-compat~dev.json
[edit]
[-] provider-symfony~contracts~dev.json
[edit]
[-] provider-illuminate~conditionable.json
[edit]
[-] provider-dflydev~dot-access-data~dev.json
[edit]
[-] provider-phpunit~phpunit~dev.json
[edit]
[-] provider-doctrine~inflector~dev.json
[edit]
[-] provider-dflydev~dot-access-data.json
[edit]
[-] provider-symfony~property-info~dev.json
[edit]
[-] provider-nette~schema~dev.json
[edit]
[-] provider-league~mime-type-detection.json
[edit]
[-] provider-mockery~mockery.json
[edit]
[-] provider-sebastian~complexity.json
[edit]
[-] provider-illuminate~support~dev.json
[edit]
[-] provider-illuminate~filesystem~dev.json
[edit]
[-] provider-nette~schema.json
[edit]
[-] provider-mockery~mockery~dev.json
[edit]
[-] provider-swiftmailer~swiftmailer~dev.json
[edit]
[-] provider-phpdocumentor~reflection-docblock~dev.json
[edit]
[-] provider-symfony~mime.json
[edit]
[-] provider-symfony~polyfill-php55.json
[edit]
[-] provider-illuminate~validation~dev.json
[edit]
[-] provider-monolog~monolog~dev.json
[edit]
[-] provider-psr~container~dev.json
[edit]
[-] provider-symfony~console~dev.json
[edit]
[-] provider-laravel~tinker.json
[edit]
[-] provider-phpspec~prophecy~dev.json
[edit]
[-] provider-theseer~tokenizer~dev.json
[edit]
[-] provider-nunomaduro~collision.json
[edit]
[-] provider-psy~psysh~dev.json
[edit]
[-] provider-filp~whoops.json
[edit]
[-] provider-symfony~deprecation-contracts.json
[edit]
[-] provider-sebastian~environment~dev.json
[edit]
[-] provider-symfony~polyfill-php73~dev.json
[edit]
[-] provider-symfony~translation-contracts~dev.json
[edit]
[-] provider-symfony~process.json
[edit]
[-] provider-psr~http-client~dev.json
[edit]
[-] provider-symfony~polyfill-php54.json
[edit]
[-] provider-theseer~tokenizer.json
[edit]
[-] provider-nunomaduro~collision~dev.json
[edit]
[-] provider-laravel~sail.json
[edit]
[-] provider-laravel~ui.json
[edit]
[-] provider-facade~ignition~dev.json
[edit]
[-] provider-sebastian~comparator.json
[edit]
[-] provider-nette~utils~dev.json
[edit]
[-] provider-symfony~css-selector~dev.json
[edit]
[-] provider-guzzlehttp~guzzle~dev.json
[edit]
[-] provider-ramsey~collection.json
[edit]
[-] provider-sebastian~version~dev.json
[edit]
[-] provider-symfony~contracts.json
[edit]
[-] provider-sebastian~resource-operations~dev.json
[edit]
[-] provider-psr~http-message~dev.json
[edit]
[-] provider-doctrine~lexer.json
[edit]
[-] provider-doctrine~lexer~dev.json
[edit]
[-] provider-fakerphp~faker.json
[edit]
[-] provider-doctrine~instantiator.json
[edit]
[-] provider-symfony~process~dev.json
[edit]
[-] provider-brick~math.json
[edit]
[-] provider-sebastian~environment.json
[edit]
[-] provider-facade~ignition-contracts~dev.json
[edit]
[-] provider-symfony~mime~dev.json
[edit]
[-] provider-symfony~debug~dev.json
[edit]
[-] provider-symfony~service-contracts.json
[edit]
[-] provider-sebastian~object-reflector.json
[edit]
[-] provider-egulias~email-validator~dev.json
[edit]
[-] provider-phpunit~php-code-coverage.json
[edit]
[-] provider-illuminate~console.json
[edit]
[-] provider-fakerphp~faker~dev.json
[edit]
[-] provider-dnoegel~php-xdg-base-dir~dev.json
[edit]
[-] provider-psr~simple-cache.json
[edit]
[-] provider-symfony~finder.json
[edit]
[-] provider-psy~psysh.json
[edit]
[-] provider-psr~log.json
[edit]
[-] provider-phpunit~php-file-iterator~dev.json
[edit]
[-] provider-dragonmantank~cron-expression.json
[edit]
[-] provider-illuminate~collections.json
[edit]
[-] provider-opis~closure.json
[edit]
[-] provider-symfony~polyfill-ctype.json
[edit]
[-] provider-brick~math~dev.json
[edit]
[-] provider-illuminate~database~dev.json
[edit]
[-] provider-illuminate~filesystem.json
[edit]
[-] provider-phpdocumentor~reflection-docblock.json
[edit]
[-] provider-symfony~polyfill-php72~dev.json
[edit]
[-] provider-symfony~polyfill-mbstring.json
[edit]
[-] provider-phpoption~phpoption.json
[edit]
[-] provider-jeroennoten~laravel-adminlte~dev.json
[edit]
[-] provider-sebastian~global-state~dev.json
[edit]
[-] provider-symfony~error-handler.json
[edit]
[-] provider-laravel~sail~dev.json
[edit]
[-] provider-sebastian~type~dev.json
[edit]
[-] provider-symfony~string.json
[edit]
[-] provider-webmozart~assert.json
[edit]
[-] provider-almasaeed2010~adminlte~dev.json
[edit]
[-] provider-league~flysystem.json
[edit]
[-] provider-nesbot~carbon.json
[edit]
[-] provider-sebastian~lines-of-code~dev.json
[edit]
[-] provider-graham-campbell~result-type~dev.json
[edit]
[-] provider-sebastian~recursion-context~dev.json
[edit]
[-] provider-phar-io~version~dev.json
[edit]
[-] provider-facade~flare-client-php.json
[edit]
[-] provider-ralouphie~getallheaders.json
[edit]
[-] provider-hamcrest~hamcrest-php.json
[edit]
[-] provider-phpunit~php-invoker~dev.json
[edit]
[-] packages.json
[edit]
[-] provider-symfony~http-kernel.json
[edit]
[-] provider-facade~ignition-contracts.json
[edit]
[-] provider-sebastian~object-reflector~dev.json
[edit]
[-] provider-guzzlehttp~promises~dev.json
[edit]
[-] provider-sebastian~object-enumerator~dev.json
[edit]
[-] provider-symfony~polyfill-intl-grapheme~dev.json
[edit]
[-] provider-illuminate~contracts~dev.json
[edit]
[-] provider-phpunit~php-text-template~dev.json
[edit]
[-] provider-symfony~debug.json
[edit]
[-] provider-psr~event-dispatcher.json
[edit]
[-] provider-dragonmantank~cron-expression~dev.json
[edit]
[-] provider-nette~utils.json
[edit]
[-] provider-symfony~translation~dev.json
[edit]
[-] provider-symfony~polyfill-php81~dev.json
[edit]
[-] provider-hamcrest~hamcrest-php~dev.json
[edit]
[-] provider-symfony~error-handler~dev.json
[edit]
[-] provider-swiftmailer~swiftmailer.json
[edit]
[-] provider-symfony~polyfill-php56~dev.json
[edit]
[-] provider-sebastian~diff~dev.json
[edit]
[-] provider-symfony~polyfill-php73.json
[edit]
[-] provider-sebastian~complexity~dev.json
[edit]
[-] provider-guzzlehttp~guzzle.json
[edit]
[-] provider-symfony~polyfill-intl-idn~dev.json
[edit]
[-] provider-opis~closure~dev.json
[edit]
[-] provider-illuminate~pipeline~dev.json
[edit]
[-] provider-league~config.json
[edit]
[-] provider-league~config~dev.json
[edit]
[-] provider-symfony~polyfill-util~dev.json
[edit]
[-] provider-psr~event-dispatcher~dev.json
[edit]
[-] provider-sebastian~code-unit-reverse-lookup~dev.json
[edit]
[-] provider-league~mime-type-detection~dev.json
[edit]
[-] provider-psr~simple-cache~dev.json
[edit]
[-] provider-symfony~property-access~dev.json
[edit]
[-] provider-phpunit~php-timer~dev.json
[edit]
[-] provider-doctrine~instantiator~dev.json
[edit]
[-] provider-guzzlehttp~psr7~dev.json
[edit]
[-] provider-symfony~deprecation-contracts~dev.json
[edit]
[-] provider-symfony~routing.json
[edit]
[-] provider-laravel~sanctum.json
[edit]
[-] provider-phpunit~php-code-coverage~dev.json
[edit]
[-] provider-symfony~polyfill-intl-grapheme.json
[edit]
[-] provider-symfony~polyfill-php56.json
[edit]
[-] provider-psr~container.json
[edit]
[-] provider-laravel~sanctum~dev.json
[edit]
[-] provider-illuminate~container.json
[edit]
[-] provider-psr~http-message.json
[edit]
[-] provider-sebastian~lines-of-code.json
[edit]
[-] provider-symfony~polyfill-util.json
[edit]
[-] provider-myclabs~deep-copy~dev.json
[edit]
[-] provider-symfony~var-dumper.json
[edit]
[-] provider-kylekatarnls~update-helper.json
[edit]
[-] provider-league~commonmark~dev.json
[edit]
[-] provider-egulias~email-validator.json
[edit]
[-] provider-symfony~http-client-contracts.json
[edit]
[-] provider-symfony~inflector~dev.json
[edit]
[-] provider-symfony~finder~dev.json
[edit]
[-] provider-guzzlehttp~promises.json
[edit]
[-] provider-illuminate~console~dev.json
[edit]
[-] provider-tijsverkoyen~css-to-inline-styles~dev.json
[edit]
[-] provider-sebastian~global-state.json
[edit]
[-] provider-sebastian~code-unit~dev.json
[edit]
[-] provider-phpunit~php-timer.json
[edit]
[-] provider-psr~http-client.json
[edit]
[-] provider-tijsverkoyen~css-to-inline-styles.json
[edit]
[-] provider-jeroennoten~laravel-adminlte.json
[edit]
[-] provider-symfony~polyfill-php80.json
[edit]
[-] provider-sebastian~object-enumerator.json
[edit]
[-] provider-vlucas~phpdotenv~dev.json
[edit]
[-] provider-illuminate~macroable.json
[edit]
[-] provider-symfony~event-dispatcher.json
[edit]
[-] provider-ramsey~uuid~dev.json
[edit]
[-] provider-sebastian~version.json
[edit]
[-] provider-psr~cache.json
[edit]
[-] provider-symfony~translation.json
[edit]
[-] provider-phar-io~version.json
[edit]
[-] provider-phpunit~php-invoker.json
[edit]
[-] provider-sebastian~resource-operations.json
[edit]
[-] provider-symfony~translation-contracts.json
[edit]
[-] provider-league~commonmark.json
[edit]
[-] provider-phpunit~php-text-template.json
[edit]
[-] provider-symfony~http-client-contracts~dev.json
[edit]
[-] provider-ramsey~uuid.json
[edit]
[-] provider-kylekatarnls~update-helper~dev.json
[edit]
[-] provider-phpdocumentor~type-resolver.json
[edit]
[-] provider-symfony~css-selector.json
[edit]
[-] provider-symfony~polyfill-intl-normalizer~dev.json
[edit]
[-] provider-sebastian~exporter.json
[edit]
[-] provider-symfony~event-dispatcher-contracts.json
[edit]
[-] provider-symfony~polyfill-php70.json
[edit]
[-] provider-illuminate~container~dev.json
[edit]
[-] provider-psr~http-factory~dev.json
[edit]
[-] provider-sebastian~code-unit.json
[edit]
[-] provider-phpdocumentor~reflection-common.json
[edit]
[-] provider-facade~ignition.json
[edit]
[-] provider-ramsey~collection~dev.json
[edit]
[-] provider-symfony~polyfill-php70~dev.json
[edit]
[-] provider-webmozart~assert~dev.json
[edit]
[-] provider-myclabs~deep-copy.json
[edit]
[-] provider-fruitcake~laravel-cors.json
[edit]
[-] provider-symfony~service-contracts~dev.json
[edit]
[-] provider-symfony~routing~dev.json
[edit]
[-] provider-illuminate~support.json
[edit]
[-] provider-facade~flare-client-php~dev.json
[edit]
[-] provider-symfony~http-kernel~dev.json
[edit]
[-] provider-illuminate~collections~dev.json
[edit]
[-] provider-phpdocumentor~reflection-common~dev.json
[edit]
[-] provider-symfony~polyfill-intl-idn.json
[edit]
[-] provider-symfony~inflector.json
[edit]
[-] provider-symfony~polyfill-iconv.json
[edit]
[-] provider-graham-campbell~result-type.json
[edit]
[-] provider-guzzlehttp~psr7.json
[edit]
[-] provider-symfony~var-dumper~dev.json
[edit]
[-] provider-illuminate~conditionable~dev.json
[edit]
[-] provider-laravel~framework~dev.json
[edit]
[-] provider-doctrine~inflector.json
[edit]
[-] provider-phar-io~manifest.json
[edit]
[-] provider-symfony~property-info.json
[edit]
[-] provider-dnoegel~php-xdg-base-dir.json
[edit]
[-] provider-sebastian~diff.json
[edit]
[-] provider-illuminate~database.json
[edit]
[-] provider-fruitcake~laravel-cors~dev.json
[edit]
[-] provider-laravel~framework.json
[edit]
[-] provider-sebastian~exporter~dev.json
[edit]
[-] provider-symfony~polyfill-intl-normalizer.json
[edit]
[-] provider-voku~portable-ascii~dev.json
[edit]
[-] provider-symfony~polyfill-ctype~dev.json
[edit]
[-] provider-ralouphie~getallheaders~dev.json
[edit]
[-] provider-phar-io~manifest~dev.json
[edit]
[-] provider-symfony~string~dev.json
[edit]
[-] provider-illuminate~contracts.json
[edit]
[-] provider-phpunit~phpunit.json
[edit]
[-] provider-symfony~http-foundation~dev.json
[edit]
[-] provider-paragonie~random-compat.json
[edit]
[-] provider-laravel~tinker~dev.json
[edit]
[-] provider-symfony~event-dispatcher-contracts~dev.json
[edit]
[-] provider-symfony~event-dispatcher~dev.json
[edit]
[-] provider-symfony~polyfill-php80~dev.json
[edit]
[-] provider-ircmaxell~password-compat.json
[edit]
[-] provider-psr~http-factory.json
[edit]
[-] provider-nikic~php-parser~dev.json
[edit]
[-] provider-phpoption~phpoption~dev.json
[edit]
[-] provider-asm89~stack-cors.json
[edit]
[-] provider-monolog~monolog.json
[edit]
[-] provider-phpunit~php-file-iterator.json
[edit]
[-] provider-filp~whoops~dev.json
[edit]
[-] provider-illuminate~validation.json
[edit]
[-] provider-illuminate~macroable~dev.json
[edit]
[-] provider-phpdocumentor~type-resolver~dev.json
[edit]
[-] provider-sebastian~code-unit-reverse-lookup.json
[edit]
[-] provider-sebastian~cli-parser.json
[edit]
[-] provider-sebastian~recursion-context.json
[edit]
[-] provider-illuminate~translation.json
[edit]
[-] provider-vlucas~phpdotenv.json
[edit]
[-] provider-symfony~serializer~dev.json
[edit]
[-] provider-symfony~polyfill-mbstring~dev.json
[edit]
[-] provider-sebastian~type.json
[edit]
[-] provider-symfony~polyfill-php54~dev.json
[edit]
[-] provider-symfony~polyfill-php55~dev.json
[edit]
[-] provider-illuminate~pipeline.json
[edit]
[-] provider-symfony~polyfill-php81.json
[edit]
[-] provider-league~flysystem~dev.json
[edit]
[-] provider-asm89~stack-cors~dev.json
[edit]
[-] provider-nesbot~carbon~dev.json
[edit]
[-] provider-voku~portable-ascii.json
[edit]
[-] provider-symfony~polyfill-iconv~dev.json
[edit]
[-] provider-sebastian~cli-parser~dev.json
[edit]
[-] provider-sebastian~comparator~dev.json
[edit]
[-] provider-ircmaxell~password-compat~dev.json
[edit]
[-] provider-almasaeed2010~adminlte.json
[edit]
[-] provider-symfony~property-access.json
[edit]
[-] provider-illuminate~translation~dev.json
[edit]
[-] provider-symfony~console.json
[edit]
[-] provider-symfony~serializer.json
[edit]
[-] provider-laravel~ui~dev.json
[edit]
[-] provider-psr~cache~dev.json
[edit]
[-] provider-nikic~php-parser.json
[edit]
[-] provider-symfony~polyfill-php72.json
[edit]