Skip to content

Commit

Permalink
Squashed 'src/Pingpong/Trusty/' changes from a7d9f4f..9cc0c87
Browse files Browse the repository at this point in the history
9cc0c87 Update header
ad67acc Merge branch 2.0
ad9c29d set minimum stability to dev
0bb97e0 Added support for Laravel 5.1 (develop version). Ref: pingpong-labs/modules#151
REVERT: a7d9f4f update title

git-subtree-dir: src/Pingpong/Trusty
git-subtree-split: 9cc0c87ca4925d11214703091dcfc626759fec1a
  • Loading branch information
Gravitano committed Jun 3, 2015
1 parent d6d9f0f commit 78d51b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/auth": "5.0.*",
"illuminate/support": "5.0.*",
"illuminate/routing": "5.0.*",
"illuminate/database": "5.0.*"
"illuminate/auth": "5.1.*@dev",
"illuminate/support": "5.1.*@dev",
"illuminate/routing": "5.1.*@dev",
"illuminate/database": "5.1.*@dev"
},
"require-dev": {
"phpunit/phpunit": "~4",
Expand All @@ -30,5 +30,5 @@
"Pingpong\\Trusty\\": ""
}
},
"minimum-stability": "stable"
"minimum-stability": "dev"
}

0 comments on commit 78d51b0

Please sign in to comment.