Skip to content

Commit

Permalink
bump the version to 1.9/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Apr 9, 2016
1 parent d0bfc62 commit 95b3ec9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#FuelPHP

* Version: 1.8
* Version: 1.9 [under development]
* [Website](http://fuelphp.com/)
* [Release Documentation](http://docs.fuelphp.com)
* [Release API browser](http://api.fuelphp.com)
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0",
"fuel/core": "dev-1.8/master",
"fuel/auth": "dev-1.8/master",
"fuel/email": "dev-1.8/master",
"fuel/oil": "dev-1.8/master",
"fuel/orm": "dev-1.8/master",
"fuel/parser": "dev-1.8/master",
"fuel/core": "dev-1.9/develo",
"fuel/auth": "dev-1.9/develop",
"fuel/email": "dev-1.9/develop",
"fuel/oil": "dev-1.9/develop",
"fuel/orm": "dev-1.9/develop",
"fuel/parser": "dev-1.9/develop",
"fuelphp/upload": "2.0.6",
"monolog/monolog": "1.5.*",
"phpseclib/phpseclib": "2.0.0",
"michelf/php-markdown": "1.4.0"
},
"require-dev": {
"fuel/docs": "dev-1.8/master"
"fuel/docs": "dev-1.9/develop"
},
"suggest": {
"dwoo/dwoo" : "Allow Dwoo templating with the Parser package",
Expand All @@ -52,5 +52,5 @@
"php oil r install"
]
},
"minimum-stability": "stable"
"minimum-stability": "dev"
}

0 comments on commit 95b3ec9

Please sign in to comment.