1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Updated versions

This commit is contained in:
eldadfux 2019-11-01 06:52:42 +02:00
parent db295e4b18
commit 9236bb2d7d
2 changed files with 93 additions and 93 deletions

View file

@ -1,5 +1,5 @@
<?php <?php
const VERSION = '0.3.0'; const VERSION = '0.3.2';
return VERSION; return VERSION;

184
composer.lock generated
View file

@ -12,12 +12,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/appwrite/sdk-for-php.git", "url": "https://github.com/appwrite/sdk-for-php.git",
"reference": "56a520e98ba5ccdc2aba4cde525814ecf76220b4" "reference": "d4a07ef5204fbc1d046dd8d852165e08a27293ad"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-for-php/zipball/56a520e98ba5ccdc2aba4cde525814ecf76220b4", "url": "https://api.github.com/repos/appwrite/sdk-for-php/zipball/d4a07ef5204fbc1d046dd8d852165e08a27293ad",
"reference": "56a520e98ba5ccdc2aba4cde525814ecf76220b4", "reference": "d4a07ef5204fbc1d046dd8d852165e08a27293ad",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -39,7 +39,7 @@
"BSD-3-Clause" "BSD-3-Clause"
], ],
"description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)", "description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)",
"time": "2019-10-19T17:16:44+00:00" "time": "2019-10-21T18:01:17+00:00"
}, },
{ {
"name": "appwrite/php-clamav", "name": "appwrite/php-clamav",
@ -47,12 +47,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/appwrite/php-clamav.git", "url": "https://github.com/appwrite/php-clamav.git",
"reference": "f59dee89963a868bd2675ba47132a92f981acebb" "reference": "38cb3c5e23fd9c843d3cd1159a78c5ae2c9c91a2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/appwrite/php-clamav/zipball/f59dee89963a868bd2675ba47132a92f981acebb", "url": "https://api.github.com/repos/appwrite/php-clamav/zipball/38cb3c5e23fd9c843d3cd1159a78c5ae2c9c91a2",
"reference": "f59dee89963a868bd2675ba47132a92f981acebb", "reference": "38cb3c5e23fd9c843d3cd1159a78c5ae2c9c91a2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -84,7 +84,7 @@
"clamav", "clamav",
"php" "php"
], ],
"time": "2019-09-08T17:36:32+00:00" "time": "2019-10-27T18:41:06+00:00"
}, },
{ {
"name": "appwrite/sdk-generator", "name": "appwrite/sdk-generator",
@ -92,7 +92,7 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/appwrite/sdk-generator", "url": "https://github.com/appwrite/sdk-generator",
"reference": "4598cf6a767d1c5a8b0db55330933e8509670efb" "reference": "bd7f3f72512352a3b4b556dbfc306ea01ecfdb21"
}, },
"require": { "require": {
"ext-curl": "*", "ext-curl": "*",
@ -122,7 +122,7 @@
} }
], ],
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms", "description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
"time": "2019-10-19 10:34:29" "time": "2019-10-27 18:39:35"
}, },
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -268,16 +268,16 @@
}, },
{ {
"name": "colinmollenhour/credis", "name": "colinmollenhour/credis",
"version": "1.10.1", "version": "1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/colinmollenhour/credis.git", "url": "https://github.com/colinmollenhour/credis.git",
"reference": "c1cab895f2331a1877738b282d0d8b1ff6d4c92d" "reference": "ee56982176ebcb8ad6acd51b7cddbc6b0a9de1dd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/colinmollenhour/credis/zipball/c1cab895f2331a1877738b282d0d8b1ff6d4c92d", "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/ee56982176ebcb8ad6acd51b7cddbc6b0a9de1dd",
"reference": "c1cab895f2331a1877738b282d0d8b1ff6d4c92d", "reference": "ee56982176ebcb8ad6acd51b7cddbc6b0a9de1dd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -304,7 +304,7 @@
], ],
"description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.", "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
"homepage": "https://github.com/colinmollenhour/credis", "homepage": "https://github.com/colinmollenhour/credis",
"time": "2019-03-05T16:29:14+00:00" "time": "2019-10-25T19:28:45+00:00"
}, },
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
@ -554,16 +554,16 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "dev-master", "version": "6.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "2b1dfedd8d59a521832c0837be045b83cd746fa0" "reference": "0895c932405407fd3a7368b6910c09a24d26db11"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/2b1dfedd8d59a521832c0837be045b83cd746fa0", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0895c932405407fd3a7368b6910c09a24d26db11",
"reference": "2b1dfedd8d59a521832c0837be045b83cd746fa0", "reference": "0895c932405407fd3a7368b6910c09a24d26db11",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -616,7 +616,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2019-10-18T12:00:04+00:00" "time": "2019-10-23T15:58:00+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@ -1236,12 +1236,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/log.git", "url": "https://github.com/php-fig/log.git",
"reference": "c4421fcac1edd5a324fda73e589a5cf96e52ffd0" "reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/c4421fcac1edd5a324fda73e589a5cf96e52ffd0", "url": "https://api.github.com/repos/php-fig/log/zipball/bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2",
"reference": "c4421fcac1edd5a324fda73e589a5cf96e52ffd0", "reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1275,7 +1275,7 @@
"psr", "psr",
"psr-3" "psr-3"
], ],
"time": "2018-11-21T13:42:00+00:00" "time": "2019-10-25T08:06:51+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@ -1440,12 +1440,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "d86b8ea5804278eef17582421fe1a1c4eb19219c" "reference": "d073fed7f1979689a25d161423c90ecccaf87c4f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/d86b8ea5804278eef17582421fe1a1c4eb19219c", "url": "https://api.github.com/repos/twigphp/Twig/zipball/d073fed7f1979689a25d161423c90ecccaf87c4f",
"reference": "d86b8ea5804278eef17582421fe1a1c4eb19219c", "reference": "d073fed7f1979689a25d161423c90ecccaf87c4f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1499,7 +1499,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2019-10-17T11:01:59+00:00" "time": "2019-10-23T15:56:47+00:00"
}, },
{ {
"name": "utopia-php/abuse", "name": "utopia-php/abuse",
@ -2269,12 +2269,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "7f0f29702170e2786b2df813af970135765de6fc" "reference": "ee5d93c00b87b36e206f1e8407dfe3306f5fcb4d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/7f0f29702170e2786b2df813af970135765de6fc", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/ee5d93c00b87b36e206f1e8407dfe3306f5fcb4d",
"reference": "7f0f29702170e2786b2df813af970135765de6fc", "reference": "ee5d93c00b87b36e206f1e8407dfe3306f5fcb4d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2311,7 +2311,7 @@
"filesystem", "filesystem",
"iterator" "iterator"
], ],
"time": "2019-07-02T07:44:20+00:00" "time": "2019-10-23T09:07:44+00:00"
}, },
{ {
"name": "phpunit/php-text-template", "name": "phpunit/php-text-template",
@ -2360,12 +2360,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git", "url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "37d2894f3650acccb6e57207e63eb9699c1a82a6" "reference": "190db5a4b930a73afbba041cd3015aeb10d444d4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/37d2894f3650acccb6e57207e63eb9699c1a82a6", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/190db5a4b930a73afbba041cd3015aeb10d444d4",
"reference": "37d2894f3650acccb6e57207e63eb9699c1a82a6", "reference": "190db5a4b930a73afbba041cd3015aeb10d444d4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2401,7 +2401,7 @@
"keywords": [ "keywords": [
"timer" "timer"
], ],
"time": "2019-07-02T07:42:03+00:00" "time": "2019-10-23T09:04:52+00:00"
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
@ -2409,12 +2409,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "36bdcb91de0484f77e256fd3d6119dcf7171c164" "reference": "5bc2030589cad93e6c73ce3ccee3f5e960604a0d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/36bdcb91de0484f77e256fd3d6119dcf7171c164", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/5bc2030589cad93e6c73ce3ccee3f5e960604a0d",
"reference": "36bdcb91de0484f77e256fd3d6119dcf7171c164", "reference": "5bc2030589cad93e6c73ce3ccee3f5e960604a0d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2450,7 +2450,7 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2019-10-05T05:20:56+00:00" "time": "2019-10-23T09:04:36+00:00"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
@ -2458,12 +2458,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "d1e83a7efedee8f54122328c5db8be1d7fa37317" "reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d1e83a7efedee8f54122328c5db8be1d7fa37317", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4c92a15296e58191a4cd74cff3b34fc8e374174a",
"reference": "d1e83a7efedee8f54122328c5db8be1d7fa37317", "reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2534,7 +2534,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2019-10-15T08:25:43+00:00" "time": "2019-10-28T10:37:36+00:00"
}, },
{ {
"name": "sebastian/code-unit-reverse-lookup", "name": "sebastian/code-unit-reverse-lookup",
@ -2542,12 +2542,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "5e860800beea5ea4c8590df866338c09c20d3a48" "reference": "5872e3737247e650995ac60e98611f69bfe8c556"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e860800beea5ea4c8590df866338c09c20d3a48", "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5872e3737247e650995ac60e98611f69bfe8c556",
"reference": "5e860800beea5ea4c8590df866338c09c20d3a48", "reference": "5872e3737247e650995ac60e98611f69bfe8c556",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2579,7 +2579,7 @@
], ],
"description": "Looks up which function or method a line of code belongs to", "description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2019-07-02T07:44:03+00:00" "time": "2019-10-23T09:08:24+00:00"
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
@ -2587,12 +2587,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git", "url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "9a1267ac19ecd74163989bcb3e01c5c9587f9e3b" "reference": "c57ba51c28b64ef8a4b14b40bceb2c5ca19e9406"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/9a1267ac19ecd74163989bcb3e01c5c9587f9e3b", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c57ba51c28b64ef8a4b14b40bceb2c5ca19e9406",
"reference": "9a1267ac19ecd74163989bcb3e01c5c9587f9e3b", "reference": "c57ba51c28b64ef8a4b14b40bceb2c5ca19e9406",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2619,6 +2619,10 @@
"BSD-3-Clause" "BSD-3-Clause"
], ],
"authors": [ "authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{ {
"name": "Jeff Welch", "name": "Jeff Welch",
"email": "whatthejeff@gmail.com" "email": "whatthejeff@gmail.com"
@ -2630,10 +2634,6 @@
{ {
"name": "Bernhard Schussek", "name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at" "email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
} }
], ],
"description": "Provides the functionality to compare PHP values for equality", "description": "Provides the functionality to compare PHP values for equality",
@ -2643,7 +2643,7 @@
"compare", "compare",
"equality" "equality"
], ],
"time": "2019-07-02T07:45:15+00:00" "time": "2019-10-28T09:22:49+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
@ -2651,12 +2651,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/diff.git", "url": "https://github.com/sebastianbergmann/diff.git",
"reference": "d7e7810940c78f3343420f76adf92dc437b7a557" "reference": "2ce6675fe77612cce2a49d0cecb4e7afead64323"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/d7e7810940c78f3343420f76adf92dc437b7a557", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/2ce6675fe77612cce2a49d0cecb4e7afead64323",
"reference": "d7e7810940c78f3343420f76adf92dc437b7a557", "reference": "2ce6675fe77612cce2a49d0cecb4e7afead64323",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2682,13 +2682,13 @@
"BSD-3-Clause" "BSD-3-Clause"
], ],
"authors": [ "authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de" "email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
} }
], ],
"description": "Diff implementation", "description": "Diff implementation",
@ -2699,7 +2699,7 @@
"unidiff", "unidiff",
"unified diff" "unified diff"
], ],
"time": "2019-07-02T07:43:30+00:00" "time": "2019-10-23T09:06:00+00:00"
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
@ -2707,12 +2707,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
"reference": "520187a48d1fd3714dd4ebfd8eb914a4d69d26a7" "reference": "0f73ef4aa2d8a5e00393c06729012a50845e9e4c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/520187a48d1fd3714dd4ebfd8eb914a4d69d26a7", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/0f73ef4aa2d8a5e00393c06729012a50845e9e4c",
"reference": "520187a48d1fd3714dd4ebfd8eb914a4d69d26a7", "reference": "0f73ef4aa2d8a5e00393c06729012a50845e9e4c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2752,7 +2752,7 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"time": "2019-09-07T09:51:27+00:00" "time": "2019-10-23T09:05:42+00:00"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
@ -2760,12 +2760,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git", "url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" "reference": "10b761abeab7ea48c2b89f16a7fca10d2f544d25"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/10b761abeab7ea48c2b89f16a7fca10d2f544d25",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", "reference": "10b761abeab7ea48c2b89f16a7fca10d2f544d25",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2819,7 +2819,7 @@
"export", "export",
"exporter" "exporter"
], ],
"time": "2019-09-14T09:02:43+00:00" "time": "2019-10-23T09:05:12+00:00"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
@ -2878,12 +2878,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git", "url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "63e5a3e0881ebf28c9fbb2a2e12b77d373850c12" "reference": "6096279595e26594a68c03571fba1d7c0253f19a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/63e5a3e0881ebf28c9fbb2a2e12b77d373850c12", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/6096279595e26594a68c03571fba1d7c0253f19a",
"reference": "63e5a3e0881ebf28c9fbb2a2e12b77d373850c12", "reference": "6096279595e26594a68c03571fba1d7c0253f19a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2917,7 +2917,7 @@
], ],
"description": "Traverses array structures and object graphs to enumerate all referenced objects", "description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/", "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2019-07-02T07:43:46+00:00" "time": "2019-10-23T09:08:54+00:00"
}, },
{ {
"name": "sebastian/object-reflector", "name": "sebastian/object-reflector",
@ -2925,12 +2925,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git", "url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "3053ae3e6286fdf98769f18ec10894dbc6260a34" "reference": "aff2a6b4fffc8e9f0f1de6388f3d7bd0f729dddc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/3053ae3e6286fdf98769f18ec10894dbc6260a34", "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/aff2a6b4fffc8e9f0f1de6388f3d7bd0f729dddc",
"reference": "3053ae3e6286fdf98769f18ec10894dbc6260a34", "reference": "aff2a6b4fffc8e9f0f1de6388f3d7bd0f729dddc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2962,7 +2962,7 @@
], ],
"description": "Allows reflection of object attributes, including inherited and non-public ones", "description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/", "homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2019-07-02T07:44:36+00:00" "time": "2019-10-23T09:07:29+00:00"
}, },
{ {
"name": "sebastian/recursion-context", "name": "sebastian/recursion-context",
@ -2970,12 +2970,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git", "url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "a58220ae18565f6004bbe15321efc4470bfe02fd" "reference": "f95dcff26fa9fd4df1960c503d4180ec2f8172fd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/a58220ae18565f6004bbe15321efc4470bfe02fd", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f95dcff26fa9fd4df1960c503d4180ec2f8172fd",
"reference": "a58220ae18565f6004bbe15321efc4470bfe02fd", "reference": "f95dcff26fa9fd4df1960c503d4180ec2f8172fd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3000,14 +3000,14 @@
"BSD-3-Clause" "BSD-3-Clause"
], ],
"authors": [ "authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de" "email": "sebastian@phpunit.de"
}, },
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{ {
"name": "Adam Harvey", "name": "Adam Harvey",
"email": "aharvey@php.net" "email": "aharvey@php.net"
@ -3015,7 +3015,7 @@
], ],
"description": "Provides functionality to recursively process PHP variables", "description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context", "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2019-07-02T07:43:54+00:00" "time": "2019-10-23T09:08:39+00:00"
}, },
{ {
"name": "sebastian/resource-operations", "name": "sebastian/resource-operations",
@ -3023,12 +3023,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git", "url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "d67fc89d3107c396d161411b620619f3e7a7c270" "reference": "89893975fe3fcc2e60214471761af5e91cc7a933"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/d67fc89d3107c396d161411b620619f3e7a7c270", "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/89893975fe3fcc2e60214471761af5e91cc7a933",
"reference": "d67fc89d3107c396d161411b620619f3e7a7c270", "reference": "89893975fe3fcc2e60214471761af5e91cc7a933",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3057,7 +3057,7 @@
], ],
"description": "Provides a list of PHP built-in functions that operate on resources", "description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations", "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"time": "2019-07-02T07:42:50+00:00" "time": "2019-10-23T09:09:44+00:00"
}, },
{ {
"name": "sebastian/version", "name": "sebastian/version",