From 0b542d26204defbcbb57829b8c95b7b43a72d7f6 Mon Sep 17 00:00:00 2001 From: yangyi Date: Tue, 31 May 2016 16:18:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9composer=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=BA=93=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cd130ab..549fae6 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ ], "require": { "php": ">=5.6.0", - "yeaha/owl-core": "dev-master", - "yeaha/owl-service": "dev-master" + "yeaha/owl-core": "1.0.*", + "yeaha/owl-service": "1.0.*" }, "autoload": { "psr-4": {"Owl\\DataMapper\\": "src/DataMapper/"}