Skip to content

Commit b64906b

Browse files
committed
Chance PHP version requirement
1 parent 001324d commit b64906b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Check out [ElextrumX Dashboard](https://github.com/Mirobit/electrumx-dashboard)
2828

2929
- Bitcoin Core 0.19.0.1+
3030
- Web Server (Apache, Nginx, PHP Server)
31-
- PHP 7.0.0+
31+
- PHP 7.3.0+
3232
- curl extension
3333
- Docker (Alternative to Web Server and PHP)
3434

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"type": "project",
2020
"require": {
21-
"php": "^7.0",
21+
"php": "^7.3",
2222
"ext-curl": "*"
2323
}
2424
}

0 commit comments

Comments
 (0)