Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from digiaonline/master-to-main
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 30, 2022
2 parents 8ccc9e5 + f64107d commit 931fbfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -4,4 +4,4 @@ Please note the following guidelines before submitting pull requests:

- Use the [PSR-2 coding style](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
- All new features must be covered by unit tests
- Always create pull requests to the *develop* branch
- Always create pull requests to the *main* branch
6 changes: 3 additions & 3 deletions README.md
@@ -1,9 +1,9 @@
# Lumen SparkPost

[![Build Status](https://travis-ci.org/nordsoftware/lumen-sparkpost.svg?branch=master)](https://travis-ci.org/nordsoftware/lumen-sparkpost)
[![Coverage Status](https://coveralls.io/repos/github/nordsoftware/lumen-sparkpost/badge.svg?branch=master)](https://coveralls.io/github/nordsoftware/lumen-sparkpost?branch=master)
[![Build Status](https://travis-ci.org/nordsoftware/lumen-sparkpost.svg?branch=main)](https://travis-ci.org/nordsoftware/lumen-sparkpost)
[![Coverage Status](https://coveralls.io/repos/github/nordsoftware/lumen-sparkpost/badge.svg?branch=main)](https://coveralls.io/github/nordsoftware/lumen-sparkpost?branch=main)
[![Code Climate](https://codeclimate.com/github/nordsoftware/lumen-sparkpost/badges/gpa.svg)](https://codeclimate.com/github/nordsoftware/lumen-sparkpost)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nordsoftware/lumen-sparkpost/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nordsoftware/lumen-sparkpost/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nordsoftware/lumen-sparkpost/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/nordsoftware/lumen-sparkpost/?branch=main)
[![Latest Stable Version](https://poser.pugx.org/nordsoftware/lumen-sparkpost/version)](https://packagist.org/packages/nordsoftware/lumen-sparkpost)
[![Total Downloads](https://poser.pugx.org/nordsoftware/lumen-sparkpost/downloads)](https://packagist.org/packages/nordsoftware/lumen-sparkpost)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
Expand Down

0 comments on commit 931fbfb

Please sign in to comment.