From c0cc008c85ad57146bc713014444e52279ced162 Mon Sep 17 00:00:00 2001 From: Patrick Henninger Date: Fri, 1 Mar 2019 15:03:24 +0100 Subject: [PATCH] Codestyle Update version in readme --- README.md | 2 +- tests/CartTest.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d1819ed..c227e1c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Latest Unstable Version](https://poser.pugx.org/bumbummen99/shoppingcart/v/unstable)](https://packagist.org/packages/bumbummen99/shoppingcart) [![License](https://poser.pugx.org/bumbummen99/shoppingcart/license)](https://packagist.org/packages/bumbummen99/shoppingcart) -This is a fork of [Crisane's LaravelShoppingcart](https://github.com/Crinsane/LaravelShoppingcart) extended with minor features compatible with Laravel 5.7. +This is a fork of [Crisane's LaravelShoppingcart](https://github.com/Crinsane/LaravelShoppingcart) extended with minor features compatible with Laravel 5.8. ## Installation diff --git a/tests/CartTest.php b/tests/CartTest.php index d965e41..b51863d 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -15,7 +15,6 @@ use Illuminate\Support\Collection; use Illuminate\Support\Facades\Event; use Mockery; use Orchestra\Testbench\TestCase; -use PHPUnit\Framework\Assert; class CartTest extends TestCase {