Skip to content

Commit

Permalink
Add Laravel v5.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking committed May 1, 2019
1 parent a2fb7e6 commit 0ffb47c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/http": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0"
"illuminate/http": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0|~5.7|~6.0|^7.0",
"orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0"
"phpunit/phpunit": "~5.0|~5.7|~6.0|^7.0|^7.5|^8.0",
"orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0|~3.8.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
**Supports:** Laravel versions 5.3, 5.4, 5.5, 5.6, 5.7, 5.8

### Installation

Expand Down

0 comments on commit 0ffb47c

Please sign in to comment.