Skip to content

Commit

Permalink
Merge pull request #3 from enverarslan/master
Browse files Browse the repository at this point in the history
Add Laravel 5.6.* support with old Symfony Dependencies.
  • Loading branch information
mewebstudio authored Aug 22, 2019
2 parents 99286b4 + 9663de8 commit b7a9d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"ext-mcrypt": "*",
"ext-SimpleXML": "*",
"guzzlehttp/guzzle": "^6.3",
"symfony/http-foundation": "^4.1",
"symfony/serializer": "^4.1"
"symfony/http-foundation": "~4.0.8",
"symfony/serializer": "~4.0.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b7a9d30

Please sign in to comment.