Skip to content

Commit

Permalink
Updated builds versions
Browse files Browse the repository at this point in the history
Updated badges
  • Loading branch information
Anton Shevchuk committed Jul 1, 2021
1 parent b35f9be commit c350273
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: php
php:
- 7.3
- 7.4
- 8.0
- master
matrix:
allow_failures:
- php: master
- php: 8.0
install:
# Composer
- composer self-update
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Collection Component
## Achievements

[![PHP >= 7.3+](https://img.shields.io/packagist/php-v/bluzphp/collection.svg?style=flat)](https://php.net/)

[![Latest Stable Version](https://img.shields.io/packagist/v/bluzphp/collection.svg?label=version&style=flat)](https://packagist.org/packages/bluzphp/collection)

[![Build Status](https://img.shields.io/travis/bluzphp/collection/master.svg?style=flat)](https://travis-ci.org/bluzphp/collection)

[![Total Downloads](https://img.shields.io/packagist/dt/bluzphp/collection.svg?style=flat)](https://packagist.org/packages/bluzphp/collection)

[![License](https://img.shields.io/packagist/l/bluzphp/collection.svg?style=flat)](https://packagist.org/packages/bluzphp/collection)

## Usage

Expand Down

0 comments on commit c350273

Please sign in to comment.