Skip to content

Commit

Permalink
make laravel 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nahid committed Jan 25, 2017
1 parent 47a0507 commit 4438747
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 @@ -12,8 +12,8 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/contracts": "5.0.* || 5.1.* || 5.2.* || 5.3.*",
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.*",
"illuminate/contracts": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.*",
"sebastian-berc/repositories": "^1.0",
"nesbot/carbon": "^1.21",
"pusher/pusher-php-server": "^2.6"
Expand Down

3 comments on commit 4438747

@DMeganoski
Copy link

Choose a reason for hiding this comment

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

Could you please version tag this for composer? I prefer to avoid using unbound dependencies and am working on upgrading to 5.4. Much appreciated.

@nahid
Copy link
Owner Author

@nahid nahid commented on 4438747 Jan 30, 2017

Choose a reason for hiding this comment

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

Talk 2.1.1 version just released now. You may use this version. Its laravel 5.4 compatible.

@DMeganoski
Copy link

Choose a reason for hiding this comment

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

Great, thank you very much. :)

Please sign in to comment.