Skip to content

Commit

Permalink
Merge pull request #53 from schelmo/laravel7
Browse files Browse the repository at this point in the history
support laravel 6.x and 7.x
  • Loading branch information
makasim committed Oct 31, 2020
2 parents 1d02fd5 + 4e46f86 commit 0cf1eaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/container": "^4|^5.1",
"illuminate/routing": "^4|^5.1",
"illuminate/support": "^4|^5.1",
"illuminate/container": "^4|^5.1|^6.0|^7.0|^8.0",
"illuminate/routing": "^4|^5.1|^6.0|^7.0|^8.0",
"illuminate/support": "^4|^5.1|^6.0|^7.0|^8.0",
"payum/core": "^1"
},
"suggest": {
Expand Down

0 comments on commit 0cf1eaf

Please sign in to comment.