Skip to content

Commit

Permalink
Add support for Illuminate 6.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
xendk authored and joskfg committed Sep 29, 2019
1 parent 2c25440 commit dbb719d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"require": {
"php": ">=7.1",
"illuminate/http": "^5.6",
"illuminate/http": "^5.6 || ^6.0",
"zendframework/zend-diactoros": "^1.7",
"psr/http-server-middleware": "^1.0",
"symfony/psr-http-message-bridge": "^1.0"
Expand Down

0 comments on commit dbb719d

Please sign in to comment.