Skip to content

Commit 3edea0d

Browse files
committed
fixed new versions compatibility
1 parent 6dd8c4a commit 3edea0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Added a method to Laravel response for handling xml response and also converting
44
### Composer Installation
55

66
```php
7-
composer require tartan/laravel-xml-repsonse:"^5.0"
7+
composer require tartan/laravel-xml-repsonse
88
```
99

1010
### Integration with Laravel 5.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.5.9",
16-
"illuminate/support": "5.x.x"
16+
"illuminate/support": ">5.0.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)