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

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner authored Sep 15, 2020
1 parent f0cde5b commit 78e5c69
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@
],
"require": {
"php": "^7.3",
"laravel/nova": ">=3.8.4",
"illuminate/support": "^7.0"
},
"require-dev": {
"phpmd/phpmd": "^2.7",
"sebastian/phpcpd": "^5.0",
"squizlabs/php_codesniffer": "^3.4"
"laravel/nova": "^3.9",
"illuminate/support": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

2 comments on commit 78e5c69

@JohnRoux
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason why we dropped support for laravel 7.* here?

Wouldn't it have been as effective to change illuminate/support to this:

"illuminate/support": "^7.0|^8.0"

@mikebronner
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JohnRoux Feel free to fork and do that. At this stage we are only supporting the most recent version of Laravel. Sorry for the inconvenience.

Please sign in to comment.