{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "59184daa1ad25d00ea33dc617ac9d2d5", "packages": [ { "name": "chamilo/pclzip", "version": "v2.8.4", "source": { "type": "git", "url": "https://github.com/chamilo/pclzip.git", "reference": "b94b7a190e186a31bd37f21be3a83a48c7d6b49a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/chamilo/pclzip/zipball/b94b7a190e186a31bd37f21be3a83a48c7d6b49a", "reference": "b94b7a190e186a31bd37f21be3a83a48c7d6b49a", "shasum": "" }, "replace": { "pclzip/pclzip": "^2.8" }, "type": "library", "autoload": { "classmap": [ "pclzip.lib.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Vincent Blavet" } ], "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", "homepage": "https://github.com/chamilo/pclzip", "keywords": [ "php", "zip" ], "support": { "issues": "https://github.com/chamilo/pclzip/issues", "source": "https://github.com/chamilo/pclzip/tree/v2.8.4" }, "time": "2017-11-28T22:14:11+00:00" }, { "name": "electrolinux/phpquery", "version": "0.9.6", "source": { "type": "git", "url": "https://github.com/electrolinux/phpquery.git", "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a", "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "phpQuery/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tobiasz Cudnik", "email": "tobiasz.cudnik@gmail.com", "homepage": "https://github.com/TobiaszCudnik", "role": "Developer" }, { "name": "didier Belot", "role": "Packager" } ], "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library", "homepage": "http://code.google.com/p/phpquery/", "support": { "source": "https://github.com/electrolinux/phpquery/tree/0.9.6" }, "time": "2013-03-21T12:39:33+00:00" }, { "name": "ezyang/htmlpurifier", "version": "v4.13.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" }, "type": "library", "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": [ "library/HTMLPurifier.composer.php" ], "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", "source": "https://github.com/ezyang/htmlpurifier/tree/master" }, "time": "2020-06-29T00:56:53+00:00" }, { "name": "league/flysystem", "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/18634df356bfd4119fe3d6156bdb990c414c14ea", "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea", "shasum": "" }, "require": { "ext-fileinfo": "*", "league/mime-type-detection": "^1.3", "php": "^7.2.5 || ^8.0" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "require-dev": { "phpspec/prophecy": "^1.11.1", "phpunit/phpunit": "^8.5.8" }, "suggest": { "ext-ftp": "Allows you to use FTP server storage", "ext-openssl": "Allows you to use FTPS server storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "League\\Flysystem\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" } ], "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", "WebDAV", "abstraction", "aws", "cloud", "copy.com", "dropbox", "file systems", "files", "filesystem", "filesystems", "ftp", "rackspace", "remote", "s3", "sftp", "storage" ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", "source": "https://github.com/thephpleague/flysystem/tree/1.1.5" }, "funding": [ { "url": "https://offset.earth/frankdejonge", "type": "other" } ], "time": "2021-08-17T13:49:42+00:00" }, { "name": "league/flysystem-cached-adapter", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-cached-adapter.git", "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff", "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff", "shasum": "" }, "require": { "league/flysystem": "~1.0", "psr/cache": "^1.0.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpspec/phpspec": "^3.4", "phpunit/phpunit": "^5.7", "predis/predis": "~1.0", "tedivm/stash": "~0.12" }, "suggest": { "ext-phpredis": "Pure C implemented extension for PHP" }, "type": "library", "autoload": { "psr-4": { "League\\Flysystem\\Cached\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "frankdejonge", "email": "info@frenky.net" } ], "description": "An adapter decorator to enable meta-data caching.", "support": { "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues", "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master" }, "time": "2020-07-25T15:56:04+00:00" }, { "name": "league/mime-type-detection", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": "^7.2 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.18", "phpstan/phpstan": "^0.12.68", "phpunit/phpunit": "^8.5.8 || ^9.3" }, "type": "library", "autoload": { "psr-4": { "League\\MimeTypeDetection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0" }, "funding": [ { "url": "https://github.com/frankdejonge", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/league/flysystem", "type": "tidelift" } ], "time": "2021-01-18T20:58:21+00:00" }, { "name": "mindplay/annotations", "version": "1.3.2", "source": { "type": "git", "url": "https://github.com/php-annotations/php-annotations.git", "reference": "7e1547259a6aa7e3abc3832207499943614e9d13" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-annotations/php-annotations/zipball/7e1547259a6aa7e3abc3832207499943614e9d13", "reference": "7e1547259a6aa7e3abc3832207499943614e9d13", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/php-code-coverage": "~1.2.1", "phpunit/php-file-iterator": ">=1.3.0@stable" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { "mindplay\\annotations\\": "src\\annotations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0+" ], "authors": [ { "name": "Rasmus Schultz", "email": "rasmus@mindplay.dk" } ], "description": "Industrial-strength annotations for PHP", "homepage": "http://blog.mindplay.dk/", "keywords": [ "annotations", "framework" ], "support": { "issues": "https://github.com/php-annotations/php-annotations/issues", "source": "https://github.com/php-annotations/php-annotations/tree/1.3.2" }, "time": "2021-01-21T11:42:37+00:00" }, { "name": "phpmailer/phpmailer", "version": "v6.5.1", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dd803df5ad7492e1b40637f7ebd258fee5ca7355", "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355", "shasum": "" }, "require": { "ext-ctype": "*", "ext-filter": "*", "ext-hash": "*", "php": ">=5.5.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "doctrine/annotations": "^1.2", "php-parallel-lint/php-console-highlighter": "^0.5.0", "php-parallel-lint/php-parallel-lint": "^1.3", "phpcompatibility/php-compatibility": "^9.3.5", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.6.0", "yoast/phpunit-polyfills": "^1.0.0" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "type": "library", "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-only" ], "authors": [ { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "support": { "issues": "https://github.com/PHPMailer/PHPMailer/issues", "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.1" }, "funding": [ { "url": "https://github.com/Synchro", "type": "github" } ], "time": "2021-08-18T09:14:16+00:00" }, { "name": "psr/cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https://github.com/php-fig/cache/tree/master" }, "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/container", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "shasum": "" }, "require": { "php": ">=7.2.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/1.1.1" }, "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "time": "2021-05-03T11:20:27+00:00" }, { "name": "psr/simple-cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "support": { "source": "https://github.com/php-fig/simple-cache/tree/master" }, "time": "2017-10-23T01:57:42+00:00" }, { "name": "thinkcmf/cmf", "version": "v6.0.7", "source": { "type": "git", "url": "https://github.com/thinkcmf/cmf-core.git", "reference": "084e2fae6562484b205ceb4401320000df985b63" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thinkcmf/cmf-core/zipball/084e2fae6562484b205ceb4401320000df985b63", "reference": "084e2fae6562484b205ceb4401320000df985b63", "shasum": "" }, "require": { "electrolinux/phpquery": "^0.9.6", "ezyang/htmlpurifier": "^4.9", "mindplay/annotations": "^1.3", "phpmailer/phpmailer": "~6.0", "thinkcmf/cmf-extend": "~5.1.0", "topthink/framework": "~6.0.0", "topthink/think-captcha": "~3.0.0" }, "type": "library", "extra": { "think": { "services": [ "think\\captcha\\CaptchaService" ] } }, "autoload": { "psr-4": { "cmf\\": "src" }, "files": [ "src/common.php" ], "classmap": [ "src/App.php", "src/console/command/VendorPublish.php", "src/captcha/Captcha.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "catman", "email": "catman@thinkcmf.com" } ], "description": "The ThinkCMF Core Package", "support": { "issues": "https://github.com/thinkcmf/cmf-core/issues", "source": "https://github.com/thinkcmf/cmf-core/tree/v6.0.7" }, "time": "2021-09-17T22:40:18+00:00" }, { "name": "thinkcmf/cmf-api", "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/thinkcmf/cmf-api.git", "reference": "4f31eeb81a6d7337eba587c216c22159cf55d37c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thinkcmf/cmf-api/zipball/4f31eeb81a6d7337eba587c216c22159cf55d37c", "reference": "4f31eeb81a6d7337eba587c216c22159cf55d37c", "shasum": "" }, "require": { "thinkcmf/cmf": "^6.0.0" }, "type": "library", "autoload": { "psr-4": { "api\\": "src" }, "files": [] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "catman", "email": "catman@thinkcmf.com" } ], "description": "The ThinkCMF 5.1 Core Api Package", "support": { "issues": "https://github.com/thinkcmf/cmf-api/issues", "source": "https://github.com/thinkcmf/cmf-api/tree/v6.0.3" }, "time": "2021-09-12T20:40:10+00:00" }, { "name": "thinkcmf/cmf-app", "version": "v6.0.5", "source": { "type": "git", "url": "https://github.com/thinkcmf/cmf-app.git", "reference": "50048f2ffef66fdb3698662231e0f00392c5a021" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thinkcmf/cmf-app/zipball/50048f2ffef66fdb3698662231e0f00392c5a021", "reference": "50048f2ffef66fdb3698662231e0f00392c5a021", "shasum": "" }, "require": { "thinkcmf/cmf": "^6.0.0" }, "type": "library", "autoload": { "psr-4": { "app\\": "src" }, "files": [] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "catman", "email": "catman@thinkcmf.com" } ], "description": "The ThinkCMF App Package", "support": { "issues": "https://github.com/thinkcmf/cmf-app/issues", "source": "https://github.com/thinkcmf/cmf-app/tree/v6.0.5" }, "time": "2021-09-17T22:42:58+00:00" }, { "name": "thinkcmf/cmf-appstore", "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/thinkcmf/cmf-appstore.git", "reference": "8becf22e6a2a87822f9aea5f59a6a7bebc52658f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thinkcmf/cmf-appstore/zipball/8becf22e6a2a87822f9aea5f59a6a7bebc52658f", "reference": "8becf22e6a2a87822f9aea5f59a6a7bebc52658f", "shasum": "" }, "require": { "chamilo/pclzip": "^2.8" }, "type": "library", "autoload": { "psr-4": { "app\\admin\\": "src" }, "files": [] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "catman", "email": "catman@thinkcmf.com" } ], "description": "The ThinkCMF App Store Package", "support": { "issues": "https://github.com/thinkcmf/cmf-appstore/issues", "source": "https://github.com/thinkcmf/cmf-appstore/tree/v1.0.4" }, "time": "2021-04-03T14:09:15+00:00" }, { "name": "thinkcmf/cmf-extend", "version": "v5.1.1", "source": { "type": "git", "url": "https://github.com/thinkcmf/cmf-extend.git", "reference": "500ac89f30b9352dbac4f3f13c88212d8b2a9618" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thinkcmf/cmf-extend/zipball/500ac89f30b9352dbac4f3f13c88212d8b2a9618", "reference": "500ac89f30b9352dbac4f3f13c88212d8b2a9618", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "dir\\": "src/dir", "tree\\": "src/tree", "wxapp\\": "src/wxapp" }, "files": [] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "catman", "email": "catman@thinkcmf.com" } ], "description": "The ThinkCMF extend Package", "support": { "issues": "https://github.com/thinkcmf/cmf-extend/issues", "source": "https://github.com/thinkcmf/cmf-extend/tree/v5.1.1" }, "time": "2021-02-10T07:02:12+00:00" }, { "name": "thinkcmf/cmf-install", "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/thinkcmf/cmf-install.git", "reference": "7c12b4e87eb7585e74d3f0398b898bebb34e5ce5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thinkcmf/cmf-install/zipball/7c12b4e87eb7585e74d3f0398b898bebb34e5ce5", "reference": "7c12b4e87eb7585e74d3f0398b898bebb34e5ce5", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "app\\": "src" }, "files": [] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "catman", "email": "catman@thinkcmf.com" } ], "description": "The ThinkCMF Install Package", "support": { "issues": "https://github.com/thinkcmf/cmf-install/issues", "source": "https://github.com/thinkcmf/cmf-install/tree/v6.0.3" }, "time": "2021-04-20T11:18:24+00:00" }, { "name": "thinkcmf/cmf-root", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/thinkcmf/cmf-root.git", "reference": "070f83e79273697e58b283c7a95bdc66eb583e75" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thinkcmf/cmf-root/zipball/070f83e79273697e58b283c7a95bdc66eb583e75", "reference": "070f83e79273697e58b283c7a95bdc66eb583e75", "shasum": "" }, "require": { "composer-plugin-api": "^1.0||^2.0" }, "require-dev": { "composer/composer": "^1.0||^2.0" }, "type": "composer-plugin", "extra": { "class": "cmf\\composer\\RootDirPlugin" }, "autoload": { "psr-4": { "cmf\\composer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "catman", "email": "catman@thinkcmf.com" } ], "description": "The files in ThinkCMF root dir", "support": { "issues": "https://github.com/thinkcmf/cmf-root/issues", "source": "https://github.com/thinkcmf/cmf-root/tree/v1.0.2" }, "time": "2021-09-29T00:17:19+00:00" }, { "name": "thinkcmf/cmf-route", "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/thinkcmf/cmf-route.git", "reference": "706276d67a5a6ae68d6399107169d03e205aeaf1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thinkcmf/cmf-route/zipball/706276d67a5a6ae68d6399107169d03e205aeaf1", "reference": "706276d67a5a6ae68d6399107169d03e205aeaf1", "shasum": "" }, "require": { "php": ">=7.1.0" }, "type": "library", "autoload": { "psr-4": { "think\\": "src" }, "classmap": [ "src/Route.php", "src/Http.php", "src/route/Rule.php", "src/route/Url.php", "src/route/dispatch/Controller.php", "src/route/dispatch/Url.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" }, { "name": "catman", "email": "catman@thinkcmf.com" } ], "description": "thinkcmf6 route", "support": { "issues": "https://github.com/thinkcmf/cmf-route/issues", "source": "https://github.com/thinkcmf/cmf-route/tree/v6.0.3" }, "time": "2021-03-22T10:33:16+00:00" }, { "name": "thinkcmf/think-template", "version": "v2.0.9", "source": { "type": "git", "url": "https://github.com/thinkcmf/think-template.git", "reference": "9d52df5f7ab5e1904b3dfa42b6ad49f5ea398c01" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thinkcmf/think-template/zipball/9d52df5f7ab5e1904b3dfa42b6ad49f5ea398c01", "reference": "9d52df5f7ab5e1904b3dfa42b6ad49f5ea398c01", "shasum": "" }, "require": { "php": ">=7.1.0", "psr/simple-cache": "^1.0" }, "type": "library", "autoload": { "psr-4": { "think\\": "src" }, "classmap": [ "src/View.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" } ], "description": "the php template engine", "support": { "source": "https://github.com/thinkcmf/think-template/tree/v2.0.9" }, "time": "2021-02-10T06:11:43+00:00" }, { "name": "thinkcmf/think-view", "version": "v1.0.15", "source": { "type": "git", "url": "https://github.com/thinkcmf/think-view.git", "reference": "1cd8abf6639e5fe4e25f7f244152c9f67779bf67" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thinkcmf/think-view/zipball/1cd8abf6639e5fe4e25f7f244152c9f67779bf67", "reference": "1cd8abf6639e5fe4e25f7f244152c9f67779bf67", "shasum": "" }, "require": { "php": ">=7.1.0", "thinkcmf/think-template": "~2.0.8" }, "type": "library", "autoload": { "psr-4": { "think\\view\\driver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" } ], "description": "thinkphp template driver", "support": { "source": "https://github.com/thinkcmf/think-view/tree/v1.0.15" }, "time": "2020-12-31T05:13:44+00:00" }, { "name": "topthink/framework", "version": "v6.0.9", "source": { "type": "git", "url": "https://github.com/top-think/framework.git", "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/framework/zipball/0b5fb453f0e533de3af3a1ab6a202510b61be617", "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "league/flysystem": "^1.1.4", "league/flysystem-cached-adapter": "^1.0", "php": ">=7.2.5", "psr/container": "~1.0", "psr/log": "~1.0", "psr/simple-cache": "^1.0", "topthink/think-helper": "^3.1.1", "topthink/think-orm": "^2.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.2", "phpunit/phpunit": "^7.0" }, "type": "library", "autoload": { "files": [], "psr-4": { "think\\": "src/think/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" }, { "name": "yunwuxin", "email": "448901948@qq.com" } ], "description": "The ThinkPHP Framework.", "homepage": "http://thinkphp.cn/", "keywords": [ "framework", "orm", "thinkphp" ], "support": { "issues": "https://github.com/top-think/framework/issues", "source": "https://github.com/top-think/framework/tree/v6.0.9" }, "time": "2021-07-22T03:24:49+00:00" }, { "name": "topthink/think-captcha", "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/top-think/think-captcha.git", "reference": "1eef3717c1bcf4f5bbe2d1a1c704011d330a8b55" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-captcha/zipball/1eef3717c1bcf4f5bbe2d1a1c704011d330a8b55", "reference": "1eef3717c1bcf4f5bbe2d1a1c704011d330a8b55", "shasum": "" }, "require": { "topthink/framework": "^6.0.0" }, "type": "library", "extra": { "think": { "services": [ "think\\captcha\\CaptchaService" ], "config": { "captcha": "src/config.php" } } }, "autoload": { "psr-4": { "think\\captcha\\": "src/" }, "files": [ "src/helper.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "yunwuxin", "email": "448901948@qq.com" } ], "description": "captcha package for thinkphp", "support": { "issues": "https://github.com/top-think/think-captcha/issues", "source": "https://github.com/top-think/think-captcha/tree/v3.0.3" }, "time": "2020-05-19T10:55:45+00:00" }, { "name": "topthink/think-helper", "version": "v3.1.5", "source": { "type": "git", "url": "https://github.com/top-think/think-helper.git", "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-helper/zipball/f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905", "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905", "shasum": "" }, "require": { "php": ">=7.1.0" }, "type": "library", "autoload": { "psr-4": { "think\\": "src" }, "files": [ "src/helper.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "yunwuxin", "email": "448901948@qq.com" } ], "description": "The ThinkPHP6 Helper Package", "support": { "issues": "https://github.com/top-think/think-helper/issues", "source": "https://github.com/top-think/think-helper/tree/v3.1.5" }, "time": "2021-06-21T06:17:31+00:00" }, { "name": "topthink/think-orm", "version": "v2.0.44", "source": { "type": "git", "url": "https://github.com/top-think/think-orm.git", "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-orm/zipball/5d3d5c1ebf8bfccf34bacd90edb42989b16ea409", "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409", "shasum": "" }, "require": { "ext-json": "*", "ext-pdo": "*", "php": ">=7.1.0", "psr/log": "~1.0", "psr/simple-cache": "^1.0", "topthink/think-helper": "^3.1" }, "require-dev": { "phpunit/phpunit": "^7|^8|^9.5" }, "type": "library", "autoload": { "psr-4": { "think\\": "src" }, "files": [ "stubs/load_stubs.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" } ], "description": "think orm", "keywords": [ "database", "orm" ], "support": { "issues": "https://github.com/top-think/think-orm/issues", "source": "https://github.com/top-think/think-orm/tree/v2.0.44" }, "time": "2021-07-21T02:22:31+00:00" } ], "packages-dev": [ { "name": "symfony/polyfill-mbstring", "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-05-27T12:26:48+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php72\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-05-27T09:17:38+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-28T13:41:28+00:00" }, { "name": "symfony/var-dumper", "version": "v4.4.30", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c", "reference": "7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php72": "~1.5", "symfony/polyfill-php80": "^1.16" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/console": "<3.4" }, "require-dev": { "ext-iconv": "*", "symfony/console": "^3.4|^4.0|^5.0", "symfony/process": "^4.4|^5.0", "twig/twig": "^1.43|^2.13|^3.0.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, "bin": [ "Resources/bin/var-dump-server" ], "type": "library", "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides mechanisms for walking through any arbitrary PHP variable", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "support": { "source": "https://github.com/symfony/var-dumper/tree/v4.4.30" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-08-04T20:31:23+00:00" }, { "name": "topthink/think-trace", "version": "v1.4", "source": { "type": "git", "url": "https://github.com/top-think/think-trace.git", "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444", "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444", "shasum": "" }, "require": { "php": ">=7.1.0", "topthink/framework": "^6.0.0" }, "type": "library", "extra": { "think": { "services": [ "think\\trace\\Service" ], "config": { "trace": "src/config.php" } } }, "autoload": { "psr-4": { "think\\trace\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" } ], "description": "thinkphp debug trace", "support": { "issues": "https://github.com/top-think/think-trace/issues", "source": "https://github.com/top-think/think-trace/tree/v1.4" }, "time": "2020-06-29T05:27:28+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=7.1.0", "ext-json": "*", "ext-curl": "*", "ext-pdo": "*" }, "platform-dev": [], "plugin-api-version": "2.0.0" }