Browse Source

Updated composer.json to CakePHP 2.10.3 and tested using tfb --mode verify --test cakephp (#2992)

Aaron 7 years ago
parent
commit
1b8d55742d

+ 4 - 4
frameworks/PHP/cakephp/README.md

@@ -18,10 +18,10 @@ Uses the CakePHP Model functionality.
 ## Infrastructure Software Versions
 The tests were run with:
 
-* [Cake Version 2.3.0](http://cakephp.org/)
-* [PHP Version 5.5.17](http://www.php.net/) with FPM and APC
-* [nginx 1.4.0](http://nginx.org/)
-* [MySQL 5.5.29](https://dev.mysql.com/)
+* [Cake Version 2.10.3](https://cakephp.org/)
+* [PHP Version 5.6.30](http://www.php.net/) with FPM and APC
+* [nginx 1.12.0](http://nginx.org/)
+* [MySQL 5.7.19](https://dev.mysql.com/)
 
 Cake Debug mode is set to 0 in [core.php](app/Config/core.php), as
 appropriate for a production deployment.

+ 1 - 1
frameworks/PHP/cakephp/composer.json

@@ -1,6 +1,6 @@
 {
     "require": {
-        "cakephp/cakephp": "2.5.7"
+        "cakephp/cakephp": "2.10.3"
     },
     "config": {
         "vendor-dir": "app/Vendor"

+ 12 - 11
frameworks/PHP/cakephp/composer.lock

@@ -1,32 +1,33 @@
 {
     "_readme": [
         "This file locks the dependencies of your project to a known state",
-        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "hash": "bf07c097a7c8de1802081c1c7fb0fa1e",
+    "hash": "52a4328fe44f3b0dc52d38f8341ac5b6",
+    "content-hash": "f25f483dab417e210ec599ef6033ed0e",
     "packages": [
         {
             "name": "cakephp/cakephp",
-            "version": "2.5.7",
+            "version": "2.10.3",
             "source": {
                 "type": "git",
                 "url": "https://github.com/cakephp/cakephp.git",
-                "reference": "ef28b42b2b8885a2be216c11adbbf32919e04a5b"
+                "reference": "c3a612aa94d30a4c51653f40f55ce07177300307"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/cakephp/cakephp/zipball/ef28b42b2b8885a2be216c11adbbf32919e04a5b",
-                "reference": "ef28b42b2b8885a2be216c11adbbf32919e04a5b",
+                "url": "https://api.github.com/repos/cakephp/cakephp/zipball/c3a612aa94d30a4c51653f40f55ce07177300307",
+                "reference": "c3a612aa94d30a4c51653f40f55ce07177300307",
                 "shasum": ""
             },
             "require": {
                 "ext-mcrypt": "*",
-                "php": ">=5.2.8"
+                "php": ">=5.3.0"
             },
             "require-dev": {
-                "cakephp/debug_kit": "2.2.*",
-                "phpunit/phpunit": "3.7.*"
+                "cakephp/cakephp-codesniffer": "^1.0.0",
+                "phpunit/phpunit": "<6.0.0"
             },
             "bin": [
                 "lib/Cake/Console/cake"
@@ -43,11 +44,11 @@
                 }
             ],
             "description": "The CakePHP framework",
-            "homepage": "http://cakephp.org",
+            "homepage": "https://cakephp.org",
             "keywords": [
                 "framework"
             ],
-            "time": "2014-12-09 01:50:35"
+            "time": "2017-09-18 02:12:29"
         }
     ],
     "packages-dev": [],