Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 57a2151

Browse files
committed
Merge pull request #1 from php-http/puli
Added Puli composer plugin
2 parents 5092558 + c1d2ba2 commit 57a2151

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"require-dev": {
2020
"php-http/adapter-integration-tests": "^0.3",
2121
"php-http/client-common": "^1.0",
22-
"guzzlehttp/psr7": "^1.2"
22+
"guzzlehttp/psr7": "^1.2",
23+
"puli/composer-plugin": "1.0.0-beta9"
2324
},
2425
"provide": {
2526
"php-http/client-implementation": "1.0"
@@ -44,5 +45,5 @@
4445
}
4546
},
4647
"prefer-stable": true,
47-
"minimum-stability": "stable"
48+
"minimum-stability": "beta"
4849
}

puli.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0",
3+
"name": "php-http/buzz-adapter",
34
"bindings": {
45
"619bb44c-302a-43c6-9ae1-583567694a7f": {
56
"_class": "Puli\\Discovery\\Binding\\ClassBinding",

0 commit comments

Comments
 (0)