mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
chore: update branch name to "main"
This commit is contained in:
+1
-1
@@ -1191,7 +1191,7 @@ versions leading up to this release.*
|
||||
[comb sequential uuids]: http://www.informit.com/articles/article.aspx?p=25862&seqNum=7
|
||||
[paragonie/random_compat]: https://github.com/paragonie/random_compat
|
||||
[collision issue]: https://github.com/ramsey/uuid/issues/80
|
||||
[contributor code of conduct]: https://github.com/ramsey/uuid/blob/master/.github/CODE_OF_CONDUCT.md
|
||||
[contributor code of conduct]: https://github.com/ramsey/uuid/blob/main/CODE_OF_CONDUCT.md
|
||||
[pecl libsodium extension]: http://pecl.php.net/package/libsodium
|
||||
[ircmaxell/random-lib]: https://github.com/ircmaxell/RandomLib
|
||||
[doctrine field type]: http://doctrine-dbal.readthedocs.org/en/latest/reference/types.html
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<a href="https://github.com/ramsey/uuid"><img src="http://img.shields.io/badge/source-ramsey/uuid-blue.svg?style=flat-square" alt="Source Code"></a>
|
||||
<a href="https://packagist.org/packages/ramsey/uuid"><img src="https://img.shields.io/packagist/v/ramsey/uuid.svg?style=flat-square&label=release" alt="Download Package"></a>
|
||||
<a href="https://php.net"><img src="https://img.shields.io/packagist/php-v/ramsey/uuid.svg?style=flat-square&colorB=%238892BF" alt="PHP Programming Language"></a>
|
||||
<a href="https://github.com/ramsey/uuid/blob/master/LICENSE"><img src="https://img.shields.io/packagist/l/ramsey/uuid.svg?style=flat-square&colorB=darkcyan" alt="Read License"></a>
|
||||
<a href="https://github.com/ramsey/uuid/blob/main/LICENSE"><img src="https://img.shields.io/packagist/l/ramsey/uuid.svg?style=flat-square&colorB=darkcyan" alt="Read License"></a>
|
||||
<a href="https://github.com/ramsey/uuid/actions/workflows/continuous-integration.yml"><img src="https://img.shields.io/github/workflow/status/ramsey/uuid/build/main?logo=github&style=flat-square" alt="Build Status"></a>
|
||||
<a href="https://codecov.io/gh/ramsey/uuid"><img src="https://img.shields.io/codecov/c/gh/ramsey/uuid?label=codecov&logo=codecov&style=flat-square" alt="Codecov Code Coverage"></a>
|
||||
<a href="https://shepherd.dev/github/ramsey/uuid"><img src="https://img.shields.io/endpoint?style=flat-square&url=https%3A%2F%2Fshepherd.dev%2Fgithub%2Framsey%2Fuuid%2Fcoverage" alt="Psalm Type Coverage"></a>
|
||||
@@ -74,10 +74,10 @@ licensed for use under the MIT License (MIT). Please see [LICENSE][] for more
|
||||
information.
|
||||
|
||||
[rfc4122]: http://tools.ietf.org/html/rfc4122
|
||||
[conduct]: https://github.com/ramsey/uuid/blob/master/.github/CODE_OF_CONDUCT.md
|
||||
[conduct]: https://github.com/ramsey/uuid/blob/main/CODE_OF_CONDUCT.md
|
||||
[javauuid]: http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html
|
||||
[pyuuid]: http://docs.python.org/3/library/uuid.html
|
||||
[composer]: http://getcomposer.org/
|
||||
[contributing.md]: https://github.com/ramsey/uuid/blob/master/.github/CONTRIBUTING.md
|
||||
[security.md]: https://github.com/ramsey/uuid/blob/master/SECURITY.md
|
||||
[license]: https://github.com/ramsey/uuid/blob/master/LICENSE
|
||||
[contributing.md]: https://github.com/ramsey/uuid/blob/main/CONTRIBUTING.md
|
||||
[security.md]: https://github.com/ramsey/uuid/blob/main/SECURITY.md
|
||||
[license]: https://github.com/ramsey/uuid/blob/main/LICENSE
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.x-dev"
|
||||
"dev-main": "4.x-dev"
|
||||
},
|
||||
"captainhook": {
|
||||
"force-install": true
|
||||
|
||||
+7
-7
@@ -47,10 +47,10 @@ Replace the Default Factory
|
||||
out how, see :ref:`customize.factory`.
|
||||
|
||||
|
||||
.. _UuidFactory: https://github.com/ramsey/uuid/blob/master/src/UuidFactory.php
|
||||
.. _FeatureSet: https://github.com/ramsey/uuid/blob/master/src/FeatureSet.php
|
||||
.. _codec: https://github.com/ramsey/uuid/tree/master/src/Codec
|
||||
.. _builder: https://github.com/ramsey/uuid/tree/master/src/Builder
|
||||
.. _converter: https://github.com/ramsey/uuid/tree/master/src/Converter
|
||||
.. _provider: https://github.com/ramsey/uuid/tree/master/src/Provider
|
||||
.. _generator: https://github.com/ramsey/uuid/tree/master/src/Generator
|
||||
.. _UuidFactory: https://github.com/ramsey/uuid/blob/main/src/UuidFactory.php
|
||||
.. _FeatureSet: https://github.com/ramsey/uuid/blob/main/src/FeatureSet.php
|
||||
.. _codec: https://github.com/ramsey/uuid/tree/main/src/Codec
|
||||
.. _builder: https://github.com/ramsey/uuid/tree/main/src/Builder
|
||||
.. _converter: https://github.com/ramsey/uuid/tree/main/src/Converter
|
||||
.. _provider: https://github.com/ramsey/uuid/tree/main/src/Provider
|
||||
.. _generator: https://github.com/ramsey/uuid/tree/main/src/Generator
|
||||
|
||||
Reference in New Issue
Block a user