We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd8c4a commit 3edea0dCopy full SHA for 3edea0d
README.md
@@ -4,7 +4,7 @@ Added a method to Laravel response for handling xml response and also converting
4
### Composer Installation
5
6
```php
7
-composer require tartan/laravel-xml-repsonse:"^5.0"
+composer require tartan/laravel-xml-repsonse
8
```
9
10
### Integration with Laravel 5.*
composer.json
@@ -13,7 +13,7 @@
13
],
14
"require": {
15
"php": ">=5.5.9",
16
- "illuminate/support": "5.x.x"
+ "illuminate/support": ">5.0.0"
17
},
18
"autoload": {
19
"psr-4": {
0 commit comments