Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

Commit

Permalink
laravel 5.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
melihovv committed Sep 4, 2018
1 parent f735e53 commit bc1d1c1
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 @@ -28,13 +28,13 @@
]
},
"require": {
"illuminate/container": "~5.5.0|~5.6.0",
"illuminate/database": "~5.5.0|~5.6.0",
"illuminate/redis": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0"
"illuminate/container": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/redis": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "~6.0|~7.0",
"predis/predis": "^1.1",
Expand Down

0 comments on commit bc1d1c1

Please sign in to comment.