Skip to content

Commit a27fe31

Browse files
update readme for v1.0.0 (#35)
* update readme for v1.0.0 * Update composer.json Co-authored-by: Susi Rathmann <5439308+sushithegreat@users.noreply.github.com>
1 parent 35c79ac commit a27fe31

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ ShipEngine PHP
55

66
[![Build Status](https://github.com/ShipEngine/shipengine-php/workflows/shipengine-php/badge.svg)](https://github.com/ShipEngine/shipengine-php/actions)
77
[![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)
8-
[![Latest Unstable Version](https://poser.pugx.org/shipengine/shipengine/v/unstable)](//packagist.org/packages/shipengine/shipengine)
8+
[![Latest Version](https://poser.pugx.org/shipengine/shipengine/v)](//packagist.org/packages/shipengine/shipengine)
99
[![License](https://poser.pugx.org/shipengine/shipengine/license)](//packagist.org/packages/shipengine/shipengine)
1010
![OS Compatibility](https://shipengine.github.io/img/badges/os-badges.svg)
11-
> :warning: **WARNING**: This is alpha software under active development. `Caveat emptor` until a 0.1.0 release is ready.
1211

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

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"require": {
1919
"php": ">=7.4",
2020
"cbschuld/php-uuid-base58": "^1.0",
21-
"friendsofphp/php-cs-fixer": "^2.18",
2221
"guzzlehttp/guzzle": "^7.0",
2322
"php-http/client-common": "^2.3.0",
2423
"php-http/discovery": "^1.12.0",
@@ -32,6 +31,7 @@
3231
"symfony/serializer": "^5.2"
3332
},
3433
"require-dev": {
34+
"friendsofphp/php-cs-fixer": "^2.18",
3535
"guzzlehttp/psr7": "^1.7.0",
3636
"mockery/mockery": "^1.4",
3737
"php-coveralls/php-coveralls": "^2.4",
@@ -48,7 +48,10 @@
4848
}
4949
},
5050
"config": {
51-
"sort-packages": true
51+
"sort-packages": true,
52+
"allow-plugins": {
53+
"symfony/flex": true
54+
}
5255
},
5356
"scripts": {
5457
"lint": "composer phpcs-fixer && composer phpcs && composer phpstan",

0 commit comments

Comments
 (0)