Skip to content

Commit

Permalink
Allow new versions (^7.0 or ^8.0) of illuminate/support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rolfe committed Apr 14, 2020
1 parent 423f2b6 commit 4e4ff5f
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 @@ -19,7 +19,7 @@
],
"require": {
"php": ">=5.6",
"illuminate/support": "^5.4||^6.0",
"illuminate/support": "^5.4||^6.0||^7.0||^8.0",
"bjeavons/zxcvbn-php": "^0.3"
},
"require-dev": {
Expand Down

0 comments on commit 4e4ff5f

Please sign in to comment.