Skip to content

Commit 384f76b

Browse files
author
Ricardo Fiorani
committed
removed psr container for now
1 parent ded9bd6 commit 384f76b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
PHP Cloudflare AMP Validator is a PHP Library that wraps the [Cloudflare AMP validation API](https://blog.cloudflare.com/amp-validator-api/).
1111

12+
## Requirements
13+
- PHP >=7.1
14+
- An PSR-18 HttpClient
15+
16+
1217
## Install
1318

1419
Via Composer

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"require": {
2121
"php" : ">=7.1",
2222
"ext-json": "*",
23-
"psr/container": "^1.0",
2423
"psr/http-client": "^0.3.0",
2524
"guzzlehttp/psr7": "^1.4"
2625
},

0 commit comments

Comments
 (0)