Skip to content

Commit

Permalink
Merge pull request #4 from eviweb/fix-issue-#3
Browse files Browse the repository at this point in the history
fix issue #3 add Laravel 9 support
  • Loading branch information
mtownsend5512 authored Mar 30, 2022
2 parents a96225f + e075b4c commit c9d99fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"role": "Developer"
}
],
"autoload": {
"autoload": {
"psr-4": {
"Mtownsend\\CollectionXml\\": "src"
},
Expand All @@ -26,12 +26,12 @@
]
},
"require": {
"php": "~7.0|~8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"php": "~7.0|~8.0|~8.1",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
"spatie/array-to-xml": "^2.6"
},
"require-dev": {
"phpunit/phpunit": "^6.4|^8.5"
"phpunit/phpunit": "^6.4|^8.5"
},
"autoload-dev": {
"psr-4": {
Expand All @@ -46,4 +46,4 @@
}
},
"minimum-stability": "stable"
}
}

0 comments on commit c9d99fa

Please sign in to comment.