Skip to content

Commit c015a16

Browse files
committed
Update Composer to use 3.0+ of php-rest-client library + README Badges
1 parent 3a6cab6 commit c015a16

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Coverage Status](https://coveralls.io/repos/github/sugarcrm-developers/php-rest-client/badge.svg?branch=main)](https://coveralls.io/github/sugarcrm-developers/php-rest-client?branch=main)
2+
![Packagist Downloads](https://img.shields.io/packagist/dt/sugarcrm-developers/php-rest-client)
3+
![Packagist Version](https://img.shields.io/packagist/v/sugarcrm-developers/php-rest-client)
14
# SugarCRM PHP REST Client
25

36
## Overview

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": ">=8.0",
23-
"michaelj2324/php-rest-client": "3.x-dev"
23+
"michaelj2324/php-rest-client": "^3.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "9.*",

0 commit comments

Comments
 (0)