Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Aug 31, 2018
1 parent 4aa43fa commit 09db8c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"php": ">=5.6.0",
"illuminate/support": "^5.1,<5.8",
"illuminate/console": "^5.1,<5.8",
"illuminate/filesystem": "^5.1,<5.8",
"php": ">=7",
"illuminate/support": "^5.5,<5.8",
"illuminate/console": "^5.5,<5.8",
"illuminate/filesystem": "^5.5,<5.8",
"barryvdh/reflection-docblock": "^2.0.4",
"composer/composer": "^1.6"
},
Expand Down

2 comments on commit 09db8c9

@Lambik
Copy link

@Lambik Lambik commented on 09db8c9 Sep 12, 2018

Choose a reason for hiding this comment

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

I think this commit is what broke my laravel 5.2 install at work... Are older laravel versions no longer supported, or is the 5.5 just a hint that we should look into upgrading?

@pppdns
Copy link

@pppdns pppdns commented on 09db8c9 Oct 9, 2018

Choose a reason for hiding this comment

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

@barryvdh It also broke 5.4. Is there any backwards incompatible change that requires changing the minimum requirements?

Please sign in to comment.