Skip to content

Commit 67ecd86

Browse files
committed
Update ramsey/uuid to php8 compatible version
1 parent b026746 commit 67ecd86

File tree

2 files changed

+349
-333
lines changed

2 files changed

+349
-333
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"php-amqplib/php-amqplib": "~2.10.0",
7373
"phpseclib/mcrypt_compat": "1.0.8",
7474
"phpseclib/phpseclib": "2.0.*",
75-
"ramsey/uuid": "~3.8.0",
75+
"ramsey/uuid": "~4.1.0",
7676
"symfony/console": "~4.4.0",
7777
"symfony/event-dispatcher": "~4.4.0",
7878
"symfony/process": "~4.4.0",
@@ -82,7 +82,8 @@
8282
"wikimedia/less.php": "^3.0.0"
8383
},
8484
"require-dev": {
85-
"allure-framework/allure-phpunit": "~1.2.0",
85+
"allure-framework/allure-codeception": "1.5.0 as 1.4.5",
86+
"allure-framework/allure-phpunit": "dev-master as 1.3.2",
8687
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
8788
"friendsofphp/php-cs-fixer": "~2.18.1",
8889
"lusitanian/oauth": "~0.8.10",

0 commit comments

Comments
 (0)