File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1312A PHP library built on the [ ShipEngine API] ( https://shipengine.com ) offering low-level access as well as convenience methods.
1413
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments