Skip to content

Commit

Permalink
Added support for Laravel 5.1 (develop version). Ref: pingpong-labs/m…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravitano committed May 12, 2015
1 parent 2474cd6 commit f4c1a94
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"laravel/framework": "5.0.*",
"laravel/framework": "5.1.*@dev",
"laravelcollective/html": "~5.0",
"embed/embed": "~1",
"doctrine/dbal": "~2.5"
Expand Down
4 changes: 2 additions & 2 deletions src/Pingpong/Generators/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/filesystem": "5.0.*",
"illuminate/support": "5.0.*",
"illuminate/filesystem": "5.1.*@dev",
"illuminate/support": "5.1.*@dev",
"doctrine/dbal": "~2.5"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions src/Pingpong/Menus/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "5.0.*",
"illuminate/config": "5.0.*",
"illuminate/view": "5.0.*",
"illuminate/support": "5.1.*@dev",
"illuminate/config": "5.1.*@dev",
"illuminate/view": "5.1.*@dev",
"laravelcollective/html": "~5.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Pingpong/Modules/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.4.0",
"laravel/framework": "5.0.*",
"laravel/framework": "5.1.*@dev",
"pingpong/generators": "~2.0",
"laravelcollective/html": "~5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions src/Pingpong/Presenters/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/database": "5.0.*",
"illuminate/support": "5.0.*",
"illuminate/container": "5.0.*"
"illuminate/database": "5.1.*@dev",
"illuminate/support": "5.1.*@dev",
"illuminate/container": "5.1.*@dev"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/Pingpong/Shortcode/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/container": "5.0.*",
"illuminate/support": "5.0.*"
"illuminate/container": "5.1.*@dev",
"illuminate/support": "5.1.*@dev"
},
"require-dev": {
"phpunit/phpunit": "~4",
Expand Down
2 changes: 1 addition & 1 deletion src/Pingpong/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": ">=5.4.0",
"illuminate/filesystem": "5.0.x@dev",
"illuminate/support": "5.0.*"
"illuminate/support": "5.1.*@dev"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Pingpong/Testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require": {
"php": ">=5.4.0",
"laravel/framework": "5.0.*"
"laravel/framework": "5.1.*@dev"
},
"require-dev": {
"mockery/mockery": "~0.9",
Expand Down
10 changes: 5 additions & 5 deletions src/Pingpong/Themes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"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.*",
"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.0.*@dev"
},
"require-dev": {
Expand Down
8 changes: 4 additions & 4 deletions src/Pingpong/Trusty/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 Down
10 changes: 5 additions & 5 deletions src/Pingpong/Widget/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "5.0.*",
"illuminate/container": "5.0.*",
"illuminate/view": "5.0.*",
"illuminate/html": "5.0.*",
"illuminate/routing": "5.0.*"
"illuminate/support": "5.1.*@dev",
"illuminate/container": "5.1.*@dev",
"illuminate/view": "5.1.*@dev",
"illuminate/html": "5.1.*@dev",
"illuminate/routing": "5.1.*@dev"
},
"require-dev": {
"mockery/mockery": "~0.9",
Expand Down

0 comments on commit f4c1a94

Please sign in to comment.