mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Bumping the version number to 2.7.2
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
* 2.7.2 (2014-07-28)
|
||||
* Upgraded to PSR-4 autoloading
|
||||
* Testing upgrades:
|
||||
* Testing against PHP 5.6
|
||||
* Testing with PHPUnit 4
|
||||
* Using Coveralls.io to generate code coverage reports
|
||||
* Documentation fixes
|
||||
* 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
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.8.x-dev"
|
||||
"dev-master": "2.7.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -93,7 +93,7 @@ final class Uuid
|
||||
/**
|
||||
* Version of the Rhumsaa\Uuid package
|
||||
*/
|
||||
const VERSION = '2.8.x-dev';
|
||||
const VERSION = '2.7.2';
|
||||
|
||||
/**
|
||||
* For testing, 64-bit system override; if true, treat the system as 32-bit
|
||||
|
||||
Reference in New Issue
Block a user