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 ded9bd6 commit 384f76bCopy full SHA for 384f76b
README.md
@@ -9,6 +9,11 @@
9
10
PHP Cloudflare AMP Validator is a PHP Library that wraps the [Cloudflare AMP validation API](https://blog.cloudflare.com/amp-validator-api/).
11
12
+## Requirements
13
+- PHP >=7.1
14
+- An PSR-18 HttpClient
15
+
16
17
## Install
18
19
Via Composer
composer.json
@@ -20,7 +20,6 @@
20
"require": {
21
"php" : ">=7.1",
22
"ext-json": "*",
23
- "psr/container": "^1.0",
24
"psr/http-client": "^0.3.0",
25
"guzzlehttp/psr7": "^1.4"
26
},
0 commit comments