mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Bumping the version number to 2.7.1
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
* 2.7.1 (2014-02-19)
|
||||
* Moved moontoast/math and symfony/console to require-dev; fixes #20
|
||||
* Now supporting symfony/console for 2.3 (LTS version); fixes #21
|
||||
* Updated tests to run even when dev packages are not installed (skips tests if requirements are not met)
|
||||
* 2.7.0 (2014-01-31)
|
||||
* Moved UUID validation regex pattern into constant for external use (`Uuid::VALID_PATTERN`)
|
||||
* 2.6.1 (2014-01-27)
|
||||
|
||||
@@ -89,7 +89,7 @@ the following command to install the package and add it as a requirement to
|
||||
`composer.json`:
|
||||
|
||||
```bash
|
||||
composer.phar require "rhumsaa/uuid=~2.6"
|
||||
composer.phar require "rhumsaa/uuid=~2.7"
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@ final class Uuid
|
||||
/**
|
||||
* Version of the Rhumsaa\Uuid package
|
||||
*/
|
||||
const VERSION = '2.7.0';
|
||||
const VERSION = '2.7.1';
|
||||
|
||||
/**
|
||||
* For testing, 64-bit system override; if true, treat the system as 32-bit
|
||||
|
||||
Reference in New Issue
Block a user