diff --git a/composer.json b/composer.json index 1053eb1..b6b5fd9 100755 --- a/composer.json +++ b/composer.json @@ -5,10 +5,10 @@ "type": "project", "license": "MIT", "repositories": [ - { - "type": "vcs", - "url": "git@github.com:djneo92nl/phpMQTT.git" - } + { + "type": "vcs", + "url": "git@github.com:djneo92nl/phpMQTT.git" + } ], "require": { "php": ">=5.6.9", @@ -16,9 +16,9 @@ "mobiledetect/mobiledetectlib": "2.*", "cakephp/migrations": "@stable", "cakephp/plugin-installer": "*", - "djneo/phpmqtt" : "dev-master", - "djneo/colorz" : "dev-master", - "friendsofcake/bootstrap-ui": "^0.6.0", + "djneo/phpmqtt": "dev-master", + "djneo/colorz": "dev-master", + "friendsofcake/bootstrap-ui": "^1.2.0", "sqmk/phue": "^1.6", "trntv/probe": "^1.0", "andrej-griniuk/cakephp-two-factor-auth": "^1.2", @@ -28,7 +28,7 @@ "psy/psysh": "@stable", "cakephp/debug_kit": "~3.2", "cakephp/bake": "~1.1", - "phpunit/phpunit": "^5.6" + "phpunit/phpunit": "^6.2.2" }, "suggest": { "phpunit/phpunit": "Allows automated tests to be run without system-wide install.", @@ -52,4 +52,4 @@ }, "minimum-stability": "stable", "prefer-stable": true -} +} \ No newline at end of file