Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
[5.0] Bump the master to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Sep 11, 2014
1 parent 9a5ff13 commit 797a6e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -9,12 +9,12 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/filesystem": "4.3.*",
"illuminate/support": "4.3.*",
"illuminate/filesystem": "5.0.*",
"illuminate/support": "5.0.*",
"symfony/finder": "2.6.*"
},
"require-dev": {
"illuminate/console": "4.3.*"
"illuminate/console": "5.0.*"
},
"autoload": {
"psr-4": {
Expand All @@ -23,7 +23,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
"dev-master": "5.0-dev"
}
},
"minimum-stability": "dev"
Expand Down
2 changes: 1 addition & 1 deletion stubs/composer.json
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.3.*"
"illuminate/support": "5.0.*"
},
"autoload": {
"classmap": [
Expand Down
2 changes: 1 addition & 1 deletion stubs/plain.composer.json
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.3.*"
"illuminate/support": "5.0.*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 797a6e6

Please sign in to comment.