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

Commit 25b25cc

Browse files
author
Jamie Snape
committed
Update composer dependencies
1 parent 7efd2f7 commit 25b25cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"leafo/scssphp": "~0.2",
2121
"maennchen/zipstream-php": "~0.3",
2222
"moontoast/math": "~1.1",
23-
"ramsey/uuid": "~2.8",
23+
"ramsey/uuid": "~3.0",
2424
"reprovinci/solr-php-client": "~1.0",
2525
"sendgrid/sendgrid": "~3.2",
2626
"zendframework/zendframework1": "~1.12"
2727
},
2828
"require-dev": {
29-
"ext-curl": "*",
3029
"ext-xdebug": "*",
3130
"fabpot/php-cs-fixer": "~1.10",
3231
"jokkedk/zfdebug": "~1.6",
3332
"phpcheckstyle/phpcheckstyle": "V0.14.1",
3433
"phpunit/dbunit": "~1.4",
3534
"phpunit/phpcov": "~2.0",
3635
"phpunit/phpunit": "~4.8",
36+
"ramsey/uuid-console": "~1.0",
3737
"satooshi/php-coveralls": "~0.6",
3838
"sensiolabs/security-checker": "~3.0",
3939
"symfony/console": "~2.7"

core/controllers/components/UuidComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class UuidComponent extends AppComponent
2828
*/
2929
public function generate()
3030
{
31-
return str_replace('-', '', \Rhumsaa\Uuid\Uuid::uuid4()->toString());
31+
return str_replace('-', '', \Ramsey\Uuid\Uuid::uuid4()->toString());
3232
}
3333

3434
/**

0 commit comments

Comments
 (0)