Skip to content

Commit 14537e2

Browse files
authored
Update README.md (#53)
zendframework/zend-diactoros is abandoned in favor of laminas/laminas-diactoros
1 parent 6db507a commit 14537e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
max-parallel: 10
1616
matrix:
1717
batch:
18-
- { suite: "curl", php: '7.4', package: "php-http/curl-client:dev-master zendframework/zend-diactoros" }
18+
- { suite: "curl", php: '7.4', package: "php-http/curl-client:dev-master laminas/laminas-diactoros" }
1919
- { suite: "Socket", php: '7.4', package: "php-http/socket-client:dev-master php-http/client-common" }
2020
- { suite: "Guzzle5", php: '7.1', package: "php-http/guzzle5-adapter:dev-master" }
2121
- { suite: "Guzzle6", php: '7.4', package: "php-http/guzzle6-adapter:dev-master" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ vendor/bin/http_test_server
3232
Install an adapter.
3333

3434
```bash
35-
$ composer require php-http/curl-client:dev-master zendframework/zend-diactoros
35+
$ composer require php-http/curl-client:dev-master laminas/laminas-diactoros
3636
```
3737

3838
Run the tests.

0 commit comments

Comments
 (0)