Skip to content

Commit

Permalink
add gh ci badge, remove travis file, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed Oct 31, 2022
1 parent 6b49b55 commit f3ce1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 62 deletions.
58 changes: 0 additions & 58 deletions .travis.yml

This file was deleted.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# prooph/common

[![Build Status](https://travis-ci.com/prooph/common.svg?branch=master)](https://travis-ci.com/prooph/common)
[![Continuous Integration](https://github.com/prooph/common/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/prooph/common/actions/workflows/continuous-integration.yml)
[![Coverage Status](https://coveralls.io/repos/prooph/common/badge.svg?branch=master)](https://coveralls.io/r/prooph/common?branch=master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/prooph/improoph)

Common classes shared between prooph components

Due to a bug in PHP 7.1.3 this library is not compatible with that specific php version.

## Important

This library will receive support until December 31, 2019 and will then be deprecated.
Expand Down Expand Up @@ -37,7 +35,7 @@ Then browse to http://localhost:8080/

- Minimum requirement is now PHP 7.1
- Add payload-method to Message interface
- Removed version-method from Message interface
- Removed version-method from Message interface
- Removed ActionEventListener interface
- Action Event Emitter can accept a list of available event names
- Update to ramsey/uuid 3.5.1
Expand Down

0 comments on commit f3ce1ac

Please sign in to comment.