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

Commit 7cb03e1

Browse files
committed
Add puli binding types
1 parent 2f9f6fd commit 7cb03e1

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.puli/
12
build/
23
vendor/
34
composer.lock

puli.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": "1.0",
3+
"binding-types": {
4+
"Http\\Message\\MessageFactory": {
5+
"description": "PSR-7 Message Factory"
6+
},
7+
"Http\\Message\\StreamFactory": {
8+
"description": "PSR-7 Stream Factory"
9+
},
10+
"Http\\Message\\UriFactory": {
11+
"description": "PSR-7 URI Factory"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)