Skip to content

Commit 0cfd5d3

Browse files
committed
Merge pull request #50 from php-http/remove_puli_dependency
Remove Puli composer dependency
2 parents 9f1f47e + 0c9b488 commit 0cfd5d3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

33

4+
## UNRELEASED
5+
6+
### Changed
7+
8+
- Puli composer plugin must be installed separately
9+
10+
411
## 0.7.0 - 2016-01-15
512

613
### Added

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^5.4|7.*",
15-
"puli/composer-plugin": "1.0.0-beta9"
14+
"php": "^5.4|7.*"
1615
},
1716
"require-dev": {
1817
"php-http/httplug": "^1.0",
1918
"php-http/message-factory": "^1.0",
19+
"puli/composer-plugin": "1.0.0-beta9",
2020
"phpspec/phpspec": "^2.4",
2121
"henrikbjorn/phpspec-code-coverage" : "^1.0"
2222
},
2323
"suggest": {
24+
"puli/composer-plugin": "Sets up Puli which is required for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details.",
2425
"php-http/message": "Allow to use Guzzle or Diactoros factories"
2526
},
2627
"autoload": {

0 commit comments

Comments
 (0)