Browse Source

Require CakePHP 3.4 from now on.

mscherer 8 years ago
parent
commit
43adbccd80
2 changed files with 3 additions and 3 deletions
  1. 1 1
      .travis.yml
  2. 2 2
      composer.json

+ 1 - 1
.travis.yml

@@ -3,9 +3,9 @@ language: php
 sudo: false
 
 php:
-  - 5.5
   - 5.6
   - 7.0
+  - 7.1
 
 env:
   matrix:

+ 2 - 2
composer.json

@@ -13,8 +13,8 @@
 		}
 	],
 	"require":{
-		"php": ">=5.5",
-		"cakephp/cakephp": "^3.3",
+		"php": ">=5.6",
+		"cakephp/cakephp": "^3.4",
 		"dereuromark/cakephp-shim": "^1.0"
 	},
 	"require-dev":{