summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--composer.lock23
-rw-r--r--vendor/autoload.php2
-rw-r--r--vendor/composer/autoload_files.php2
-rw-r--r--vendor/composer/autoload_psr4.php2
-rw-r--r--vendor/composer/autoload_real.php10
-rw-r--r--vendor/composer/installed.json413
-rw-r--r--vendor/rhumsaa/uuid/CHANGELOG.md (renamed from vendor/ramsey/uuid/CHANGELOG.md)7
-rw-r--r--vendor/rhumsaa/uuid/CONTRIBUTING.md (renamed from vendor/ramsey/uuid/CONTRIBUTING.md)0
-rw-r--r--vendor/rhumsaa/uuid/LICENSE (renamed from vendor/ramsey/uuid/LICENSE)0
-rw-r--r--vendor/rhumsaa/uuid/README.md (renamed from vendor/ramsey/uuid/README.md)4
-rwxr-xr-x[-rw-r--r--]vendor/rhumsaa/uuid/bin/uuid (renamed from vendor/ramsey/uuid/bin/uuid)0
-rw-r--r--vendor/rhumsaa/uuid/composer.json (renamed from vendor/ramsey/uuid/composer.json)10
-rw-r--r--vendor/rhumsaa/uuid/src/Console/Application.php (renamed from vendor/ramsey/uuid/src/Console/Application.php)0
-rw-r--r--vendor/rhumsaa/uuid/src/Console/Command/DecodeCommand.php (renamed from vendor/ramsey/uuid/src/Console/Command/DecodeCommand.php)0
-rw-r--r--vendor/rhumsaa/uuid/src/Console/Command/GenerateCommand.php (renamed from vendor/ramsey/uuid/src/Console/Command/GenerateCommand.php)0
-rw-r--r--vendor/rhumsaa/uuid/src/Console/Exception.php (renamed from vendor/ramsey/uuid/src/Console/Exception.php)0
-rw-r--r--vendor/rhumsaa/uuid/src/Console/Util/ErrorHandler.php (renamed from vendor/ramsey/uuid/src/Console/Util/ErrorHandler.php)0
-rw-r--r--vendor/rhumsaa/uuid/src/Doctrine/UuidType.php (renamed from vendor/ramsey/uuid/src/Doctrine/UuidType.php)0
-rw-r--r--vendor/rhumsaa/uuid/src/Exception/UnsatisfiedDependencyException.php (renamed from vendor/ramsey/uuid/src/Exception/UnsatisfiedDependencyException.php)0
-rw-r--r--vendor/rhumsaa/uuid/src/Exception/UnsupportedOperationException.php (renamed from vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php)0
-rw-r--r--vendor/rhumsaa/uuid/src/Uuid.php (renamed from vendor/ramsey/uuid/src/Uuid.php)5
22 files changed, 240 insertions, 240 deletions
diff --git a/composer.json b/composer.json
index ea34dc1176..5df89a745c 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,7 @@
"michelf/php-markdown": "1.*",
"patchwork/utf8": "1.*",
"pclzip/pclzip": "2.*",
- "ramsey/uuid": "2.*",
+ "rhumsaa/uuid": "2.*",
"tecnickcom/tcpdf": "6.*"
},
"require-dev": {
diff --git a/composer.lock b/composer.lock
index e5066f2331..e5375290a6 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "9d41fad4f5d67e19f3e3c99715409b66",
- "content-hash": "10b2b75e6e6658354466c9b07b46d4e7",
+ "hash": "8aed0b03da9faf40b2ff61517e11bdc0",
+ "content-hash": "0f00ebb424ec681d507fb574cffe9247",
"packages": [
{
"name": "bombayworks/zendframework1",
@@ -458,17 +458,17 @@
"time": "2014-06-05 11:42:24"
},
{
- "name": "ramsey/uuid",
- "version": "2.8.3",
+ "name": "rhumsaa/uuid",
+ "version": "2.8.2",
"source": {
"type": "git",
- "url": "https://github.com/ramsey/uuid.git",
- "reference": "767a5b5f70cd990c04ef21d8374794d1a02fa9e8"
+ "url": "https://github.com/ramsey/rhumsaa-uuid.git",
+ "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ramsey/uuid/zipball/767a5b5f70cd990c04ef21d8374794d1a02fa9e8",
- "reference": "767a5b5f70cd990c04ef21d8374794d1a02fa9e8",
+ "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
+ "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
"shasum": ""
},
"require": {
@@ -514,14 +514,15 @@
"homepage": "http://benramsey.com"
}
],
- "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",
+ "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",
"keywords": [
"guid",
"identifier",
"uuid"
],
- "time": "2015-08-31 13:34:50"
+ "abandoned": "ramsey/uuid",
+ "time": "2015-07-23 19:00:41"
},
{
"name": "tecnickcom/tcpdf",
diff --git a/vendor/autoload.php b/vendor/autoload.php
index e1f03dac5f..4a8372c3f7 100644
--- a/vendor/autoload.php
+++ b/vendor/autoload.php
@@ -4,4 +4,4 @@
require_once __DIR__ . '/composer' . '/autoload_real.php';
-return ComposerAutoloaderInit32a9315fc2032fe71827b4df99eafa4f::getLoader();
+return ComposerAutoloaderInit88915787c0ca8762c9a45e08fa8b3022::getLoader();
diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php
index fab79f5feb..4b55693ef5 100644
--- a/vendor/composer/autoload_files.php
+++ b/vendor/composer/autoload_files.php
@@ -7,6 +7,6 @@ $baseDir = dirname($vendorDir);
return array(
'2cffec82183ee1cea088009cef9a6fc3' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
- 'e40631d46120a9c38ea139981f8dab26' => $vendorDir . '/ircmaxell/password-compat/lib/password.php',
'b3134b0e457069f7362d2c9cf91628c7' => $vendorDir . '/fisharebest/ext-calendar/src/shims.php',
+ 'e40631d46120a9c38ea139981f8dab26' => $vendorDir . '/ircmaxell/password-compat/lib/password.php',
);
diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php
index 3023fb645c..38dda827d7 100644
--- a/vendor/composer/autoload_psr4.php
+++ b/vendor/composer/autoload_psr4.php
@@ -6,7 +6,7 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
- 'Rhumsaa\\Uuid\\' => array($vendorDir . '/ramsey/uuid/src'),
+ 'Rhumsaa\\Uuid\\' => array($vendorDir . '/rhumsaa/uuid/src'),
'Patchwork\\' => array($vendorDir . '/patchwork/utf8/src/Patchwork'),
'Fisharebest\\Webtrees\\' => array($baseDir . '/app'),
'Fisharebest\\Localization\\' => array($vendorDir . '/fisharebest/localization/src'),
diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php
index 36f0dba1ea..8d7dcf1fed 100644
--- a/vendor/composer/autoload_real.php
+++ b/vendor/composer/autoload_real.php
@@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
-class ComposerAutoloaderInit32a9315fc2032fe71827b4df99eafa4f
+class ComposerAutoloaderInit88915787c0ca8762c9a45e08fa8b3022
{
private static $loader;
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit32a9315fc2032fe71827b4df99eafa4f
return self::$loader;
}
- spl_autoload_register(array('ComposerAutoloaderInit32a9315fc2032fe71827b4df99eafa4f', 'loadClassLoader'), true, true);
+ spl_autoload_register(array('ComposerAutoloaderInit88915787c0ca8762c9a45e08fa8b3022', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
- spl_autoload_unregister(array('ComposerAutoloaderInit32a9315fc2032fe71827b4df99eafa4f', 'loadClassLoader'));
+ spl_autoload_unregister(array('ComposerAutoloaderInit88915787c0ca8762c9a45e08fa8b3022', 'loadClassLoader'));
$includePaths = require __DIR__ . '/include_paths.php';
array_push($includePaths, get_include_path());
@@ -46,14 +46,14 @@ class ComposerAutoloaderInit32a9315fc2032fe71827b4df99eafa4f
$includeFiles = require __DIR__ . '/autoload_files.php';
foreach ($includeFiles as $fileIdentifier => $file) {
- composerRequire32a9315fc2032fe71827b4df99eafa4f($fileIdentifier, $file);
+ composerRequire88915787c0ca8762c9a45e08fa8b3022($fileIdentifier, $file);
}
return $loader;
}
}
-function composerRequire32a9315fc2032fe71827b4df99eafa4f($fileIdentifier, $file)
+function composerRequire88915787c0ca8762c9a45e08fa8b3022($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index b6ba108383..cd0b9aa58a 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -1,5 +1,100 @@
[
{
+ "name": "pclzip/pclzip",
+ "version": "2.8.2",
+ "version_normalized": "2.8.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ivanlanin/pclzip.git",
+ "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
+ "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
+ "shasum": ""
+ },
+ "time": "2014-06-05 11:42:24",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "classmap": [
+ "pclzip.lib.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Vincent Blavet"
+ }
+ ],
+ "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
+ "homepage": "http://www.phpconcept.net/pclzip",
+ "keywords": [
+ "php",
+ "zip"
+ ]
+ },
+ {
+ "name": "bombayworks/zendframework1",
+ "version": "v1.12.17",
+ "version_normalized": "1.12.17.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bombayworks/zendframework1.git",
+ "reference": "864398ae144a5e11e59a1f17c3126ecbcdd56c91"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/864398ae144a5e11e59a1f17c3126ecbcdd56c91",
+ "reference": "864398ae144a5e11e59a1f17c3126ecbcdd56c91",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.2.11"
+ },
+ "replace": {
+ "zendframework/zendframework1": "self.version"
+ },
+ "require-dev": {
+ "phpunit/dbunit": "1.3.*",
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2015-12-09 17:00:08",
+ "bin": [
+ "bin/zf.sh",
+ "bin/zf.php"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.12.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-0": {
+ "Zend_": "library/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "include-path": [
+ "library/"
+ ],
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "Zend Framework 1",
+ "homepage": "http://framework.zend.com/",
+ "keywords": [
+ "ZF1",
+ "framework"
+ ]
+ },
+ {
"name": "ezyang/htmlpurifier",
"version": "v4.7.0",
"version_normalized": "4.7.0.0",
@@ -96,6 +191,69 @@
]
},
{
+ "name": "fisharebest/ext-calendar",
+ "version": "2.2.1",
+ "version_normalized": "2.2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/fisharebest/ext-calendar.git",
+ "reference": "2751c860b3ed7f9c1fca47944645337e8fa2b38a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/2751c860b3ed7f9c1fca47944645337e8fa2b38a",
+ "reference": "2751c860b3ed7f9c1fca47944645337e8fa2b38a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "*",
+ "satooshi/php-coveralls": "*"
+ },
+ "time": "2015-12-11 22:50:01",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "files": [
+ "src/shims.php"
+ ],
+ "psr-4": {
+ "Fisharebest\\ExtCalendar\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "GPL-3.0+"
+ ],
+ "authors": [
+ {
+ "name": "Greg Roach",
+ "email": "fisharebest@gmail.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.",
+ "homepage": "https://github.com/fisharebest/ext-calendar",
+ "keywords": [
+ "Jalali",
+ "arabic",
+ "calendar",
+ "ext-calendar",
+ "french",
+ "gregorian",
+ "hebrew",
+ "hijri",
+ "jewish",
+ "julian",
+ "julian day",
+ "julian day number",
+ "persian",
+ "shamsi"
+ ]
+ },
+ {
"name": "fisharebest/localization",
"version": "1.7.0",
"version_normalized": "1.7.0.0",
@@ -249,57 +407,79 @@
]
},
{
- "name": "pclzip/pclzip",
- "version": "2.8.2",
- "version_normalized": "2.8.2.0",
+ "name": "patchwork/utf8",
+ "version": "v1.3.0",
+ "version_normalized": "1.3.0.0",
"source": {
"type": "git",
- "url": "https://github.com/ivanlanin/pclzip.git",
- "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
+ "url": "https://github.com/tchwork/utf8.git",
+ "reference": "3bd61bc162ed5c5f4a11e40a0106acc255b451d9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
- "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
+ "url": "https://api.github.com/repos/tchwork/utf8/zipball/3bd61bc162ed5c5f4a11e40a0106acc255b451d9",
+ "reference": "3bd61bc162ed5c5f4a11e40a0106acc255b451d9",
"shasum": ""
},
- "time": "2014-06-05 11:42:24",
+ "require": {
+ "lib-pcre": ">=7.3",
+ "php": ">=5.3.0"
+ },
+ "suggest": {
+ "ext-iconv": "Use iconv for best performance",
+ "ext-intl": "Use Intl for best performance",
+ "ext-mbstring": "Use Mbstring for best performance",
+ "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
+ },
+ "time": "2015-12-15 15:34:15",
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.3-dev"
+ }
+ },
"installation-source": "dist",
"autoload": {
+ "psr-4": {
+ "Patchwork\\": "src/Patchwork/"
+ },
"classmap": [
- "pclzip.lib.php"
+ "src/Normalizer.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "LGPL-2.1"
+ "(Apache-2.0 or GPL-2.0)"
],
"authors": [
{
- "name": "Vincent Blavet"
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
}
],
- "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
- "homepage": "http://www.phpconcept.net/pclzip",
+ "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
+ "homepage": "https://github.com/tchwork/utf8",
"keywords": [
- "php",
- "zip"
+ "grapheme",
+ "i18n",
+ "unicode",
+ "utf-8",
+ "utf8"
]
},
{
- "name": "ramsey/uuid",
- "version": "2.8.3",
- "version_normalized": "2.8.3.0",
+ "name": "rhumsaa/uuid",
+ "version": "2.8.2",
+ "version_normalized": "2.8.2.0",
"source": {
"type": "git",
- "url": "https://github.com/ramsey/uuid.git",
- "reference": "767a5b5f70cd990c04ef21d8374794d1a02fa9e8"
+ "url": "https://github.com/ramsey/rhumsaa-uuid.git",
+ "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ramsey/uuid/zipball/767a5b5f70cd990c04ef21d8374794d1a02fa9e8",
- "reference": "767a5b5f70cd990c04ef21d8374794d1a02fa9e8",
+ "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
+ "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
"shasum": ""
},
"require": {
@@ -322,7 +502,7 @@
"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."
},
- "time": "2015-08-31 13:34:50",
+ "time": "2015-07-23 19:00:41",
"bin": [
"bin/uuid"
],
@@ -347,13 +527,14 @@
"homepage": "http://benramsey.com"
}
],
- "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",
+ "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",
"keywords": [
"guid",
"identifier",
"uuid"
- ]
+ ],
+ "abandoned": "ramsey/uuid"
},
{
"name": "tecnickcom/tcpdf",
@@ -419,185 +600,5 @@
"pdf417",
"qrcode"
]
- },
- {
- "name": "bombayworks/zendframework1",
- "version": "v1.12.17",
- "version_normalized": "1.12.17.0",
- "source": {
- "type": "git",
- "url": "https://github.com/bombayworks/zendframework1.git",
- "reference": "864398ae144a5e11e59a1f17c3126ecbcdd56c91"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/864398ae144a5e11e59a1f17c3126ecbcdd56c91",
- "reference": "864398ae144a5e11e59a1f17c3126ecbcdd56c91",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.11"
- },
- "replace": {
- "zendframework/zendframework1": "self.version"
- },
- "require-dev": {
- "phpunit/dbunit": "1.3.*",
- "phpunit/phpunit": "3.7.*"
- },
- "time": "2015-12-09 17:00:08",
- "bin": [
- "bin/zf.sh",
- "bin/zf.php"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.12.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Zend_": "library/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "library/"
- ],
- "license": [
- "BSD-3-Clause"
- ],
- "description": "Zend Framework 1",
- "homepage": "http://framework.zend.com/",
- "keywords": [
- "ZF1",
- "framework"
- ]
- },
- {
- "name": "fisharebest/ext-calendar",
- "version": "2.2.1",
- "version_normalized": "2.2.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/fisharebest/ext-calendar.git",
- "reference": "2751c860b3ed7f9c1fca47944645337e8fa2b38a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/2751c860b3ed7f9c1fca47944645337e8fa2b38a",
- "reference": "2751c860b3ed7f9c1fca47944645337e8fa2b38a",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "*",
- "satooshi/php-coveralls": "*"
- },
- "time": "2015-12-11 22:50:01",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [
- "src/shims.php"
- ],
- "psr-4": {
- "Fisharebest\\ExtCalendar\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "GPL-3.0+"
- ],
- "authors": [
- {
- "name": "Greg Roach",
- "email": "fisharebest@gmail.com",
- "role": "Developer"
- }
- ],
- "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.",
- "homepage": "https://github.com/fisharebest/ext-calendar",
- "keywords": [
- "Jalali",
- "arabic",
- "calendar",
- "ext-calendar",
- "french",
- "gregorian",
- "hebrew",
- "hijri",
- "jewish",
- "julian",
- "julian day",
- "julian day number",
- "persian",
- "shamsi"
- ]
- },
- {
- "name": "patchwork/utf8",
- "version": "v1.3.0",
- "version_normalized": "1.3.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/tchwork/utf8.git",
- "reference": "3bd61bc162ed5c5f4a11e40a0106acc255b451d9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/tchwork/utf8/zipball/3bd61bc162ed5c5f4a11e40a0106acc255b451d9",
- "reference": "3bd61bc162ed5c5f4a11e40a0106acc255b451d9",
- "shasum": ""
- },
- "require": {
- "lib-pcre": ">=7.3",
- "php": ">=5.3.0"
- },
- "suggest": {
- "ext-iconv": "Use iconv for best performance",
- "ext-intl": "Use Intl for best performance",
- "ext-mbstring": "Use Mbstring for best performance",
- "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
- },
- "time": "2015-12-15 15:34:15",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Patchwork\\": "src/Patchwork/"
- },
- "classmap": [
- "src/Normalizer.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "(Apache-2.0 or GPL-2.0)"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- }
- ],
- "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
- "homepage": "https://github.com/tchwork/utf8",
- "keywords": [
- "grapheme",
- "i18n",
- "unicode",
- "utf-8",
- "utf8"
- ]
}
]
diff --git a/vendor/ramsey/uuid/CHANGELOG.md b/vendor/rhumsaa/uuid/CHANGELOG.md
index 73ece7933c..d686aeb62c 100644
--- a/vendor/ramsey/uuid/CHANGELOG.md
+++ b/vendor/rhumsaa/uuid/CHANGELOG.md
@@ -1,12 +1,5 @@
# Rhumsaa\Uuid Changelog
-## 2.8.3
-
-_Released: 2015-08-31_
-
- * Fix exception message in `Uuid::calculateUuidTime()`.
- * Update composer.json to reflect new repository and package name.
-
## 2.8.2
_Released: 2015-07-23_
diff --git a/vendor/ramsey/uuid/CONTRIBUTING.md b/vendor/rhumsaa/uuid/CONTRIBUTING.md
index 3cd9dc1c0e..3cd9dc1c0e 100644
--- a/vendor/ramsey/uuid/CONTRIBUTING.md
+++ b/vendor/rhumsaa/uuid/CONTRIBUTING.md
diff --git a/vendor/ramsey/uuid/LICENSE b/vendor/rhumsaa/uuid/LICENSE
index 923e880f5b..923e880f5b 100644
--- a/vendor/ramsey/uuid/LICENSE
+++ b/vendor/rhumsaa/uuid/LICENSE
diff --git a/vendor/ramsey/uuid/README.md b/vendor/rhumsaa/uuid/README.md
index d5b3e56fec..00702fc19a 100644
--- a/vendor/ramsey/uuid/README.md
+++ b/vendor/rhumsaa/uuid/README.md
@@ -1,5 +1,9 @@
# Rhumsaa\Uuid for PHP
+_**WARNING: This package is no longer maintained. Use [ramsey/uuid](https://github.com/ramsey/uuid) instead.**_
+
+----
+
[![Build Status](https://travis-ci.org/ramsey/uuid.png?branch=master)](https://travis-ci.org/ramsey/uuid)
[![Coverage Status](https://coveralls.io/repos/ramsey/uuid/badge.png)](https://coveralls.io/r/ramsey/uuid)
[![Latest Stable Version](https://poser.pugx.org/rhumsaa/uuid/v/stable.png)](https://packagist.org/packages/rhumsaa/uuid)
diff --git a/vendor/ramsey/uuid/bin/uuid b/vendor/rhumsaa/uuid/bin/uuid
index ddfdc61185..ddfdc61185 100644..100755
--- a/vendor/ramsey/uuid/bin/uuid
+++ b/vendor/rhumsaa/uuid/bin/uuid
diff --git a/vendor/ramsey/uuid/composer.json b/vendor/rhumsaa/uuid/composer.json
index 6128c033ad..a02198dec2 100644
--- a/vendor/ramsey/uuid/composer.json
+++ b/vendor/rhumsaa/uuid/composer.json
@@ -1,9 +1,9 @@
{
- "name": "ramsey/uuid",
- "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
+ "name": "rhumsaa/uuid",
+ "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).",
"type": "library",
"keywords": ["uuid", "identifier", "guid"],
- "homepage": "https://github.com/ramsey/uuid",
+ "homepage": "https://github.com/ramsey/rhumsaa-uuid",
"license": "MIT",
"authors": [
{
@@ -16,8 +16,8 @@
}
],
"support": {
- "issues": "https://github.com/ramsey/uuid/issues",
- "source": "https://github.com/ramsey/uuid"
+ "issues": "https://github.com/ramsey/rhumsaa-uuid/issues",
+ "source": "https://github.com/ramsey/rhumsaa-uuid"
},
"require": {
"php": ">=5.3.3"
diff --git a/vendor/ramsey/uuid/src/Console/Application.php b/vendor/rhumsaa/uuid/src/Console/Application.php
index ddeff64517..ddeff64517 100644
--- a/vendor/ramsey/uuid/src/Console/Application.php
+++ b/vendor/rhumsaa/uuid/src/Console/Application.php
diff --git a/vendor/ramsey/uuid/src/Console/Command/DecodeCommand.php b/vendor/rhumsaa/uuid/src/Console/Command/DecodeCommand.php
index 97c9728dcf..97c9728dcf 100644
--- a/vendor/ramsey/uuid/src/Console/Command/DecodeCommand.php
+++ b/vendor/rhumsaa/uuid/src/Console/Command/DecodeCommand.php
diff --git a/vendor/ramsey/uuid/src/Console/Command/GenerateCommand.php b/vendor/rhumsaa/uuid/src/Console/Command/GenerateCommand.php
index a4c66043df..a4c66043df 100644
--- a/vendor/ramsey/uuid/src/Console/Command/GenerateCommand.php
+++ b/vendor/rhumsaa/uuid/src/Console/Command/GenerateCommand.php
diff --git a/vendor/ramsey/uuid/src/Console/Exception.php b/vendor/rhumsaa/uuid/src/Console/Exception.php
index aefef0d304..aefef0d304 100644
--- a/vendor/ramsey/uuid/src/Console/Exception.php
+++ b/vendor/rhumsaa/uuid/src/Console/Exception.php
diff --git a/vendor/ramsey/uuid/src/Console/Util/ErrorHandler.php b/vendor/rhumsaa/uuid/src/Console/Util/ErrorHandler.php
index fe4d90a33f..fe4d90a33f 100644
--- a/vendor/ramsey/uuid/src/Console/Util/ErrorHandler.php
+++ b/vendor/rhumsaa/uuid/src/Console/Util/ErrorHandler.php
diff --git a/vendor/ramsey/uuid/src/Doctrine/UuidType.php b/vendor/rhumsaa/uuid/src/Doctrine/UuidType.php
index ffecee8fb0..ffecee8fb0 100644
--- a/vendor/ramsey/uuid/src/Doctrine/UuidType.php
+++ b/vendor/rhumsaa/uuid/src/Doctrine/UuidType.php
diff --git a/vendor/ramsey/uuid/src/Exception/UnsatisfiedDependencyException.php b/vendor/rhumsaa/uuid/src/Exception/UnsatisfiedDependencyException.php
index e402837543..e402837543 100644
--- a/vendor/ramsey/uuid/src/Exception/UnsatisfiedDependencyException.php
+++ b/vendor/rhumsaa/uuid/src/Exception/UnsatisfiedDependencyException.php
diff --git a/vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php b/vendor/rhumsaa/uuid/src/Exception/UnsupportedOperationException.php
index e9eed08bb2..e9eed08bb2 100644
--- a/vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php
+++ b/vendor/rhumsaa/uuid/src/Exception/UnsupportedOperationException.php
diff --git a/vendor/ramsey/uuid/src/Uuid.php b/vendor/rhumsaa/uuid/src/Uuid.php
index 1a5d80661b..1d3f143756 100644
--- a/vendor/ramsey/uuid/src/Uuid.php
+++ b/vendor/rhumsaa/uuid/src/Uuid.php
@@ -93,7 +93,7 @@ final class Uuid
/**
* Version of the Rhumsaa\Uuid package
*/
- const VERSION = '2.8.3';
+ const VERSION = '2.8.2';
/**
* For testing, 64-bit system override; if true, treat the system as 32-bit
@@ -1112,7 +1112,8 @@ final class Uuid
throw new Exception\UnsatisfiedDependencyException(
'When calling ' . __METHOD__ . ' on a 32-bit system, '
- . 'Moontoast\Math\BigNumber must be present'
+ . 'Moontoast\Math\BigNumber must be present in order '
+ . 'to generate version 1 UUIDs'
);
}