Browse Source

Update version number.

Mark Story 8 years ago
parent
commit
5b082ca65c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -38,7 +38,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.4"
+$ composer require cakephp/cakephp:"~3.5"
 ```
 
 ## Running Tests