Upgraded to PHP 7.1 for a 1.0.0 release

This commit is contained in:
Jamie Isaacs 2019-12-11 14:55:57 -08:00
parent a11a122c7e
commit 2a5050632a

View File

@ -24,7 +24,7 @@ Add the following lines to your ``composer.json`` file.
```JSON
{
"require": {
"pdt256/shipping": "1.0.*@dev"
"pdt256/shipping": "1.0.*"
}
}
```