Skip to content

Commit

Permalink
Update README and fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemand authored Oct 11, 2021
1 parent c9c3f61 commit 87d54cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!--
[![Latest Version on Packagist](https://img.shields.io/packagist/v/kmdwebdesigns/calendar.svg?style=flat-square)](https://packagist.org/packages/kmdwebdesigns/calendar)
-->
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/kmdwebdesigns/calendar/run-tests?label=tests)](https://github.com/kmdwebdesigns/calendar/actions?query=workflow%3ATests+branch%3Amaster)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/kmdwebdesigns/calendar/Check%20&%20fix%20styling?label=code%20style)](https://github.com/kmdwebdesigns/calendar/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster)
[![Tests](https://github.com/kmdwebdesigns/calendar/actions/workflows/run-tests.yml/badge.svg)](https://github.com/kmdwebdesigns/calendar/actions/workflows/run-tests.yml)
[![Check & fix styling](https://github.com/kmdwebdesigns/calendar/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/kmdwebdesigns/calendar/actions/workflows/php-cs-fixer.yml)
<!--
[![Total Downloads](https://img.shields.io/packagist/dt/kmdwebdesigns/calendar.svg?style=flat-square)](https://packagist.org/packages/kmdwebdesigns/calendar)
-->
Expand All @@ -13,7 +13,7 @@ Calendar Library written in PHP

## Requirements

Calendar requires PHP 7.2+ and [Carbon v2](https://github.com/briannesbitt/carbon).
Calendar requires PHP 8.0+ and [Carbon v2](https://github.com/briannesbitt/carbon).

## Installation

Expand All @@ -31,10 +31,10 @@ Add the following above the `require` block in your `composer.json`:
Then run the following in your terminal:

```bash
composer require "carvefx/calendar:^3.0"
composer require "carvefx/calendar:^4.0"
```

Or, add `"carvefx/calendar": "^3.0"` to your `composer.json` and then run `composer update` in your terminal.
Or, add `"carvefx/calendar": "^4.0"` to your `composer.json` and then run `composer update` in your terminal.

## Usage

Expand Down

0 comments on commit 87d54cd

Please sign in to comment.