Browse Source

php5.5+ only

Mark Scherer 9 years ago
parent
commit
82fd53055f
2 changed files with 2 additions and 3 deletions
  1. 0 1
      .travis.yml
  2. 2 2
      composer.json

+ 0 - 1
.travis.yml

@@ -3,7 +3,6 @@ language: php
 sudo: false
 
 php:
-  - 5.4
   - 5.5
   - 5.6
   - 7.0

+ 2 - 2
composer.json

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