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

Commit

Permalink
Merge branch 'versions/3.0.0'
Browse files Browse the repository at this point in the history
3.0.0 readiness.
  • Loading branch information
weierophinney committed Jan 12, 2016
2 parents 3ae27e0 + c0f06ca commit 8c9917f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ matrix:
- php: 7
- php: hhvm
allow_failures:
- php: 7
- php: hhvm

notifications:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 3.0.0 - TBD
## 3.0.0 - 2016-01-12

### Added

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ The basic architecture allows you to attach and detach listeners to named events
both on a per-instance basis as well as via shared collections; trigger events;
and interrupt execution of listeners.


- File issues at https://github.com/zendframework/zend-eventmanager/issues
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-eventmanager
- Documentation is at http://zend-eventmanager.rtfd.org

For migration from version 2 to version 3, please [read the migration
documentation](http://zend-eventmanager.readthedocs.org/en/latest/migration/intro/).

## Benchmarks

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "2.6-dev",
"dev-develop": "3.0-dev"
"dev-master": "3.0-dev",
"dev-develop": "3.1-dev"
}
},
"autoload": {
Expand All @@ -29,12 +29,12 @@
}
},
"require": {
"php": ">=5.5"
"php": "^5.5 || ^7.0"
},
"require-dev": {
"phpunit/PHPUnit": "~4.0",
"athletic/athletic": "^0.1",
"squizlabs/php_codesniffer": "^2.0@dev",
"squizlabs/php_codesniffer": "^2.0",
"zendframework/zend-stdlib": "^2.7.3",
"container-interop/container-interop": "^1.1.0"
},
Expand Down

0 comments on commit 8c9917f

Please sign in to comment.