This is the source code for the website of Serenum.
https://serenum.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
371 lines
13 KiB
371 lines
13 KiB
{ |
|
"_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": "0dacfc64c72e030ad51bec9cd2aa1988", |
|
"packages": [ |
|
{ |
|
"name": "adhocore/cli", |
|
"version": "0.9.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/adhocore/php-cli.git", |
|
"reference": "319c7dd0092c0346d9ad03366cc13d3491b57e34" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/adhocore/php-cli/zipball/319c7dd0092c0346d9ad03366cc13d3491b57e34", |
|
"reference": "319c7dd0092c0346d9ad03366cc13d3491b57e34", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "^6.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Ahc\\Cli\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jitendra Adhikari", |
|
"email": "jiten.adhikary@gmail.com" |
|
} |
|
], |
|
"description": "Command line interface library for PHP", |
|
"keywords": [ |
|
"PHP7", |
|
"argument-parser", |
|
"argv-parser", |
|
"cli", |
|
"cli-action", |
|
"cli-app", |
|
"cli-color", |
|
"cli-option", |
|
"cli-writer", |
|
"command", |
|
"console", |
|
"console-app", |
|
"php-cli", |
|
"stream-input", |
|
"stream-output" |
|
], |
|
"support": { |
|
"issues": "https://github.com/adhocore/php-cli/issues", |
|
"source": "https://github.com/adhocore/php-cli/tree/0.9.0" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://paypal.me/ji10", |
|
"type": "custom" |
|
} |
|
], |
|
"time": "2021-01-06T00:25:50+00:00" |
|
}, |
|
{ |
|
"name": "bissolli/php-css-js-minifier", |
|
"version": "v1.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/bissolli/php-css-js-minifier.git", |
|
"reference": "e87834fccfea023b0cb057f517fca3e8dd177c9d" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/bissolli/php-css-js-minifier/zipball/e87834fccfea023b0cb057f517fca3e8dd177c9d", |
|
"reference": "e87834fccfea023b0cb057f517fca3e8dd177c9d", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.1" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "~5.6" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Bissolli\\PhpMinifier\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Gustavo Bissolli", |
|
"email": "gustavo.bissolli@gmail.com" |
|
} |
|
], |
|
"description": "A PHP Class to merge and minify CSS and JavaScript files.", |
|
"homepage": "https://github.com/bissolli/php-css-js-minifier", |
|
"keywords": [ |
|
"css", |
|
"javascript", |
|
"laravel", |
|
"merge", |
|
"minifier", |
|
"minify" |
|
], |
|
"support": { |
|
"issues": "https://github.com/bissolli/php-css-js-minifier/issues", |
|
"source": "https://github.com/bissolli/php-css-js-minifier/tree/master" |
|
}, |
|
"time": "2018-09-24T18:13:49+00:00" |
|
}, |
|
{ |
|
"name": "h4kuna/data-type", |
|
"version": "v2.1.6", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/h4kuna/data-type.git", |
|
"reference": "3daf343ca2aa6a659d6b193592deb1128adc9c89" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/h4kuna/data-type/zipball/3daf343ca2aa6a659d6b193592deb1128adc9c89", |
|
"reference": "3daf343ca2aa6a659d6b193592deb1128adc9c89", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"nette/utils": ">=2.2", |
|
"php": ">=5.4" |
|
}, |
|
"require-dev": { |
|
"salamium/testinium": "^0.1" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"h4kuna\\DataType\\": "src/" |
|
}, |
|
"files": [ |
|
"src/exceptions.php", |
|
"src/functions.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Milan Matějček", |
|
"email": "milan.matejcek@gmail.com", |
|
"role": "Developer" |
|
} |
|
], |
|
"description": "Basic data type, int, float, string, set, gps", |
|
"homepage": "https://github.com/h4kuna/data-type", |
|
"support": { |
|
"issues": "https://github.com/h4kuna/data-type/issues", |
|
"source": "https://github.com/h4kuna/data-type/tree/master" |
|
}, |
|
"time": "2018-11-09T10:33:57+00:00" |
|
}, |
|
{ |
|
"name": "h4kuna/number-format", |
|
"version": "v3.0.4", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/h4kuna/number-format.git", |
|
"reference": "e3a22a22aabc651d1153a9287290a9c83594fec2" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/h4kuna/number-format/zipball/e3a22a22aabc651d1153a9287290a9c83594fec2", |
|
"reference": "e3a22a22aabc651d1153a9287290a9c83594fec2", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"h4kuna/data-type": "^2.1.0", |
|
"php": "^7.1" |
|
}, |
|
"require-dev": { |
|
"nette/utils": "^3.0", |
|
"phpstan/phpstan": "^0.12", |
|
"salamium/testinium": "^0.1" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"h4kuna\\Number\\": "src\\" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Milan Matějček", |
|
"email": "milan.matejcek@gmail.com", |
|
"role": "Developer" |
|
} |
|
], |
|
"description": "Object wrapper above number_format", |
|
"homepage": "https://github.com/h4kuna/number-format", |
|
"support": { |
|
"issues": "https://github.com/h4kuna/number-format/issues", |
|
"source": "https://github.com/h4kuna/number-format/tree/v3.0.4" |
|
}, |
|
"time": "2021-03-17T04:30:27+00:00" |
|
}, |
|
{ |
|
"name": "nette/utils", |
|
"version": "v3.2.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/nette/utils.git", |
|
"reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/nette/utils/zipball/967cfc4f9a1acd5f1058d76715a424c53343c20c", |
|
"reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.2 <8.1" |
|
}, |
|
"conflict": { |
|
"nette/di": "<3.0.6" |
|
}, |
|
"require-dev": { |
|
"nette/tester": "~2.0", |
|
"phpstan/phpstan": "^0.12", |
|
"tracy/tracy": "^2.3" |
|
}, |
|
"suggest": { |
|
"ext-gd": "to use Image", |
|
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", |
|
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", |
|
"ext-json": "to use Nette\\Utils\\Json", |
|
"ext-mbstring": "to use Strings::lower() etc...", |
|
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", |
|
"ext-xml": "to use Strings::length() etc. when mbstring is not available" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.2-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"classmap": [ |
|
"src/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"BSD-3-Clause", |
|
"GPL-2.0-only", |
|
"GPL-3.0-only" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "David Grudl", |
|
"homepage": "https://davidgrudl.com" |
|
}, |
|
{ |
|
"name": "Nette Community", |
|
"homepage": "https://nette.org/contributors" |
|
} |
|
], |
|
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", |
|
"homepage": "https://nette.org", |
|
"keywords": [ |
|
"array", |
|
"core", |
|
"datetime", |
|
"images", |
|
"json", |
|
"nette", |
|
"paginator", |
|
"password", |
|
"slugify", |
|
"string", |
|
"unicode", |
|
"utf-8", |
|
"utility", |
|
"validation" |
|
], |
|
"support": { |
|
"issues": "https://github.com/nette/utils/issues", |
|
"source": "https://github.com/nette/utils/tree/v3.2.2" |
|
}, |
|
"time": "2021-03-03T22:53:25+00:00" |
|
}, |
|
{ |
|
"name": "solaris/php-moon-phase", |
|
"version": "v1.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/solarissmoke/php-moon-phase.git", |
|
"reference": "5389653b35fdcff2e31473fa0027a171a89f4ef6" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/solarissmoke/php-moon-phase/zipball/5389653b35fdcff2e31473fa0027a171a89f4ef6", |
|
"reference": "5389653b35fdcff2e31473fa0027a171a89f4ef6", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-0": { |
|
"Solaris": "" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Erik Scheepers", |
|
"email": "e.scheepers@linkorb.com", |
|
"role": "Packaging for composer" |
|
}, |
|
{ |
|
"name": "Samir Shah", |
|
"email": "samir@rayofsolaris.net" |
|
} |
|
], |
|
"description": "A PHP class for calculating the phase of the Moon.", |
|
"homepage": "http://www.github.com/solarissmoke/php-moon-phase", |
|
"keywords": [ |
|
"moon", |
|
"phase", |
|
"php" |
|
], |
|
"support": { |
|
"issues": "https://github.com/solarissmoke/php-moon-phase/issues", |
|
"source": "https://github.com/solarissmoke/php-moon-phase/tree/master" |
|
}, |
|
"time": "2015-02-07T05:54:42+00:00" |
|
} |
|
], |
|
"packages-dev": [], |
|
"aliases": [], |
|
"minimum-stability": "stable", |
|
"stability-flags": [], |
|
"prefer-stable": false, |
|
"prefer-lowest": false, |
|
"platform": [], |
|
"platform-dev": [], |
|
"plugin-api-version": "2.0.0" |
|
}
|
|
|