Skip to content

Commit

Permalink
update readme for v1.0.0 (#35)
Browse files Browse the repository at this point in the history
* update readme for v1.0.0

* Update composer.json

Co-authored-by: Susi Rathmann <[email protected]>
  • Loading branch information
semarj and sushithegreat authored Nov 23, 2022
1 parent 35c79ac commit a27fe31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ ShipEngine PHP

[![Build Status](https://github.com/ShipEngine/shipengine-php/workflows/shipengine-php/badge.svg)](https://github.com/ShipEngine/shipengine-php/actions)
[![Coverage Status](https://coveralls.io/repos/github/ShipEngine/shipengine-php/badge.svg?branch=main&t=SkXqIE)](https://coveralls.io/github/ShipEngine/shipengine-php?branch=main)
[![Latest Unstable Version](https://poser.pugx.org/shipengine/shipengine/v/unstable)](//packagist.org/packages/shipengine/shipengine)
[![Latest Version](https://poser.pugx.org/shipengine/shipengine/v)](//packagist.org/packages/shipengine/shipengine)
[![License](https://poser.pugx.org/shipengine/shipengine/license)](//packagist.org/packages/shipengine/shipengine)
![OS Compatibility](https://shipengine.github.io/img/badges/os-badges.svg)
> :warning: **WARNING**: This is alpha software under active development. `Caveat emptor` until a 0.1.0 release is ready.

A PHP library built on the [ShipEngine API](https://shipengine.com) offering low-level access as well as convenience methods.

Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"require": {
"php": ">=7.4",
"cbschuld/php-uuid-base58": "^1.0",
"friendsofphp/php-cs-fixer": "^2.18",
"guzzlehttp/guzzle": "^7.0",
"php-http/client-common": "^2.3.0",
"php-http/discovery": "^1.12.0",
Expand All @@ -32,6 +31,7 @@
"symfony/serializer": "^5.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18",
"guzzlehttp/psr7": "^1.7.0",
"mockery/mockery": "^1.4",
"php-coveralls/php-coveralls": "^2.4",
Expand All @@ -48,7 +48,10 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true
}
},
"scripts": {
"lint": "composer phpcs-fixer && composer phpcs && composer phpstan",
Expand Down

0 comments on commit a27fe31

Please sign in to comment.