Skip to content

Commit 3878576

Browse files
author
Rodion Liuborets
committed
Fix version in examples in composer.json
1 parent 46f5686 commit 3878576

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/doc-scan/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"php": "^8.0",
77
"fideloper/proxy": "^4.2",
88
"fruitcake/laravel-cors": "^1.0",
9-
"guzzlehttp/guzzle": "^6.3",
9+
"guzzlehttp/guzzle": "^6.4 || ^7.0",
1010
"laravel/framework": "^8.0",
1111
"laravel/tinker": "^2.3.0",
12-
"yoti/yoti-php-sdk": "^3.0"
12+
"yoti/yoti-php-sdk": "^4.0"
1313
},
1414
"require-dev": {
1515
"facade/ignition": "^2.0"

examples/profile/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"guzzlehttp/guzzle": "^6.4 || ^7.0",
1010
"laravel/framework": "^8.0",
1111
"laravel/tinker": "^2.3.0",
12-
"yoti/yoti-php-sdk": "^3.9.1"
12+
"yoti/yoti-php-sdk": "^4.0"
1313
},
1414
"require-dev": {
1515
"facade/ignition": "^2.0"

0 commit comments

Comments
 (0)