| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435 |
- {
- "packages": [
- {
- "name": "chamilo/pclzip",
- "version": "v2.8.4",
- "version_normalized": "2.8.4.0",
- "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"
- },
- "time": "2017-11-28T22:14:11+00:00",
- "type": "library",
- "installation-source": "dist",
- "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"
- },
- "install-path": "../chamilo/pclzip"
- },
- {
- "name": "electrolinux/phpquery",
- "version": "0.9.6",
- "version_normalized": "0.9.6.0",
- "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": ""
- },
- "time": "2013-03-21T12:39:33+00:00",
- "type": "library",
- "installation-source": "dist",
- "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"
- },
- "install-path": "../electrolinux/phpquery"
- },
- {
- "name": "ezyang/htmlpurifier",
- "version": "v4.14.0",
- "version_normalized": "4.14.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
- "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2"
- },
- "time": "2021-12-25T01:21:49+00:00",
- "type": "library",
- "installation-source": "dist",
- "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/v4.14.0"
- },
- "install-path": "../ezyang/htmlpurifier"
- },
- {
- "name": "league/flysystem",
- "version": "1.1.9",
- "version_normalized": "1.1.9.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/flysystem.git",
- "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
- "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
- "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"
- },
- "time": "2021-12-09T09:40:50+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- }
- },
- "installation-source": "dist",
- "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.9"
- },
- "funding": [
- {
- "url": "https://offset.earth/frankdejonge",
- "type": "other"
- }
- ],
- "install-path": "../league/flysystem"
- },
- {
- "name": "league/flysystem-cached-adapter",
- "version": "1.1.0",
- "version_normalized": "1.1.0.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"
- },
- "time": "2020-07-25T15:56:04+00:00",
- "type": "library",
- "installation-source": "dist",
- "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"
- },
- "install-path": "../league/flysystem-cached-adapter"
- },
- {
- "name": "league/mime-type-detection",
- "version": "1.11.0",
- "version_normalized": "1.11.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/mime-type-detection.git",
- "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
- "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
- "shasum": ""
- },
- "require": {
- "ext-fileinfo": "*",
- "php": "^7.2 || ^8.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^3.2",
- "phpstan/phpstan": "^0.12.68",
- "phpunit/phpunit": "^8.5.8 || ^9.3"
- },
- "time": "2022-04-17T13:12:02+00:00",
- "type": "library",
- "installation-source": "dist",
- "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.11.0"
- },
- "funding": [
- {
- "url": "https://github.com/frankdejonge",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
- "type": "tidelift"
- }
- ],
- "install-path": "../league/mime-type-detection"
- },
- {
- "name": "mindplay/annotations",
- "version": "1.3.3",
- "version_normalized": "1.3.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-annotations/php-annotations.git",
- "reference": "d314832b338b88299c4108361c858b0590798d2c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-annotations/php-annotations/zipball/d314832b338b88299c4108361c858b0590798d2c",
- "reference": "d314832b338b88299c4108361c858b0590798d2c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/php-code-coverage": "~1.2.1",
- "phpunit/php-file-iterator": ">=1.3.0@stable <2.0"
- },
- "time": "2022-07-16T15:11:03+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3.x-dev"
- }
- },
- "installation-source": "dist",
- "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.3"
- },
- "install-path": "../mindplay/annotations"
- },
- {
- "name": "phpmailer/phpmailer",
- "version": "v6.6.3",
- "version_normalized": "6.6.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPMailer/PHPMailer.git",
- "reference": "9400f305a898f194caff5521f64e5dfa926626f3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9400f305a898f194caff5521f64e5dfa926626f3",
- "reference": "9400f305a898f194caff5521f64e5dfa926626f3",
- "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": "^1.0.0",
- "php-parallel-lint/php-parallel-lint": "^1.3.2",
- "phpcompatibility/php-compatibility": "^9.3.5",
- "roave/security-advisories": "dev-latest",
- "squizlabs/php_codesniffer": "^3.6.2",
- "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)"
- },
- "time": "2022-06-20T09:21:02+00:00",
- "type": "library",
- "installation-source": "dist",
- "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.6.3"
- },
- "funding": [
- {
- "url": "https://github.com/Synchro",
- "type": "github"
- }
- ],
- "install-path": "../phpmailer/phpmailer"
- },
- {
- "name": "psr/cache",
- "version": "1.0.1",
- "version_normalized": "1.0.1.0",
- "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"
- },
- "time": "2016-08-06T20:24:11+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "installation-source": "dist",
- "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"
- },
- "install-path": "../psr/cache"
- },
- {
- "name": "psr/container",
- "version": "1.1.2",
- "version_normalized": "1.1.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/container.git",
- "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
- "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
- "shasum": ""
- },
- "require": {
- "php": ">=7.4.0"
- },
- "time": "2021-11-05T16:50:12+00:00",
- "type": "library",
- "installation-source": "dist",
- "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.2"
- },
- "install-path": "../psr/container"
- },
- {
- "name": "psr/http-message",
- "version": "1.0.1",
- "version_normalized": "1.0.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/http-message.git",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "time": "2016-08-06T14:39:51+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Message\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for HTTP messages",
- "homepage": "https://github.com/php-fig/http-message",
- "keywords": [
- "http",
- "http-message",
- "psr",
- "psr-7",
- "request",
- "response"
- ],
- "support": {
- "source": "https://github.com/php-fig/http-message/tree/master"
- },
- "install-path": "../psr/http-message"
- },
- {
- "name": "psr/log",
- "version": "1.1.4",
- "version_normalized": "1.1.4.0",
- "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"
- },
- "time": "2021-05-03T11:20:27+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1.x-dev"
- }
- },
- "installation-source": "dist",
- "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"
- },
- "install-path": "../psr/log"
- },
- {
- "name": "psr/simple-cache",
- "version": "1.0.1",
- "version_normalized": "1.0.1.0",
- "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"
- },
- "time": "2017-10-23T01:57:42+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "installation-source": "dist",
- "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"
- },
- "install-path": "../psr/simple-cache"
- },
- {
- "name": "thinkcmf/cmf",
- "version": "v6.0.16",
- "version_normalized": "6.0.16.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thinkcmf/cmf-core.git",
- "reference": "bb02d518e7ee8c19442ddd88a45abcbc8cfb00a8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thinkcmf/cmf-core/zipball/bb02d518e7ee8c19442ddd88a45abcbc8cfb00a8",
- "reference": "bb02d518e7ee8c19442ddd88a45abcbc8cfb00a8",
- "shasum": ""
- },
- "require": {
- "electrolinux/phpquery": "^0.9.6",
- "ezyang/htmlpurifier": "^4.9",
- "mindplay/annotations": "^1.3",
- "phpmailer/phpmailer": "~6.0",
- "thinkcmf/cmf-captcha": "^3.0",
- "thinkcmf/cmf-extend": "~5.1.0",
- "topthink/framework": "~6.0.0",
- "topthink/think-orm": "^2.0",
- "xia/migration": "^6.0"
- },
- "time": "2022-07-22T02:27:15+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [
- "src/common.php"
- ],
- "psr-4": {
- "cmf\\": "src",
- "think\\": "think"
- },
- "classmap": [
- "think/App.php",
- "think/Console.php",
- "think/View.php",
- "think/Route.php",
- "think/Http.php",
- "think/route/Rule.php",
- "think/route/Url.php",
- "think/route/dispatch/Controller.php",
- "think/route/dispatch/Url.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.16"
- },
- "install-path": "../thinkcmf/cmf"
- },
- {
- "name": "thinkcmf/cmf-api",
- "version": "v6.0.6",
- "version_normalized": "6.0.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thinkcmf/cmf-api.git",
- "reference": "ab03f98bdff9c6c279d1ec243bfeb1d3104c59a1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thinkcmf/cmf-api/zipball/ab03f98bdff9c6c279d1ec243bfeb1d3104c59a1",
- "reference": "ab03f98bdff9c6c279d1ec243bfeb1d3104c59a1",
- "shasum": ""
- },
- "require": {
- "thinkcmf/cmf": "^6.0.0"
- },
- "time": "2022-06-16T04:22:41+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [],
- "psr-4": {
- "api\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "catman",
- "email": "catman@thinkcmf.com"
- },
- {
- "name": "55",
- "email": "wuwu@wuwuseo.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.6"
- },
- "install-path": "../thinkcmf/cmf-api"
- },
- {
- "name": "thinkcmf/cmf-app",
- "version": "v6.0.14",
- "version_normalized": "6.0.14.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thinkcmf/cmf-app.git",
- "reference": "86d2536e4f5d0634ddec432161c94dfeaa0a65bf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thinkcmf/cmf-app/zipball/86d2536e4f5d0634ddec432161c94dfeaa0a65bf",
- "reference": "86d2536e4f5d0634ddec432161c94dfeaa0a65bf",
- "shasum": ""
- },
- "require": {
- "thinkcmf/cmf": "^6.0.0"
- },
- "time": "2022-07-22T02:29:32+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [],
- "psr-4": {
- "app\\": "src"
- }
- },
- "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.14"
- },
- "install-path": "../thinkcmf/cmf-app"
- },
- {
- "name": "thinkcmf/cmf-appstore",
- "version": "v1.0.13",
- "version_normalized": "1.0.13.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thinkcmf/cmf-appstore.git",
- "reference": "e911e790e63e1aa742569c4b022836d4743c5cc6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thinkcmf/cmf-appstore/zipball/e911e790e63e1aa742569c4b022836d4743c5cc6",
- "reference": "e911e790e63e1aa742569c4b022836d4743c5cc6",
- "shasum": ""
- },
- "require": {
- "chamilo/pclzip": "^2.8"
- },
- "time": "2022-07-22T02:31:35+00:00",
- "type": "library",
- "extra": {
- "think": {
- "services": [
- "app\\admin\\AppStoreService"
- ]
- }
- },
- "installation-source": "dist",
- "autoload": {
- "files": [],
- "psr-4": {
- "app\\admin\\": "src"
- }
- },
- "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.13"
- },
- "install-path": "../thinkcmf/cmf-appstore"
- },
- {
- "name": "thinkcmf/cmf-captcha",
- "version": "v3.0.8",
- "version_normalized": "3.0.8.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thinkcmf/cmf-captcha.git",
- "reference": "cfd5dee667b3659fd49d6f6ba1fcd55dc52fe28c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thinkcmf/cmf-captcha/zipball/cfd5dee667b3659fd49d6f6ba1fcd55dc52fe28c",
- "reference": "cfd5dee667b3659fd49d6f6ba1fcd55dc52fe28c",
- "shasum": ""
- },
- "require": {
- "topthink/framework": "^6.0.0"
- },
- "time": "2022-05-21T15:38:15+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "think\\captcha\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "description": "captcha package for ThinkCMF",
- "support": {
- "source": "https://github.com/thinkcmf/cmf-captcha/tree/v3.0.8"
- },
- "install-path": "../thinkcmf/cmf-captcha"
- },
- {
- "name": "thinkcmf/cmf-extend",
- "version": "v5.1.4",
- "version_normalized": "5.1.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thinkcmf/cmf-extend.git",
- "reference": "439590e44404902116065f35ede16928a534ae29"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thinkcmf/cmf-extend/zipball/439590e44404902116065f35ede16928a534ae29",
- "reference": "439590e44404902116065f35ede16928a534ae29",
- "shasum": ""
- },
- "time": "2022-07-08T15:30:42+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [],
- "psr-4": {
- "dir\\": "src/dir",
- "tree\\": "src/tree",
- "wxapp\\": "src/wxapp"
- }
- },
- "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.4"
- },
- "install-path": "../thinkcmf/cmf-extend"
- },
- {
- "name": "thinkcmf/cmf-install",
- "version": "v6.0.7",
- "version_normalized": "6.0.7.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thinkcmf/cmf-install.git",
- "reference": "965b37ddf6b9eafb1390e37cea7a4e93d795c25a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thinkcmf/cmf-install/zipball/965b37ddf6b9eafb1390e37cea7a4e93d795c25a",
- "reference": "965b37ddf6b9eafb1390e37cea7a4e93d795c25a",
- "shasum": ""
- },
- "time": "2022-07-19T16:56:25+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [],
- "psr-4": {
- "app\\": "src"
- }
- },
- "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.7"
- },
- "install-path": "../thinkcmf/cmf-install"
- },
- {
- "name": "thinkcmf/cmf-root",
- "version": "v1.0.10",
- "version_normalized": "1.0.10.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thinkcmf/cmf-root.git",
- "reference": "49b56d41d5a70de7feeff68742e61fcaa433fcac"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thinkcmf/cmf-root/zipball/49b56d41d5a70de7feeff68742e61fcaa433fcac",
- "reference": "49b56d41d5a70de7feeff68742e61fcaa433fcac",
- "shasum": ""
- },
- "require": {
- "composer-plugin-api": "^1.0||^2.0"
- },
- "require-dev": {
- "composer/composer": "^1.0||^2.0"
- },
- "time": "2022-07-19T17:00:41+00:00",
- "type": "composer-plugin",
- "extra": {
- "class": "cmf\\composer\\RootDirPlugin"
- },
- "installation-source": "dist",
- "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.10"
- },
- "install-path": "../thinkcmf/cmf-root"
- },
- {
- "name": "topthink/framework",
- "version": "v6.0.13",
- "version_normalized": "6.0.13.0",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/framework.git",
- "reference": "126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/framework/zipball/126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6",
- "reference": "126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6",
- "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/http-message": "^1.0",
- "psr/log": "~1.0",
- "psr/simple-cache": "^1.0",
- "topthink/think-helper": "^3.1.1",
- "topthink/think-orm": "^2.0"
- },
- "require-dev": {
- "guzzlehttp/psr7": "^2.1.0",
- "mikey179/vfsstream": "^1.6",
- "mockery/mockery": "^1.2",
- "phpunit/phpunit": "^7.0"
- },
- "time": "2022-07-15T02:52:08+00:00",
- "type": "library",
- "installation-source": "dist",
- "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.13"
- },
- "install-path": "../topthink/framework"
- },
- {
- "name": "topthink/think-helper",
- "version": "v3.1.6",
- "version_normalized": "3.1.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-helper.git",
- "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
- "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^9.5"
- },
- "time": "2021-12-15T04:27:55+00:00",
- "type": "library",
- "installation-source": "dist",
- "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.6"
- },
- "install-path": "../topthink/think-helper"
- },
- {
- "name": "topthink/think-orm",
- "version": "v2.0.54",
- "version_normalized": "2.0.54.0",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-orm.git",
- "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-orm/zipball/97b061b47616301ff29fbd4c35ed9184e1162e4e",
- "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "ext-pdo": "*",
- "php": ">=7.1.0",
- "psr/log": "^1.0|^2.0",
- "psr/simple-cache": "^1.0|^2.0",
- "topthink/think-helper": "^3.1"
- },
- "require-dev": {
- "phpunit/phpunit": "^7|^8|^9.5"
- },
- "time": "2022-07-05T05:25:51+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [
- "stubs/load_stubs.php"
- ],
- "psr-4": {
- "think\\": "src"
- }
- },
- "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.54"
- },
- "install-path": "../topthink/think-orm"
- },
- {
- "name": "topthink/think-trace",
- "version": "v1.4",
- "version_normalized": "1.4.0.0",
- "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"
- },
- "time": "2020-06-29T05:27:28+00:00",
- "type": "library",
- "extra": {
- "think": {
- "services": [
- "think\\trace\\Service"
- ],
- "config": {
- "trace": "src/config.php"
- }
- }
- },
- "installation-source": "dist",
- "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"
- },
- "install-path": "../topthink/think-trace"
- },
- {
- "name": "xia/migration",
- "version": "v6.0.1",
- "version_normalized": "6.0.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/449134904/artisan.git",
- "reference": "368961c71db0612105104fba11765d788a04e5c6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/449134904/artisan/zipball/368961c71db0612105104fba11765d788a04e5c6",
- "reference": "368961c71db0612105104fba11765d788a04e5c6",
- "shasum": ""
- },
- "require": {
- "topthink/framework": "^6.0.0",
- "topthink/think-helper": "^3.0.3"
- },
- "time": "2022-05-21T10:52:59+00:00",
- "type": "library",
- "extra": {
- "think": {
- "services": [
- "think\\migration\\Service"
- ]
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Phinx\\": "phinx/src/Phinx",
- "think\\migration\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "小夏",
- "email": "yyw168@vip.qq.com"
- }
- ],
- "support": {
- "issues": "https://github.com/449134904/artisan/issues",
- "source": "https://github.com/449134904/artisan/tree/v6.0.1"
- },
- "install-path": "../xia/migration"
- }
- ],
- "dev": true,
- "dev-package-names": [
- "topthink/think-trace"
- ]
- }
|