We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001324d commit b64906bCopy full SHA for b64906b
README.md
@@ -28,7 +28,7 @@ Check out [ElextrumX Dashboard](https://github.com/Mirobit/electrumx-dashboard)
28
29
- Bitcoin Core 0.19.0.1+
30
- Web Server (Apache, Nginx, PHP Server)
31
-- PHP 7.0.0+
+- PHP 7.3.0+
32
- curl extension
33
- Docker (Alternative to Web Server and PHP)
34
composer.json
@@ -18,7 +18,7 @@
18
},
19
"type": "project",
20
"require": {
21
- "php": "^7.0",
+ "php": "^7.3",
22
"ext-curl": "*"
23
}
24
0 commit comments