8000
Skip to content

Latest commit

 

History

History
4173 lines (4173 loc) · 145 KB

File metadata and controls

4173 lines (4173 loc) · 145 KB
"kukulich/fshl": "~2.1",
"latte/latte": ">=2.2.0,<2.3.5",
"michelf/php-markdown": "~1.4",
"nette/application": "~2.2",
"nette/bootstrap": "~2.2",
"nette/di": "~2.2",
"nette/mail": "~2.2",
"nette/neon": "~2.2",
"nette/robot-loader": "~2.2",
"nette/safe-stream": "~2.2",
"php": ">=5.4",
"symfony/console": "~2.6",
"symfony/options-resolver": "~2.6.1",
"symfony/yaml": "~2.6",
"tracy/tracy": "~2.2"
},
"require-dev": {
"herrera-io/box": "~1.6",
"mockery/mockery": "~0.9"
},
"bin": [
"bin/apigen"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1.0-dev"
}
},
"autoload": {
"psr-4": {
"ApiGen\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
},
{
"name": "Ondřej Nešpor",
"homepage": "https://github.com/andrewsville"
},
{
"name": "Jaroslav Hanslík",
"homepage": "https://github.com/kukulich"
},
{
"name": "Tomáš Votruba",
"email": "tomas.vot@gmail.com"
},
{
"name": "Olivier Laviale",
"homepage": "https://github.com/olvlvl"
}
],
"description": "PHP source code API generator",
"homepage": "http://apigen.org/",
"keywords": [
"api",
"documentation",
"generator",
"phpdoc"
],
"support": {
"issues": "https://github.com/ApiGen/ApiGen/issues",
"source": "https://github.com/ApiGen/ApiGen/tree/v4.1.2"
},
"time": "2015-11-29T20:11:30+00:00"
},
{
"name": "apigen/theme-bootstrap",
"version": "v1.1.3",
"source": {
"type": "git",
"url": "https://github.com/ApiGen/ThemeBootstrap.git",
"reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ApiGen/ThemeBootstrap/zipball/55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c",
"reference": "55a35b4a3a9a5fcaa6a8fc43fb304983cab98c6c",
"shasum": ""
},
"require": {
"latte/latte": "~2.2"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tomáš Votruba",
"email": "tomas.vot@gmail.com"
},
{
"name": "Olivier Laviale",
"homepage": "https://github.com/olvlvl"
}
],
"description": "Twitter Bootstrap theme for ApiGen",
"homepage": "http://apigen.org/",
"support": {
"issues": "https://github.com/ApiGen/ThemeBootstrap/issues",
"source": "https://github.com/ApiGen/ThemeBootstrap/tree/master"
},
"abandoned": "apigen/apigen",
"time": "2015-10-11T14:52:50+00:00"
},
{
"name": "apigen/theme-default",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/ApiGen/ThemeDefault.git",
"reference": "51648cf83645d9ae6c655fe46bcd26a347d45336"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ApiGen/ThemeDefault/zipball/51648cf83645d9ae6c655fe46bcd26a347d45336",
"reference": "51648cf83645d9ae6c655fe46bcd26a347d45336",
"shasum": ""
},
"require": {
"latte/latte": "~2.2"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
},
{
"name": "Ondřej Nešpor",
"homepage": "https://github.com/andrewsville"
},
{
"name": "Jaroslav Hanslík",
"homepage": "https://github.com/kukulich"
},
{
"name": "Tomáš Votruba",
"email": "tomas.vot@gmail.com"
},
{
"name": "Olivier Laviale",
"homepage": "https://github.com/olvlvl"
}
],
"description": "Default theme for ApiGen",
"homepage": "http://apigen.org/",
"support": {
"issues": "https://github.com/ApiGen/ThemeDefault/issues",
"source": "https://github.com/ApiGen/ThemeDefault/tree/master"
},
"abandoned": "apigen/apigen",
"time": "2015-10-11T14:55:30+00:00"
},
{
"name": "doctrine/instantiator",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^11",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.30 || ^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2022-12-30T00:15:36+00:00"
},
{
"name": "herrera-io/json",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/kherge-php/json.git",
"reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
"reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
"shasum": ""
},
"require": {
"ext-json": "*",
"justinrainbow/json-schema": ">=1.0,<2.0-dev",
"php": ">=5.3.3",
"seld/jsonlint": ">=1.0,<2.0-dev"
},
"require-dev": {
"herrera-io/phpunit-test-case": "1.*",
"mikey179/vfsstream": "1.1.0",
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"files": [
"src/lib/json_version.php"
],
"psr-0": {
"Herrera\\Json": "src/lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kevin Herrera",
"email": "kevin@herrera.io",
"homepage": "http://kevin.herrera.io"
}
],
"description": "A library for simplifying JSON linting and validation.",
"homepage": "http://herrera-io.github.com/php-json",
"keywords": [
"json",
"lint",
"schema",
"validate"
],
"support": {
"issues": "https://github.com/herrera-io/php-json/issues",
"source": "https://github.com/kherge-php/json/tree/1.0.3"
},
"abandoned": "kherge/json",
"time": "2013-10-30T16:51:34+00:00"
},
{
"name": "herrera-io/phar-update",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/kherge-archive/php-phar-update.git",
"reference": "15643c90d3d43620a4f45c910e6afb7a0ad4b488"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kherge-archive/php-phar-update/zipball/15643c90d3d43620a4f45c910e6afb7a0ad4b488",
"reference": "15643c90d3d43620a4f45c910e6afb7a0ad4b488",
"shasum": ""
},
"require": {
"herrera-io/json": "1.*",
"herrera-io/version": "1.*",
"php": ">=5.3.3"
},
"require-dev": {
"herrera-io/phpunit-test-case": "1.*",
"mikey179/vfsstream": "1.1.0",
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"files": [
"src/lib/constants.php"
],
"psr-0": {
"Herrera\\Phar\\Update": "src/lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kevin Herrera",
"email": "kevin@herrera.io",
"homepage": "http://kevin.herrera.io"
}
],
"description": "A library for self-updating Phars.",
"homepage": "http://herrera-io.github.com/php-phar-update",
"keywords": [
"phar",
"update"
],
"support": {
"issues": "https://github.com/herrera-io/php-phar-update/issues",
"source": "https://github.com/kherge-archive/php-phar-update/tree/2.0.0"
},
"abandoned": true,
"time": "2013-11-09T17:13:13+00:00"
},
{
"name": "herrera-io/version",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/kherge-archive/php-version.git",
"reference": "d39d9642b92a04d8b8a28b871b797a35a2545e85"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kherge-archive/php-version/zipball/d39d9642b92a04d8b8a28b871b797a35a2545e85",
"reference": "d39d9642b92a04d8b8a28b871b797a35a2545e85",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"herrera-io/phpunit-test-case": "1.*",
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Herrera\\Version": "src/lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kevin Herrera",
"email": "kevin@herrera.io",
"homepage": "http://kevin.herrera.io"
}
],
"description": "A library for creating, editing, and comparing semantic versioning numbers.",
"homepage": "http://github.com/herrera-io/php-version",
"keywords": [
"semantic",
"version"
],
"support": {
"forum": "https://groups.google.com/d/forum/herrera-io-users",
"issues": "https://github.com/herrera-io/php-version/issues",
"source": "https://github.com/kherge-archive/php-version/tree/1.1.1"
},
"abandoned": "kherge/semver",
"time": "2014-05-27T05:29:25+00:00"
},
{
"name": "justinrainbow/json-schema",
"version": "1.6.1",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
"reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
"shasum": ""
},
"require": {
"php": ">=5.3.29"
},
"require-dev": {
"json-schema/json-schema-test-suite": "1.1.0",
"phpdocumentor/phpdocumentor": " 38C1 ;~2",
"phpunit/phpunit": "~3.7"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
0