Skip to content

Commit 52b2960

Browse files
author
Rajaram
authored
Merge pull request #7 from pratt3003/master
Update ramsey uuid library
2 parents c13a54a + 083146e commit 52b2960

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=5.3.0",
17-
"ramsey/uuid": "2.8"
17+
"ramsey/uuid": "3.3"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "3.7.*"

lib/Buzz/Client/Cid.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Buzz\Client;
44

55
use Buzz\Message\RequestInterface;
6-
use Rhumsaa\Uuid\Uuid;
7-
use Rhumsaa\Uuid\Exception\UnsatisfiedDependencyException;
6+
use Ramsey\Uuid\Exception\UnsatisfiedDependencyException;
7+
use Ramsey\Uuid\Uuid;
88

99
class Cid
1010
{

0 commit comments

Comments
 (0)