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

Commit

Permalink
Merge pull request #1 from php-http/puli
Browse files Browse the repository at this point in the history
Added Puli composer plugin
  • Loading branch information
Nyholm committed Mar 6, 2016
2 parents 5092558 + c1d2ba2 commit 57a2151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -19,7 +19,8 @@
"require-dev": {
"php-http/adapter-integration-tests": "^0.3",
"php-http/client-common": "^1.0",
"guzzlehttp/psr7": "^1.2"
"guzzlehttp/psr7": "^1.2",
"puli/composer-plugin": "1.0.0-beta9"
},
"provide": {
"php-http/client-implementation": "1.0"
Expand All @@ -44,5 +45,5 @@
}
},
"prefer-stable": true,
"minimum-stability": "stable"
"minimum-stability": "beta"
}
1 change: 1 addition & 0 deletions puli.json
@@ -1,5 +1,6 @@
{
"version": "1.0",
"name": "php-http/buzz-adapter",
"bindings": {
"619bb44c-302a-43c6-9ae1-583567694a7f": {
"_class": "Puli\\Discovery\\Binding\\ClassBinding",
Expand Down

0 comments on commit 57a2151

Please sign in to comment.