Skip to content

Commit

Permalink
Squashed 'src/Pingpong/Generators/' changes from 23f9e23..be36f62
Browse files Browse the repository at this point in the history
be36f62 use version 2.1.*(at)dev
48de1de Update header
e97e14d Merge branch 2.0
77da017 set minimum stability to dev
441b543 Added support for Laravel 5.1 (develop version). Ref: pingpong-labs/modules#151
REVERT: 23f9e23 update title

git-subtree-dir: src/Pingpong/Generators
git-subtree-split: be36f62d179148c5977600a47d9cbc75122f1823
  • Loading branch information
Gravitano committed Jun 3, 2015
1 parent 5843463 commit 9640d99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/filesystem": "5.0.*",
"illuminate/support": "5.0.*",
"pingpong/support": "~2.0",
"illuminate/filesystem": "5.1.*@dev",
"illuminate/support": "5.1.*@dev",
"pingpong/support": "2.1.*@dev",
"doctrine/dbal": "~2.5"
},
"require-dev": {
Expand All @@ -29,5 +29,5 @@
"Pingpong\\Generators\\": ""
}
},
"minimum-stability": "stable"
"minimum-stability": "dev"
}

0 comments on commit 9640d99

Please sign in to comment.