Skip to content

Commit

Permalink
laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
schelmo committed Sep 15, 2020
1 parent 659a32c commit 4e46f86
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|^6.0|^7.0",
"illuminate/routing": "^4|^5.1|^6.0|^7.0",
"illuminate/support": "^4|^5.1|^6.0|^7.0",
"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 4e46f86

Please sign in to comment.