Add in xkerman/restricted-unserialize package
authorSeamus Lee <seamuslee001@gmail.com>
Tue, 5 Nov 2019 03:47:26 +0000 (14:47 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Tue, 5 Nov 2019 03:47:26 +0000 (14:47 +1100)
composer.json
composer.lock

index 69eb155eadd9589caa259ccb38d90bc8f07f543a..84ed89bd5d15d235feafda7cd397da334d1e06d3 100644 (file)
@@ -65,7 +65,8 @@
     "katzien/php-mime-type": "2.1.0",
     "civicrm/composer-downloads-plugin": "^2.0",
     "league/csv": "^9.2",
-    "tplaner/when": "dev-master#c1ec099f421bff354cc5c929f83b94031423fc80"
+    "tplaner/when": "dev-master#c1ec099f421bff354cc5c929f83b94031423fc80",
+    "xkerman/restricted-unserialize": "~1.1"
   },
   "require-dev": {
     "cache/integration-tests": "dev-master"
index 78a349252e2144d0a3b555514b4c07a882a7020f..c188be07a7997360ae563b106f5e33a15bcbe0b8 100644 (file)
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "0ac00e2168797fa522d7a6f036a5e296",
+    "content-hash": "ec0b6779b9262fd5c0b41d3eb4d5f109",
     "packages": [
         {
             "name": "civicrm/civicrm-cxn-rpc",
             ],
             "time": "2019-01-11T21:59:13+00:00"
         },
+        {
+            "name": "xkerman/restricted-unserialize",
+            "version": "1.1.12",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/xKerman/restricted-unserialize.git",
+                "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
+                "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.2"
+            },
+            "require-dev": {
+                "nikic/php-parser": "^1.4|^3.0|^4.2",
+                "phpmd/phpmd": "^2.6",
+                "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
+                "sebastian/phpcpd": "^2.0|^3.0|^4.1",
+                "squizlabs/php_codesniffer": "^2.9|^3.4"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "src/function.php"
+                ],
+                "psr-4": {
+                    "xKerman\\Restricted\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "xKerman",
+                    "email": "xKhorasan@gmail.com"
+                }
+            ],
+            "description": "provide PHP Object Injection safe unserialize function",
+            "keywords": [
+                "PHP Object Injection",
+                "deserialize",
+                "unserialize"
+            ],
+            "time": "2019-08-11T00:04:39+00:00"
+        },
         {
             "name": "zendframework/zend-escaper",
             "version": "2.4.13",