Skip to content

Commit

Permalink
Require Laravel 5.2.41 for Session::increment()
Browse files Browse the repository at this point in the history
Summary:
Upstream merged a proposal of framework improvement we made for D445.

Require the last version, to get it (first version with is 5.2.40).

Reference: laravel/framework#14196

Test Plan:
After a `composer update`, framework should have the
SessionStore::increment method.

Reviewers: dereckson

Differential Revision: https://devcentral.nasqueron.org/D535
  • Loading branch information
dereckson committed Jul 22, 2016
1 parent 47f38d5 commit d69820e
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 @@ -6,7 +6,7 @@
"type": "project",
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*",
"laravel/framework": "^5.2.41",
"artisaninweb/laravel-enum": "1.0.*",
"keruald/globalfunctions": "~0.3",
"laravel/socialite": "^2.0"
Expand Down

0 comments on commit d69820e

Please sign in to comment.