Skip to content

Commit

Permalink
Squashed 'src/Pingpong/Themes/' changes from 5474443..2a5219f
Browse files Browse the repository at this point in the history
2a5219f use dev version
47df478 Update header
c634b56 Merge branch 2.0
24331c1 set minimum stability to dev
f2a5be8 Added support for Laravel 5.1 (develop version). Ref: pingpong-labs/modules#151
REVERT: 5474443 update title

git-subtree-dir: src/Pingpong/Themes
git-subtree-split: 2a5219f5ab0ce1477ba7882610b72e259a251b5f
  • Loading branch information
Gravitano committed Jun 3, 2015
1 parent d17d368 commit f028adc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.0.*",
"illuminate/filesystem": "5.0.*",
"illuminate/translation": "5.0.*",
"illuminate/view": "5.0.*",
"illuminate/config": "5.0.*",
"pingpong/support": "2.0.*@dev"
"illuminate/support": "5.1.*@dev",
"illuminate/filesystem": "5.1.*@dev",
"illuminate/translation": "5.1.*@dev",
"illuminate/view": "5.1.*@dev",
"illuminate/config": "5.1.*@dev",
"pingpong/support": "2.1.*@dev"
},
"require-dev": {
"phpunit/phpunit": "~4",
Expand All @@ -32,5 +32,5 @@
"Pingpong\\Themes\\": ""
}
},
"minimum-stability": "stable"
"minimum-stability": "dev"
}

0 comments on commit f028adc

Please sign in to comment.