Skip to content

Commit d6d01b4

Browse files
committed
Fix PHP version in doc-scan example compose.json to 8.0
1 parent 37957c3 commit d6d01b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/doc-scan/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Yoti SDK Profile Demo",
44
"license": "MIT",
55
"require": {
6-
"php": "^7.2.5",
6+
"php": "^8.0",
77
"fideloper/proxy": "^4.2",
88
"fruitcake/laravel-cors": "^1.0",
99
"guzzlehttp/guzzle": "^6.3",

examples/docker/php.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM php:7-fpm-alpine
1+
FROM php:8-fpm-alpine
22

33
COPY php.ini /usr/local/etc/php/conf.d/php.ini

0 commit comments

Comments
 (0)