Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"require": {
"php": ">=7.2",
"illuminate/contracts": "^5.1. | ^6.0 | ^7.0 | ^8.0",
"illuminate/contracts": "^5.1 | ^6.0 | ^7.0 | ^8.0",
"illuminate/support": "^5.1 | ^6.0 | ^7.0 | ^8.0",
"illuminate/http": "5.1 | ^6.0 | ^7.0 | ^8.0"
"illuminate/http": "^5.1 | ^6.0 | ^7.0 | ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5.4",
Expand Down