Skip to content

Commit 2ffcb6f

Browse files
authored
Merge pull request #6829 from magento-lynx/ramsey-uuid
[Lynx] Updated ramsey/uuid to PHP 8 compatible version
2 parents 94f5b99 + 94cc576 commit 2ffcb6f

File tree

3 files changed

+196
-215
lines changed

3 files changed

+196
-215
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"php-amqplib/php-amqplib": "~2.10.0",
7272
"phpseclib/mcrypt_compat": "1.0.8",
7373
"phpseclib/phpseclib": "2.0.*",
74-
"ramsey/uuid": "~3.8.0",
74+
"ramsey/uuid": "~4.1.0",
7575
"symfony/console": "~4.4.0",
7676
"symfony/event-dispatcher": "~4.4.0",
7777
"symfony/process": "~4.4.0",
@@ -82,7 +82,7 @@
8282
"web-token/jwt-framework": "^v2.2.7"
8383
},
8484
"require-dev": {
85-
"allure-framework/allure-phpunit": "~1.3.1",
85+
"allure-framework/allure-phpunit": "~1.4",
8686
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
8787
"friendsofphp/php-cs-fixer": "~2.18.1",
8888
"lusitanian/oauth": "~0.8.10",

0 commit comments

Comments
 (0)