Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit a478cb1

Browse files
committed
Add Request and Response factory binding types
1 parent 2d18298 commit a478cb1

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
4+
## 1.0.2 - 2015-12-19
5+
6+
### Added
7+
8+
- Request and Response factory binding types to Puli
9+
10+
311
## 1.0.1 - 2015-12-17
412

513
### Added

puli.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
}
1010
}
1111
},
12+
"Http\\Message\\RequestFactory": {
13+
"parameters": {
14+
"depends": {
15+
"description": "Optional class dependency which can be checked by consumers"
16+
}
17+
}
18+
},
19+
"Http\\Message\\ResponseFactory": {
20+
"parameters": {
21+
"depends": {
22+
"description": "Optional class dependency which can be checked by consumers"
23+
}
24+
}
25+
},
1226
"Http\\Message\\StreamFactory": {
1327
"description": "PSR-7 Stream Factory",
1428
"parameters": {

0 commit comments

Comments
 (0)