Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joecampo authored Sep 11, 2020
1 parent cdb724b commit 7593cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ LaravelShipStation
[![Latest Version on Packagist][packagist-downloads]][link-packagist]
[![Build Status](https://travis-ci.org/joecampo/laravel-shipstation.svg?branch=master)](https://travis-ci.org/joecampo/laravel-shipstation)

This is a simple PHP API wrapper for [ShipStation](http://shipstation.com) built for Laravel 7.
This is a simple PHP API wrapper for [ShipStation](http://shipstation.com) built for Laravel 8.

Installation
------------
This package can be installed via [Composer](http://getcomposer.org) by requiring the ```campo/laravel-shipstation``` package in your project's ```composer.json```
```json
{
"require": {
"campo/laravel-shipstation": "^4.0"
"campo/laravel-shipstation": "^5.0"
}
}
```
Expand Down

0 comments on commit 7593cb4

Please sign in to comment.