~ubuntu-branches/debian/experimental/php-sabre-event/experimental

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2015-05-20 14:30:37 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150520143037-noo5h59t2oakogf6
Tags: 2.0.2-1
* Use --bootstrap feature of PHPUnit instead of patches
* Update copyright (year)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
Make sure you have [composer][3] installed, and then run:
17
17
 
18
 
    composer require sabre/event ~2.0.0
 
18
    composer require sabre/event "~2.0.0"
 
19
 
 
20
For legacy reasons, we also provide a unsupported [PHP 5.3 compatible version][6].
 
21
We recommend that you update your servers and use the regular version instead, though.
 
22
 
 
23
Build status
 
24
------------
 
25
 
 
26
| branch | status |
 
27
| ------ | ------ |
 
28
| master | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=master)](https://travis-ci.org/fruux/sabre-event) |
 
29
| 2.0    | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=2.0)](https://travis-ci.org/fruux/sabre-event) |
 
30
| 1.0    | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=1.0)](https://travis-ci.org/fruux/sabre-event) |
 
31
| php53  | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=php53)](https://travis-ci.org/fruux/sabre-event) |
 
32
 
19
33
 
20
34
Questions?
21
35
----------
32
46
[3]: http://getcomposer.org/
33
47
[4]: http://groups.google.com/group/sabredav-discuss
34
48
[5]: https://github.com/fruux/sabre-event/issues/
 
49
[6]: https://github.com/fruux/sabre-event/tree/php53