Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Sep 30, 2015
1 parent 7efd2f7 commit 25b25cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"leafo/scssphp": "~0.2",
"maennchen/zipstream-php": "~0.3",
"moontoast/math": "~1.1",
"ramsey/uuid": "~2.8",
"ramsey/uuid": "~3.0",
"reprovinci/solr-php-client": "~1.0",
"sendgrid/sendgrid": "~3.2",
"zendframework/zendframework1": "~1.12"
},
"require-dev": {
"ext-curl": "*",
"ext-xdebug": "*",
"fabpot/php-cs-fixer": "~1.10",
"jokkedk/zfdebug": "~1.6",
"phpcheckstyle/phpcheckstyle": "V0.14.1",
"phpunit/dbunit": "~1.4",
"phpunit/phpcov": "~2.0",
"phpunit/phpunit": "~4.8",
"ramsey/uuid-console": "~1.0",
"satooshi/php-coveralls": "~0.6",
"sensiolabs/security-checker": "~3.0",
"symfony/console": "~2.7"
Expand Down
2 changes: 1 addition & 1 deletion core/controllers/components/UuidComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class UuidComponent extends AppComponent
*/
public function generate()
{
return str_replace('-', '', \Rhumsaa\Uuid\Uuid::uuid4()->toString());
return str_replace('-', '', \Ramsey\Uuid\Uuid::uuid4()->toString());
}

/**
Expand Down

0 comments on commit 25b25cc

Please sign in to comment.