From 3255671d57c18c09795b94f478cbd8aac5381c51 Mon Sep 17 00:00:00 2001 From: opulencephp Date: Wed, 18 Oct 2017 21:33:09 -0500 Subject: [PATCH] Fixed the name of the IO library's doc --- composer.lock | 194 ++++++++++++++++++++------------------- config/documentation.php | 2 +- 2 files changed, 101 insertions(+), 95 deletions(-) diff --git a/composer.lock b/composer.lock index adf9f5b..64b40df 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "blackfire/php-sdk", - "version": "v1.9.1", + "version": "v1.11.0", "source": { "type": "git", "url": "/~https://github.com/blackfireio/php-sdk.git", - "reference": "1e9bf90676b773812f80b5a68bbdf02057adb116" + "reference": "a71debd3468c932059e8672b8280342c07eb2c6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/blackfireio/php-sdk/zipball/1e9bf90676b773812f80b5a68bbdf02057adb116", - "reference": "1e9bf90676b773812f80b5a68bbdf02057adb116", + "url": "https://api.github.com/repos/blackfireio/php-sdk/zipball/a71debd3468c932059e8672b8280342c07eb2c6f", + "reference": "a71debd3468c932059e8672b8280342c07eb2c6f", "shasum": "" }, "require": { @@ -59,7 +59,7 @@ "uprofiler", "xhprof" ], - "time": "2017-08-10T13:21:56+00:00" + "time": "2017-09-12T15:54:33+00:00" }, { "name": "composer/ca-bundle", @@ -67,12 +67,12 @@ "source": { "type": "git", "url": "/~https://github.com/composer/ca-bundle.git", - "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12" + "reference": "3ef3f4dbde6bb639c09797f20b57368a3b7851c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", - "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/3ef3f4dbde6bb639c09797f20b57368a3b7851c0", + "reference": "3ef3f4dbde6bb639c09797f20b57368a3b7851c0", "shasum": "" }, "require": { @@ -118,7 +118,7 @@ "ssl", "tls" ], - "time": "2017-03-06 11:59:08" + "time": "2017-09-15 07:32:55" }, { "name": "erusev/parsedown", @@ -400,12 +400,12 @@ "source": { "type": "git", "url": "/~https://github.com/opulencephp/Opulence.git", - "reference": "cde623df9107b894864d4b51226c2a5b90cffaac" + "reference": "00d04d0e7114ab4c2450ea2513f055017b94086f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opulencephp/Opulence/zipball/cde623df9107b894864d4b51226c2a5b90cffaac", - "reference": "cde623df9107b894864d4b51226c2a5b90cffaac", + "url": "https://api.github.com/repos/opulencephp/Opulence/zipball/00d04d0e7114ab4c2450ea2513f055017b94086f", + "reference": "00d04d0e7114ab4c2450ea2513f055017b94086f", "shasum": "" }, "require": { @@ -420,15 +420,16 @@ "opulence/authentication": "self.version", "opulence/authorization": "self.version", "opulence/cache": "self.version", + "opulence/collections": "self.version", "opulence/console": "self.version", "opulence/cryptography": "self.version", "opulence/databases": "self.version", "opulence/debug": "self.version", "opulence/environments": "self.version", "opulence/events": "self.version", - "opulence/files": "self.version", "opulence/framework": "self.version", "opulence/http": "self.version", + "opulence/io": "self.version", "opulence/ioc": "self.version", "opulence/memcached": "self.version", "opulence/orm": "self.version", @@ -441,6 +442,7 @@ "opulence/views": "self.version" }, "require-dev": { + "ext-pdo": "*", "phpredis": "3.0.*", "phpunit/phpunit": "~6.0", "predis/predis": "1.1.*@dev" @@ -454,7 +456,10 @@ "autoload": { "psr-4": { "Opulence\\": "src/Opulence" - } + }, + "exclude-from-classmap": [ + "**/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -479,7 +484,7 @@ "php", "template" ], - "time": "2017-08-29 03:19:53" + "time": "2017-10-18 22:36:38" }, { "name": "phpdocumentor/reflection-docblock", @@ -741,12 +746,12 @@ "source": { "type": "git", "url": "/~https://github.com/symfony/console.git", - "reference": "c0807a2ca978e64d8945d373a9221a5c35d1a253" + "reference": "b173e0db73ae8af2b7ea4c4ccc2814df054dbfb4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/c0807a2ca978e64d8945d373a9221a5c35d1a253", - "reference": "c0807a2ca978e64d8945d373a9221a5c35d1a253", + "url": "https://api.github.com/repos/symfony/console/zipball/b173e0db73ae8af2b7ea4c4ccc2814df054dbfb4", + "reference": "b173e0db73ae8af2b7ea4c4ccc2814df054dbfb4", "shasum": "" }, "require": { @@ -794,7 +799,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-08-27 14:29:03" + "time": "2017-10-10 07:42:03" }, { "name": "symfony/debug", @@ -859,12 +864,12 @@ "source": { "type": "git", "url": "/~https://github.com/symfony/filesystem.git", - "reference": "714b1036010c354ae2b25d7f9ca27e14e265e9f2" + "reference": "5e3af878f144089faddd4060a48cadae4fc44dee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/714b1036010c354ae2b25d7f9ca27e14e265e9f2", - "reference": "714b1036010c354ae2b25d7f9ca27e14e265e9f2", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/5e3af878f144089faddd4060a48cadae4fc44dee", + "reference": "5e3af878f144089faddd4060a48cadae4fc44dee", "shasum": "" }, "require": { @@ -900,7 +905,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2017-07-11 07:12:11" + "time": "2017-10-02 08:46:46" }, { "name": "symfony/finder", @@ -908,12 +913,12 @@ "source": { "type": "git", "url": "/~https://github.com/symfony/finder.git", - "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad" + "reference": "a945724b201f74d543e356f6059c930bb8d10c92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/4f4e84811004e065a3bb5ceeb1d9aa592630f9ad", - "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad", + "url": "https://api.github.com/repos/symfony/finder/zipball/a945724b201f74d543e356f6059c930bb8d10c92", + "reference": "a945724b201f74d543e356f6059c930bb8d10c92", "shasum": "" }, "require": { @@ -949,7 +954,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2017-06-01 20:52:29" + "time": "2017-10-01 21:00:16" }, { "name": "symfony/polyfill-mbstring", @@ -957,12 +962,12 @@ "source": { "type": "git", "url": "/~https://github.com/symfony/polyfill-mbstring.git", - "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803" + "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803", - "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", + "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", "shasum": "" }, "require": { @@ -974,7 +979,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.6-dev" } }, "autoload": { @@ -1008,7 +1013,7 @@ "portable", "shim" ], - "time": "2017-06-14 15:44:48" + "time": "2017-10-11 12:05:26" }, { "name": "symfony/polyfill-php56", @@ -1016,12 +1021,12 @@ "source": { "type": "git", "url": "/~https://github.com/symfony/polyfill-php56.git", - "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca" + "reference": "265fc96795492430762c29be291a371494ba3a5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e85ebdef569b84e8709864e1a290c40f156b30ca", - "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b", + "reference": "265fc96795492430762c29be291a371494ba3a5b", "shasum": "" }, "require": { @@ -1031,7 +1036,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.6-dev" } }, "autoload": { @@ -1064,7 +1069,7 @@ "portable", "shim" ], - "time": "2017-06-14 15:44:48" + "time": "2017-10-11 12:05:26" }, { "name": "symfony/polyfill-util", @@ -1072,12 +1077,12 @@ "source": { "type": "git", "url": "/~https://github.com/symfony/polyfill-util.git", - "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d" + "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/67925d1cf0b84bd234a83bebf26d4eb281744c6d", - "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176", + "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176", "shasum": "" }, "require": { @@ -1086,7 +1091,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.6-dev" } }, "autoload": { @@ -1116,7 +1121,7 @@ "polyfill", "shim" ], - "time": "2017-07-05 15:09:33" + "time": "2017-10-11 12:05:26" }, { "name": "symfony/process", @@ -1124,12 +1129,12 @@ "source": { "type": "git", "url": "/~https://github.com/symfony/process.git", - "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8" + "reference": "26c9fb02bf06bd6b90f661a5bd17e510810d0176" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8", - "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8", + "url": "https://api.github.com/repos/symfony/process/zipball/26c9fb02bf06bd6b90f661a5bd17e510810d0176", + "reference": "26c9fb02bf06bd6b90f661a5bd17e510810d0176", "shasum": "" }, "require": { @@ -1165,7 +1170,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2017-07-03 08:04:30" + "time": "2017-10-01 21:00:16" }, { "name": "symfony/yaml", @@ -1173,12 +1178,12 @@ "source": { "type": "git", "url": "/~https://github.com/symfony/yaml.git", - "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5" + "reference": "842fb6df22180244b4c65935ce1a88d324e5ff9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5", - "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5", + "url": "https://api.github.com/repos/symfony/yaml/zipball/842fb6df22180244b4c65935ce1a88d324e5ff9e", + "reference": "842fb6df22180244b4c65935ce1a88d324e5ff9e", "shasum": "" }, "require": { @@ -1214,7 +1219,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2017-06-01 20:52:29" + "time": "2017-10-05 14:38:30" }, { "name": "twig/twig", @@ -1222,12 +1227,12 @@ "source": { "type": "git", "url": "/~https://github.com/twigphp/Twig.git", - "reference": "103cae817d68b56ddcb50c051a6ed7980d746409" + "reference": "d8d888e2ae694c8057d6b0201b7b8f6f07d430cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/103cae817d68b56ddcb50c051a6ed7980d746409", - "reference": "103cae817d68b56ddcb50c051a6ed7980d746409", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/d8d888e2ae694c8057d6b0201b7b8f6f07d430cc", + "reference": "d8d888e2ae694c8057d6b0201b7b8f6f07d430cc", "shasum": "" }, "require": { @@ -1280,7 +1285,7 @@ "keywords": [ "templating" ], - "time": "2017-08-19 17:43:10" + "time": "2017-09-27 18:11:00" } ], "packages-dev": [ @@ -1290,23 +1295,21 @@ "source": { "type": "git", "url": "/~https://github.com/doctrine/instantiator.git", - "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" + "reference": "7af8066e48b8a4cbd90849bbe9234ab444057968" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", - "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/7af8066e48b8a4cbd90849bbe9234ab444057968", + "reference": "7af8066e48b8a4cbd90849bbe9234ab444057968", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "^6.2.3", - "squizlabs/php_codesniffer": "^3.0.2" + "phpunit/phpunit": "^6.2.3" }, "type": "library", "extra": { @@ -1336,7 +1339,7 @@ "constructor", "instantiate" ], - "time": "2017-07-22 11:58:36" + "time": "2017-09-19T12:41:22+00:00" }, { "name": "myclabs/deep-copy", @@ -1344,33 +1347,36 @@ "source": { "type": "git", "url": "/~https://github.com/myclabs/DeepCopy.git", - "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" + "reference": "0fa5904d77023e5c385bf2399be358e0cf646aa9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", - "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/0fa5904d77023e5c385bf2399be358e0cf646aa9", + "reference": "0fa5904d77023e5c385bf2399be358e0cf646aa9", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": "^5.6 || ^7.0" }, "require-dev": { - "doctrine/collections": "1.*", - "phpunit/phpunit": "~4.1" + "doctrine/collections": "^1.0", + "doctrine/common": "^2.6", + "phpunit/phpunit": "^4.1" }, "type": "library", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" - } + }, + "files": [ + "src/DeepCopy/deep_copy.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", - "homepage": "/~https://github.com/myclabs/DeepCopy", "keywords": [ "clone", "copy", @@ -1378,7 +1384,7 @@ "object", "object graph" ], - "time": "2017-04-12 18:52:22" + "time": "2017-10-18T22:25:45+00:00" }, { "name": "phar-io/manifest", @@ -1488,18 +1494,18 @@ "source": { "type": "git", "url": "/~https://github.com/phpspec/prophecy.git", - "reference": "420d44c5534bbf269e85e6213446e8284d53c6c7" + "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/420d44c5534bbf269e85e6213446e8284d53c6c7", - "reference": "420d44c5534bbf269e85e6213446e8284d53c6c7", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", + "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", "sebastian/comparator": "^1.1|^2.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, @@ -1543,7 +1549,7 @@ "spy", "stub" ], - "time": "2017-07-19 07:44:25" + "time": "2017-09-04T11:05:03+00:00" }, { "name": "phpunit/php-code-coverage", @@ -1607,7 +1613,7 @@ "testing", "xunit" ], - "time": "2017-08-25T06:32:04+00:00" + "time": "2017-08-25 06:32:04" }, { "name": "phpunit/php-file-iterator", @@ -1793,7 +1799,7 @@ "keywords": [ "tokenizer" ], - "time": "2017-08-20T05:47:52+00:00" + "time": "2017-08-20 05:47:52" }, { "name": "phpunit/phpunit", @@ -1801,12 +1807,12 @@ "source": { "type": "git", "url": "/~https://github.com/sebastianbergmann/phpunit.git", - "reference": "a1b5663a426b85854e97dce080a3546907836d5a" + "reference": "eb0232bab22fdb71bcdd077dcf3f64a4bc325f4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1b5663a426b85854e97dce080a3546907836d5a", - "reference": "a1b5663a426b85854e97dce080a3546907836d5a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/eb0232bab22fdb71bcdd077dcf3f64a4bc325f4c", + "reference": "eb0232bab22fdb71bcdd077dcf3f64a4bc325f4c", "shasum": "" }, "require": { @@ -1851,7 +1857,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.4.x-dev" + "dev-master": "6.5.x-dev" } }, "autoload": { @@ -1877,7 +1883,7 @@ "testing", "xunit" ], - "time": "2017-08-24T07:24:58+00:00" + "time": "2017-10-18T18:53:01+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -1936,7 +1942,7 @@ "mock", "xunit" ], - "time": "2017-08-03T14:08:16+00:00" + "time": "2017-08-03 14:08:16" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -1989,21 +1995,21 @@ "source": { "type": "git", "url": "/~https://github.com/sebastianbergmann/comparator.git", - "reference": "fb3213355da37bf91569ca7a944af19bc57b80e9" + "reference": "7672f0c31b6ec068e3e941dc5025f822fe724b73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fb3213355da37bf91569ca7a944af19bc57b80e9", - "reference": "fb3213355da37bf91569ca7a944af19bc57b80e9", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/7672f0c31b6ec068e3e941dc5025f822fe724b73", + "reference": "7672f0c31b6ec068e3e941dc5025f822fe724b73", "shasum": "" }, "require": { "php": "^7.0", "sebastian/diff": "^2.0", - "sebastian/exporter": "^3.0" + "sebastian/exporter": "^3.1" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { @@ -2045,7 +2051,7 @@ "compare", "equality" ], - "time": "2017-08-20T14:03:32+00:00" + "time": "2017-10-16T04:35:48+00:00" }, { "name": "sebastian/diff", @@ -2053,12 +2059,12 @@ "source": { "type": "git", "url": "/~https://github.com/sebastianbergmann/diff.git", - "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" + "reference": "376cb25efae48c66fb660c9ce7bc07e1682b5e84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", - "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/376cb25efae48c66fb660c9ce7bc07e1682b5e84", + "reference": "376cb25efae48c66fb660c9ce7bc07e1682b5e84", "shasum": "" }, "require": { @@ -2097,7 +2103,7 @@ "keywords": [ "diff" ], - "time": "2017-08-03T08:09:46+00:00" + "time": "2017-10-05T13:24:46+00:00" }, { "name": "sebastian/environment", @@ -2312,7 +2318,7 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "/~https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-08-03T12:35:26+00:00" + "time": "2017-08-03 12:35:26" }, { "name": "sebastian/object-reflector", diff --git a/config/documentation.php b/config/documentation.php index 6d618dc..a8be60c 100644 --- a/config/documentation.php +++ b/config/documentation.php @@ -550,7 +550,7 @@ 'keywords' => ['opulence', 'events', 'dispatchers', 'php'] ], 'io' => [ - 'title' => 'IO', + 'title' => 'Input/Output', 'linkText' => 'Input/Output', 'description' => 'Learn about working with IO in Opulence', 'keywords' => ['opulence', 'io', 'stream', 'file system', 'read write', 'php']