Skip to content

Commit

Permalink
Bump version to install with Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Aug 10, 2015
1 parent c9027ab commit 0cc94f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion en/installation/advanced-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ composer.json file for a CakePHP application would look like the following::
{
"name": "example-app",
"require": {
"cakephp/cakephp": "2.6.*"
"cakephp/cakephp": "2.7.*"
},
"config": {
"vendor-dir": "Vendor/"
Expand Down
2 changes: 1 addition & 1 deletion fr/installation/advanced-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ suit::
{
"name": "example-app",
"require": {
"cakephp/cakephp": "2.6.*"
"cakephp/cakephp": "2.7.*"
},
"config": {
"vendor-dir": "Vendor/"
Expand Down
2 changes: 1 addition & 1 deletion ja/installation/advanced-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CakePHP アプリケーションのための composer.json ファイルは次の
{
"name": "example-app",
"require": {
"cakephp/cakephp": "2.6.*"
"cakephp/cakephp": "2.7.*"
},
"config": {
"vendor-dir": "Vendor/"
Expand Down
2 changes: 1 addition & 1 deletion zh/installation/advanced-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Composer 是一个适用于 PHP 5.3+ 的依赖管理工具,解决了通过 PEA
{
"name": "example-app",
"require": {
"cakephp/cakephp": "2.6.*"
"cakephp/cakephp": "2.7.*"
},
"config": {
"vendor-dir": "Vendor/"
Expand Down

0 comments on commit 0cc94f0

Please sign in to comment.