Skip to content

Commit

Permalink
0.11.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
romeOz committed Nov 9, 2015
1 parent d334c94 commit 8cebd03
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ HTTP response library for PHP

Features
-------------------

* Support many formatters:
- JSON
- XML
- RSS
- Sitemap
- HTML
* Standalone module/component for [Rock Framework](https://github.com/romeOz/rock)

Installation
Expand All @@ -34,7 +39,12 @@ or in your composer.json:

Requirements
-------------------

* **PHP 5.4+**
* For using `SitemapResponseFormatter` required [tackk/cartographer](https://github.com/tackk/cartographer): `composer require tackk/cartographer`
* For using `RssResponseFormatter` required [mibe/FeedWriter](https://github.com/mibe/FeedWriter): `composer require mibe/feedwriter`

>All unbolded dependencies is optional.
License
-------------------
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
],
"require": {
"php": ">=5.4.0",
"romeoz/rock-request": "*@dev",
"romeoz/rock-events": "*@dev"
"romeoz/rock-request": "0.14.*",
"romeoz/rock-events": "0.11.*"
},
"require-dev": {
"phpunit/phpunit": "^4.7.0"
},
"suggest": {
"romeoz/rock-url": "required for Response::refresh()",
"tackk/cartographer": "required for SitemapResponseFormatter",
"mibe/feedwriter": "required for RssResponseFormatter"
},
Expand All @@ -38,7 +37,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-dev"
}
}
}

0 comments on commit 8cebd03

Please sign in to comment.