ソースを参照

Use proper semver

Mark Scherer 9 年 前
コミット
f6e2a2e0eb
1 ファイル変更2 行追加2 行削除
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -14,8 +14,8 @@
 	],
 	"require":{
 		"php": ">=5.4",
-		"cakephp/cakephp": "~3.1",
-		"dereuromark/cakephp-shim": "~1.0"
+		"cakephp/cakephp": "^3.2",
+		"dereuromark/cakephp-shim": "^1.0"
 	},
 	"require-dev":{
 		"mobiledetect/mobiledetectlib": "2.*",