Skip to content

Commit 48d9bc4

Browse files
authored
Update README.md
1 parent 51e4945 commit 48d9bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ LaravelShipStation
55
[![Latest Version on Packagist][packagist-downloads]][link-packagist]
66
[![Build Status](https://travis-ci.org/joecampo/laravel-shipstation.svg?branch=master)](https://travis-ci.org/joecampo/laravel-shipstation)
77

8-
This is a simple PHP API wrapper for [ShipStation](http://shipstation.com) built for Laravel 5.\*/6.
8+
This is a simple PHP API wrapper for [ShipStation](http://shipstation.com) built for Laravel 7.
99

1010
Installation
1111
------------
1212
This package can be installed via [Composer](http://getcomposer.org) by requiring the ```campo/laravel-shipstation``` package in your project's ```composer.json```
1313
```json
1414
{
1515
"require": {
16-
"campo/laravel-shipstation": "~4.0"
16+
"campo/laravel-shipstation": "^4.0"
1717
}
1818
}
1919
```

0 commit comments

Comments
 (0)