summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-16 09:55:04 +0100
committerRemi Collet <remi@remirepo.net>2020-03-16 09:55:04 +0100
commit61093b75866b2de50c27afafdbc014d274cf3d0b (patch)
tree06d1c5e5d4f0706a28e266773b101a064e544f7a
parent6d9a852b2903cf1d514dea903914483cead45818 (diff)
add compsoer.json
-rw-r--r--composer.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..2d207a4
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,50 @@
+{
+ "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"
+ }
+ ],
+ "autoload": {
+ "classmap": [
+ "src"
+ ]
+ },
+ "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",
+ "license": "Apache-2.0",
+ "name": "zetacomponents/console-tools",
+ "type": "library",
+ "require": {
+ "zetacomponents/base": "~1.8"
+ },
+ "require-dev": {
+ "zetacomponents/unit-test": "*"
+ }
+}