From 5628ff7b19d785f16394b646bfa85078a99e7d73 Mon Sep 17 00:00:00 2001 From: cake17 Date: Mon, 21 Sep 2015 13:37:16 +0200 Subject: [PATCH] update requires for 3.1 --- README.md | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f9b4f613d..0a5d58e25f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://api.travis-ci.org/cakephp/app.png)](https://travis-ci.org/cakephp/app) [![License](https://poser.pugx.org/cakephp/app/license.svg)](https://packagist.org/packages/cakephp/app) -A skeleton for creating applications with [CakePHP](http://cakephp.org) 3.0. +A skeleton for creating applications with [CakePHP](http://cakephp.org) 3.x. The framework source code can be found here: [cakephp/cakephp](https://github.com/cakephp/cakephp). diff --git a/composer.json b/composer.json index b3ce68f8dd..2246e21dc1 100644 --- a/composer.json +++ b/composer.json @@ -6,15 +6,15 @@ "license": "MIT", "require": { "php": ">=5.4.16", - "cakephp/cakephp": "3.1.*-dev", + "cakephp/cakephp": "~3.1", "mobiledetect/mobiledetectlib": "2.*", "cakephp/migrations": "~1.0", "cakephp/plugin-installer": "*" }, "require-dev": { "psy/psysh": "@stable", - "cakephp/debug_kit": "3.2.x-dev", - "cakephp/bake": "1.1.*-dev" + "cakephp/debug_kit": "~3.2", + "cakephp/bake": "~1.1" }, "suggest": { "phpunit/phpunit": "Allows automated tests to be run without system-wide install.",