Skip to content

Commit

Permalink
Squashed 'src/Pingpong/Support/' changes from 9401c19..d592130
Browse files Browse the repository at this point in the history
d592130 support for L5.1
46f1b02 Merge branch 2.0
bd967bf set minimum stability to dev
ba8e10f Added support for Laravel 5.1 (develop version). Ref: pingpong-labs/modules#151

git-subtree-dir: src/Pingpong/Support
git-subtree-split: d5921307d28e0061bec82cc2e299ede53da95b16
  • Loading branch information
Gravitano committed Jun 3, 2015
1 parent 2d7f040 commit d4f5591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/filesystem": "5.0.*",
"illuminate/support": "5.0.*",
"illuminate/filesystem": "5.1.*@dev",
"illuminate/support": "5.1.*@dev",
"erusev/parsedown-extra": "0.7.*"
},
"autoload": {
Expand All @@ -22,5 +22,5 @@
"helpers.php"
]
},
"minimum-stability": "stable"
"minimum-stability": "dev"
}

0 comments on commit d4f5591

Please sign in to comment.