From 2b27d109196146061399248c401703133c49eb14 Mon Sep 17 00:00:00 2001 From: gnongsie Date: Tue, 17 Sep 2024 18:51:02 +0530 Subject: [PATCH] Updates for next version & Update README.md with latest versions --- README.md | 3 +-- composer.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25ca4201..397bd2f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Authorize.Net PHP SDK -[![Travis CI Status](https://travis-ci.org/AuthorizeNet/sdk-php.svg?branch=master)](https://travis-ci.org/AuthorizeNet/sdk-php) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/AuthorizeNet/sdk-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/AuthorizeNet/sdk-php/?branch=master) +[![Authorize.net PHP CI](https://github.com/AuthorizeNet/sdk-php/actions/workflows/php-workflow.yml/badge.svg?branch=master)](https://github.com/AuthorizeNet/sdk-php/actions/workflows/php-workflow.yml) [![Packagist Stable Version](https://poser.pugx.org/authorizenet/authorizenet/v/stable.svg)](https://packagist.org/packages/authorizenet/authorizenet) ## Requirements diff --git a/composer.json b/composer.json index 6e5b9524..2b2714a8 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "authorizenet/authorizenet", "type": "library", - "version": "2.0.3", + "version": "2.0.4", "description": "Official PHP SDK for Authorize.Net", "keywords": ["authorizenet", "authorize.net", "payment", "ecommerce"], "license": "proprietary",