Upgrade when package to be latest 7.0 compatiable version
authorSeamus Lee <seamuslee001@gmail.com>
Thu, 5 Sep 2019 22:20:08 +0000 (08:20 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 3 Oct 2019 08:07:27 +0000 (18:07 +1000)
Update composer.lock to match the commits's composer.json

composer.json
composer.lock

index 42578e4e90e2a86db080108c85aff30edfe90763..69eb155eadd9589caa259ccb38d90bc8f07f543a 100644 (file)
@@ -64,7 +64,8 @@
     "pear/log": "1.13.1",
     "katzien/php-mime-type": "2.1.0",
     "civicrm/composer-downloads-plugin": "^2.0",
-    "league/csv": "^9.2"
+    "league/csv": "^9.2",
+    "tplaner/when": "dev-master#c1ec099f421bff354cc5c929f83b94031423fc80"
   },
   "require-dev": {
     "cache/integration-tests": "dev-master"
index 9f5328a8ba4e478db6ef096b0dec09f507aeee55..78a349252e2144d0a3b555514b4c07a882a7020f 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": "f0b735ec69179cc1b69b87e335db9c7b",
+    "content-hash": "0ac00e2168797fa522d7a6f036a5e296",
     "packages": [
         {
             "name": "civicrm/civicrm-cxn-rpc",
             "homepage": "https://github.com/totten/ca_config",
             "time": "2017-05-10T20:08:17+00:00"
         },
+        {
+            "name": "tplaner/when",
+            "version": "dev-master",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/tplaner/When.git",
+                "reference": "c1ec099f421bff354cc5c929f83b94031423fc80"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/tplaner/When/zipball/c1ec099f421bff354cc5c929f83b94031423fc80",
+                "reference": "c1ec099f421bff354cc5c929f83b94031423fc80",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.3.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^4.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "When\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Tom Planer",
+                    "email": "tplaner@gmail.com"
+                }
+            ],
+            "description": "Date/Calendar recursion library.",
+            "homepage": "https://github.com/tplaner/When",
+            "keywords": [
+                "date",
+                "datetime",
+                "recurrence",
+                "repeat",
+                "time"
+            ],
+            "time": "2019-01-11T21:59:13+00:00"
+        },
         {
             "name": "zendframework/zend-escaper",
             "version": "2.4.13",
     "stability-flags": {
         "zetacomponents/mail": 20,
         "pear/validate_finance_creditcard": 20,
+        "tplaner/when": 20,
         "cache/integration-tests": 20
     },
     "prefer-stable": false,