Skip to content

Commit

Permalink
Support newer (6.x, 7.x, 8.x) Laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IlliaBalia committed Apr 21, 2021
1 parent 164a2ab commit 5fd563e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": ">=7.0",
"illuminate/contracts": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.",
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8."
"illuminate/contracts": "*",
"illuminate/support": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
Expand Down

2 comments on commit 5fd563e

@KinaneD
Copy link
Member

Choose a reason for hiding this comment

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

Hi @IlliaBalia thanks for the upgrade. I presume this upgrade does not break backward compatibility, does it?
In case it does not, we'd should merge to master.

@IlliaBalia
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @IlliaBalia thanks for the upgrade. I presume this upgrade does not break backward compatibility, does it?
In case it does not, we'd should merge to master.

Hi @KinaneD
No, it does not, it can be merged to master

Please sign in to comment.