Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit ee5417a

Browse files
committed
Removal of 5.5 laravel
1 parent 998ea36 commit ee5417a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ php:
77
- 7.2
88

99
env:
10-
- LARAVEL_VERSION=5.5.*
1110
- LARAVEL_VERSION=5.6.*
1211
- LARAVEL_VERSION=5.7.*
1312

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![StyleCI](https://styleci.io/repos/96462257/shield?branch=master)](https://styleci.io/repos/96462257)
66
[![License](https://poser.pugx.org/ohmybrew/laravel-shopify/license)](https://packagist.org/packages/ohmybrew/laravel-shopify)
77

8-
A full-featured Laravel package for aiding in Shopify App development, similar to `shopify_app` for Rails. Works for Laravel 5.5-5.7.
8+
A full-featured Laravel package for aiding in Shopify App development, similar to `shopify_app` for Rails. Works for Laravel 5.6+
99

1010
![Screenshot](https://github.com/ohmybrew/laravel-shopify/raw/master/screenshot.png)
1111
![Screenshot: Billable](https://github.com/ohmybrew/laravel-shopify/raw/master/screenshot-billable.png)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=7.1.0",
15-
"laravel/framework": "~5.5",
15+
"laravel/framework": "~5.6",
1616
"ohmybrew/basic-shopify-api": "~4.0",
1717
"doctrine/dbal": "~2.5"
1818
},

0 commit comments

Comments
 (0)