From 5e85ef0f3f7c8402d2dfe32cfbf28675510d8f98 Mon Sep 17 00:00:00 2001 From: Jonas Plamann Date: Wed, 4 Sep 2019 14:08:33 +0200 Subject: [PATCH] Add Laravel v6.0 support --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 91c97ac..fd1b4ce 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ This package comes with the much desired xml support for you Laravel project including middleware to accept only xml requests, http response in xml, and more utilities for xml conversions as well as validation. -**Supports:** Laravel versions 5.3, 5.4, 5.5, 5.6, 5.7, 5.8 +**Supports:** Laravel versions 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0 ### Installation @@ -194,4 +194,4 @@ If you've stumbled across a bug, please help us by leaving as much information a - Actual result This will help us to fix the bug as quickly as possible, and if you do wish to fix it yourself; -feel free to [fork the package on GitHub](https://github.com/mtvbrianking/laravel-xml) and submit a pull request! \ No newline at end of file +feel free to [fork the package on GitHub](https://github.com/mtvbrianking/laravel-xml) and submit a pull request!