Commit Graph

207 Commits

Author SHA1 Message Date
Ben Ramsey a0544fe71b Updating README to use version 3.0 in Composer install example 2014-10-30 00:39:01 -05:00
Ben Ramsey 3b0ae30bef Merge branch '2.8' into 3.0 2014-10-30 00:38:36 -05:00
Ben Ramsey 0bd3a90932 Updating README to use version 2.8 in Composer install example 2014-10-30 00:37:22 -05:00
Ben Ramsey dc1b735dd0 Merge branch 'dvankley-dvk/remove_final' into 3.0 2014-10-29 23:13:17 -05:00
Ben Ramsey e3d39bce99 Merge branch 'dvk/remove_final' of github.com:dvankley/uuid into dvankley-dvk/remove_final
Conflicts:
	src/Uuid.php
2014-10-29 23:09:20 -05:00
Ben Ramsey c4562a6aee Merge branch 'gdbots-jsonserializable' into 3.0 2014-10-29 23:05:40 -05:00
Ben Ramsey 57b3ac7a78 Merge branch 'jsonserializable' of github.com:gdbots/uuid-php into gdbots-jsonserializable 2014-10-29 23:05:05 -05:00
Ben Ramsey 38801aa54d Merge branch '2.8' into 3.0 2014-10-29 23:01:10 -05:00
Ben Ramsey 8db67829db Merge branch 'terrycorley-add-from-integer' into 2.8 2014-10-29 22:52:52 -05:00
Ben Ramsey 0e7e2b8043 Merge branch 'add-from-integer' of github.com:terrycorley/uuid into terrycorley-add-from-integer 2014-10-29 22:52:33 -05:00
Ben Ramsey 547bed31f0 Merge branch 'boekkooi-patch-1' into 2.8 2014-10-29 22:47:47 -05:00
Ben Ramsey 4e445a5467 Merge branch 'patch-1' of github.com:boekkooi/uuid into boekkooi-patch-1 2014-10-29 22:47:27 -05:00
Ben Ramsey 2189e9cd80 Merge branch 'master' into 2.8 2014-10-29 22:44:33 -05:00
Ben Ramsey 94b0103ef8 Setting version in master to 2.7.x-dev 2014-10-29 22:39:33 -05:00
Ben Ramsey eb1d371067 Bumping the version number to 2.7.4 2.7.4 2014-10-29 22:36:49 -05:00
Ben Ramsey 72a7201162 Merge pull request #37 from fisharebest/gitattributes
Exclude build/development tools from releases using .gitattributes
2014-10-29 21:05:37 -05:00
Ben Ramsey 027e7780db Merge pull request #35 from jwpage/doc_toString
Use toString function in README
2014-10-29 20:51:08 -05:00
Ben Ramsey e66eb997a1 Set timezone for tests 2014-10-24 08:55:20 -05:00
Greg Roach 6485884397 Exclude build/development tools from releases using .gitattributes 2014-10-24 14:31:22 +01:00
Johnson 6ae242b0cc Set the default timezone to avoid errors in hhvm
Added a default timezone to the bootstrap.php to fix errors in HHVM
tests, which was introduced when Travis removed the default `/etc/hhvm/php.ini`
in https://github.com/travis-ci/travis-ci/issues/2523#issuecomment-59303763
2014-10-19 17:58:09 +11:00
Johnson 3ba3365808 Use toString function in README
This helps illustrate that the uuidX() functions return Uuid objects,
and not strings.
2014-10-19 15:57:14 +11:00
Ben Ramsey a8c91e04f6 Merge pull request #33 from gabrielsch/fix/unused-variable
Optimizing byte generation loop
2014-10-10 13:46:04 -05:00
Gabriel Schmitt 02b97224f2 Fixing unused variable on byte generation loop. 2014-10-10 14:55:19 -03:00
Warnar Boekkooi 2e9402d1a3 Doctrine conversion make friendlier 2014-09-05 11:22:32 +08:00
Ben Ramsey 6af68ccfa1 Set package version to 3.0.x-dev 2014-09-02 15:11:56 -05:00
Ben Ramsey 0878935b71 Set package version to 2.8.x-dev 2014-09-02 15:11:33 -05:00
Ben Ramsey 41dcfcd8e2 Remove phpdoc config in favor of apigen. 2014-09-02 15:09:26 -05:00
Ben Ramsey fa84298c14 Setting version in master to 2.7.x-dev 2014-08-27 17:43:01 -05:00
Ben Ramsey b976326ca5 Bumping the version number to 2.7.3 2.7.3 2014-08-27 17:39:41 -05:00
Ben Ramsey e4dc84b629 Merge pull request #29 from simensen/correct-upper-range-for-mt_rand
Correct upper range for mt_rand.
2014-08-27 17:34:10 -05:00
Beau Simensen aed56786e1 Correct upper range for mt_rand. 2014-08-27 14:59:52 -05:00
Ben Ramsey ccabc07c64 Bumping the version number to 2.7.2 2.7.2 2014-07-28 12:51:57 -05:00
Ben Ramsey 023de5627b Now using PHPUnit 4 to run the tests. 2014-07-28 11:36:44 -05:00
Greg Brown f85eb9f69d require 5.4 and add JsonSerializable -on branch - prep for pr 2014-07-24 22:29:46 -07:00
Greg Brown 45c34cd709 require 5.4 and add JsonSerializable 2014-07-22 23:20:43 -07:00
Terry Corley 7fa0c32f8b Adding static fromInteger method to create UUIDs from string integer or BigNumber, along with tests. 2014-07-14 18:44:11 -05:00
Ben Ramsey 1aa26b0143 Make sure Composer is up-to-date 2014-04-11 16:59:29 -05:00
Dan van Kley c7daee6c6a Remove "final" keyword to allow extending 2014-04-07 11:14:56 -04:00
Ben Ramsey 9655ba143c Merge pull request #24 from h4cc/patch-1
Added HHVM Tested Badge.
2014-03-20 12:19:33 -05:00
Julius Beckmann ebe92cadff Added HHVM Tested Badge.
So everyone can see it works with HHVM :)
2014-03-20 17:48:38 +01:00
Ben Ramsey d1faf12813 Merge pull request #22 from pborreli/typos
Fixed typos
2014-03-14 13:35:50 -05:00
Pascal Borreli 4c52b8c392 Fixed typos 2014-03-06 02:05:57 +00:00
Ben Ramsey 00ab1e1cd3 Adding Coveralls.io integration 2014-02-28 08:31:43 -06:00
Ben Ramsey e4a7c89c5c Add PHP 5.6 to the Travis CI config 2014-02-26 13:05:13 -06:00
Ben Ramsey c43be02bd9 Upgraded to PSR-4 autoloading 2014-02-21 18:35:01 -06:00
Ben Ramsey 8569983a11 Bumping the version number to 2.7.1 2.7.1 2014-02-21 18:08:43 -06:00
Ben Ramsey f02da50e50 Ensure that tests run even in cases when dev packages are not present 2014-02-21 18:01:35 -06:00
Ben Ramsey cd315b29ab Skip console tests if symfony/console and moontoast/math are not present 2014-02-21 14:53:53 -06:00
Ben Ramsey 5b1c44a5ce Switch tests to use ISO format date, since days of week are hard. 2014-02-21 13:53:23 -06:00
Ben Ramsey 2ea4c90bd7 Support symfony/console for 2.3 (LTS version); fixes #21 2014-02-19 20:20:49 -06:00