Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
208 lines (208 sloc)
6.98 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_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": "799a08a42874d2be88175b317929e370", | |
"packages": [ | |
{ | |
"name": "theseer/directoryscanner", | |
"version": "1.3.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/theseer/DirectoryScanner.git", | |
"reference": "4cdce31c1b5120779a01225b5b0968f9321342d6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/theseer/DirectoryScanner/zipball/4cdce31c1b5120779a01225b5b0968f9321342d6", | |
"reference": "4cdce31c1b5120779a01225b5b0968f9321342d6", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-2-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Arne Blankerts", | |
"email": "arne@blankerts.de", | |
"role": "Developer" | |
} | |
], | |
"description": "A recursive directory scanner and filter", | |
"support": { | |
"issues": "https://github.com/theseer/DirectoryScanner/issues", | |
"source": "https://github.com/theseer/DirectoryScanner/tree/1.3.3" | |
}, | |
"time": "2021-07-24T18:41:34+00:00" | |
}, | |
{ | |
"name": "zetacomponents/base", | |
"version": "1.9.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/zetacomponents/Base.git", | |
"reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/zetacomponents/Base/zipball/2f432f4117a5aa2164d4fb1784f84db91dbdd3b8", | |
"reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8", | |
"shasum": "" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~8.0", | |
"zetacomponents/unit-test": "*" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Apache-2.0" | |
], | |
"authors": [ | |
{ | |
"name": "Sergey Alexeev" | |
}, | |
{ | |
"name": "Sebastian Bergmann" | |
}, | |
{ | |
"name": "Jan Borsodi" | |
}, | |
{ | |
"name": "Raymond Bosman" | |
}, | |
{ | |
"name": "Frederik Holljen" | |
}, | |
{ | |
"name": "Kore Nordmann" | |
}, | |
{ | |
"name": "Derick Rethans" | |
}, | |
{ | |
"name": "Vadym Savchuk" | |
}, | |
{ | |
"name": "Tobias Schlitt" | |
}, | |
{ | |
"name": "Alexandru Stanoi" | |
} | |
], | |
"description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", | |
"homepage": "https://github.com/zetacomponents", | |
"support": { | |
"issues": "https://github.com/zetacomponents/Base/issues", | |
"source": "https://github.com/zetacomponents/Base/tree/1.9.3" | |
}, | |
"time": "2021-07-25T15:46:08+00:00" | |
}, | |
{ | |
"name": "zetacomponents/console-tools", | |
"version": "1.7.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/zetacomponents/ConsoleTools.git", | |
"reference": "fbc31f1be66ccd178c68d846d7c0ae09dbb97c89" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/zetacomponents/ConsoleTools/zipball/fbc31f1be66ccd178c68d846d7c0ae09dbb97c89", | |
"reference": "fbc31f1be66ccd178c68d846d7c0ae09dbb97c89", | |
"shasum": "" | |
}, | |
"require": { | |
"zetacomponents/base": "~1.8" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~8.0", | |
"zetacomponents/unit-test": "*" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Apache-2.0" | |
], | |
"authors": [ | |
{ | |
"name": "Sergey Alexeev" | |
}, | |
{ | |
"name": "Sebastian Bergmann" | |
}, | |
{ | |
"name": "Jan Borsodi" | |
}, | |
{ | |
"name": "Raymond Bosman" | |
}, | |
{ | |
"name": "Frederik Holljen" | |
}, | |
{ | |
"name": "Kore Nordmann" | |
}, | |
{ | |
"name": "Derick Rethans" | |
}, | |
{ | |
"name": "Vadym Savchuk" | |
}, | |
{ | |
"name": "Tobias Schlitt" | |
}, | |
{ | |
"name": "Alexandru Stanoi" | |
} | |
], | |
"description": "A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.", | |
"homepage": "https://github.com/zetacomponents", | |
"support": { | |
"issues": "https://github.com/zetacomponents/ConsoleTools/issues", | |
"source": "https://github.com/zetacomponents/ConsoleTools/tree/1.7.3" | |
}, | |
"time": "2022-01-19T11:16:04+00:00" | |
} | |
], | |
"packages-dev": [], | |
"aliases": [], | |
"minimum-stability": "stable", | |
"stability-flags": [], | |
"prefer-stable": false, | |
"prefer-lowest": false, | |
"platform": { | |
"php": ">=5.3" | |
}, | |
"platform-dev": { | |
"php": ">=7.2" | |
}, | |
"plugin-api-version": "2.0.0" | |
} |