Skip to content

Commit

Permalink
Preparing the README for cutting master over to the 4.x series
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jul 19, 2018
1 parent 11467bb commit be7ce46
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
@@ -1,15 +1,13 @@
# ramsey/uuid

_NOTICE: Formerly known as `rhumsaa/uuid`, The package and namespace names have changed to `ramsey/uuid` and `Ramsey\Uuid`, respectively._

[![Source Code][badge-source]][source]
[![Latest Version][badge-release]][release]
[![Software License][badge-license]][license]
[![Build Status][badge-build]][build]
[![Coverage Status][badge-coverage]][coverage]
[![Total Downloads][badge-downloads]][downloads]

ramsey/uuid is a PHP 7+ library for generating and working with [RFC 4122][rfc4122] version 1, 3, 4, and 5 universally unique identifiers (UUID).
ramsey/uuid is a PHP 7.2+ library for generating and working with [RFC 4122][rfc4122] version 1, 3, 4, and 5 universally unique identifiers (UUID).

This project adheres to a [Contributor Code of Conduct][conduct]. By participating in this project and its community, you are expected to uphold this code.

Expand All @@ -32,6 +30,11 @@ composer require ramsey/uuid
```


## Upgrading from 3.x to 4.x

TODO


## Upgrading from 2.x to 3.x

While we have made significant internal changes to the library, we have made every effort to ensure a seamless upgrade path from the 2.x series of this library to 3.x.
Expand Down

0 comments on commit be7ce46

Please sign in to comment.