This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
core/controllers/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
"leafo/scssphp" : " ~0.2" ,
21
21
"maennchen/zipstream-php" : " ~0.3" ,
22
22
"moontoast/math" : " ~1.1" ,
23
- "ramsey/uuid" : " ~2.8 " ,
23
+ "ramsey/uuid" : " ~3.0 " ,
24
24
"reprovinci/solr-php-client" : " ~1.0" ,
25
25
"sendgrid/sendgrid" : " ~3.2" ,
26
26
"zendframework/zendframework1" : " ~1.12"
27
27
},
28
28
"require-dev" : {
29
- "ext-curl" : " *" ,
30
29
"ext-xdebug" : " *" ,
31
30
"fabpot/php-cs-fixer" : " ~1.10" ,
32
31
"jokkedk/zfdebug" : " ~1.6" ,
33
32
"phpcheckstyle/phpcheckstyle" : " V0.14.1" ,
34
33
"phpunit/dbunit" : " ~1.4" ,
35
34
"phpunit/phpcov" : " ~2.0" ,
36
35
"phpunit/phpunit" : " ~4.8" ,
36
+ "ramsey/uuid-console" : " ~1.0" ,
37
37
"satooshi/php-coveralls" : " ~0.6" ,
38
38
"sensiolabs/security-checker" : " ~3.0" ,
39
39
"symfony/console" : " ~2.7"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class UuidComponent extends AppComponent
28
28
*/
29
29
public function generate ()
30
30
{
31
- return str_replace ('- ' , '' , \Rhumsaa \Uuid \Uuid::uuid4 ()->toString ());
31
+ return str_replace ('- ' , '' , \Ramsey \Uuid \Uuid::uuid4 ()->toString ());
32
32
}
33
33
34
34
/**
You can’t perform that action at this time.
0 commit comments