Browse Source

Composer target for 3.1

Jonas 10 years ago
parent
commit
b366fe8675
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ recommend using the [app skeleton](https://github.com/cakephp/app) as
 a starting point. For existing applications you can run the following:
 
 ``` bash
-$ composer require cakephp/cakephp:"~3.0"
+$ composer require cakephp/cakephp:"~3.1"
 ```
 
 ## Running Tests