275 lines
10 KiB
JSON
275 lines
10 KiB
JSON
|
{
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "laminas/laminas-xml",
|
||
|
"version": "1.4.0",
|
||
|
"version_normalized": "1.4.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/laminas/laminas-xml.git",
|
||
|
"reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/laminas/laminas-xml/zipball/dcadeefdb6d7ed6b39d772b47e3845003d6ea60f",
|
||
|
"reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-dom": "*",
|
||
|
"ext-simplexml": "*",
|
||
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"zendframework/zendxml": "*"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"ext-iconv": "*",
|
||
|
"laminas/laminas-coding-standard": "~1.0.0",
|
||
|
"phpunit/phpunit": "^9.5.8",
|
||
|
"squizlabs/php_codesniffer": "3.6.1 as 2.9999999.9999999"
|
||
|
},
|
||
|
"time": "2021-11-30T02:16:35+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Laminas\\Xml\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"description": "Utility library for XML usage, best practices, and security in PHP",
|
||
|
"homepage": "https://laminas.dev",
|
||
|
"keywords": [
|
||
|
"laminas",
|
||
|
"security",
|
||
|
"xml"
|
||
|
],
|
||
|
"support": {
|
||
|
"chat": "https://laminas.dev/chat",
|
||
|
"forum": "https://discourse.laminas.dev",
|
||
|
"issues": "https://github.com/laminas/laminas-xml/issues",
|
||
|
"rss": "https://github.com/laminas/laminas-xml/releases.atom",
|
||
|
"source": "https://github.com/laminas/laminas-xml"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
||
|
"type": "community_bridge"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../laminas/laminas-xml"
|
||
|
},
|
||
|
{
|
||
|
"name": "laminas/laminas-zendframework-bridge",
|
||
|
"version": "1.4.1",
|
||
|
"version_normalized": "1.4.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
|
||
|
"reference": "88bf037259869891afce6504cacc4f8a07b24d0f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/88bf037259869891afce6504cacc4f8a07b24d0f",
|
||
|
"reference": "88bf037259869891afce6504cacc4f8a07b24d0f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^9.3",
|
||
|
"psalm/plugin-phpunit": "^0.15.1",
|
||
|
"squizlabs/php_codesniffer": "^3.5",
|
||
|
"vimeo/psalm": "^4.6"
|
||
|
},
|
||
|
"time": "2021-12-21T14:34:37+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"laminas": {
|
||
|
"module": "Laminas\\ZendFrameworkBridge"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"src/autoload.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Laminas\\ZendFrameworkBridge\\": "src//"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
|
||
|
"keywords": [
|
||
|
"ZendFramework",
|
||
|
"autoloading",
|
||
|
"laminas",
|
||
|
"zf"
|
||
|
],
|
||
|
"support": {
|
||
|
"forum": "https://discourse.laminas.dev/",
|
||
|
"issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
|
||
|
"rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
|
||
|
"source": "https://github.com/laminas/laminas-zendframework-bridge"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
||
|
"type": "community_bridge"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../laminas/laminas-zendframework-bridge"
|
||
|
},
|
||
|
{
|
||
|
"name": "p3k/picofeed",
|
||
|
"version": "v0.1.40",
|
||
|
"version_normalized": "0.1.40.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/aaronpk/picofeed.git",
|
||
|
"reference": "356fd66d48779193b10ac28532cb4a4e11bb801c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/aaronpk/picofeed/zipball/356fd66d48779193b10ac28532cb4a4e11bb801c",
|
||
|
"reference": "356fd66d48779193b10ac28532cb4a4e11bb801c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-dom": "*",
|
||
|
"ext-iconv": "*",
|
||
|
"ext-libxml": "*",
|
||
|
"ext-simplexml": "*",
|
||
|
"ext-xml": "*",
|
||
|
"laminas/laminas-xml": "^1.2",
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"replace": {
|
||
|
"miniflux/picofeed": "0.1.35"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpdocumentor/reflection-docblock": "2.0.4",
|
||
|
"phpunit/phpunit": "4.8.26",
|
||
|
"symfony/yaml": "2.8.7"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-curl": "PicoFeed will use cURL if present"
|
||
|
},
|
||
|
"time": "2020-04-25T17:48:36+00:00",
|
||
|
"bin": [
|
||
|
"picofeed"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"PicoFeed": "lib/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Frédéric Guillot"
|
||
|
}
|
||
|
],
|
||
|
"description": "Modern library to handle RSS/Atom feeds",
|
||
|
"homepage": "https://github.com/aaronpk/picoFeed",
|
||
|
"support": {
|
||
|
"issues": "https://github.com/aaronpk/picofeed/issues",
|
||
|
"source": "https://github.com/aaronpk/picofeed/tree/v0.1.40"
|
||
|
},
|
||
|
"install-path": "../p3k/picofeed"
|
||
|
},
|
||
|
{
|
||
|
"name": "scssphp/scssphp",
|
||
|
"version": "v1.10.2",
|
||
|
"version_normalized": "1.10.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/scssphp/scssphp.git",
|
||
|
"reference": "387f4f4abf5d99f16be16314c5ab856f81c82f46"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/387f4f4abf5d99f16be16314c5ab856f81c82f46",
|
||
|
"reference": "387f4f4abf5d99f16be16314c5ab856f81c82f46",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-ctype": "*",
|
||
|
"ext-json": "*",
|
||
|
"php": ">=5.6.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"bamarni/composer-bin-plugin": "^1.4",
|
||
|
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4",
|
||
|
"sass/sass-spec": "*",
|
||
|
"squizlabs/php_codesniffer": "~3.5",
|
||
|
"symfony/phpunit-bridge": "^5.1",
|
||
|
"thoughtbot/bourbon": "^7.0",
|
||
|
"twbs/bootstrap": "~5.0",
|
||
|
"twbs/bootstrap4": "4.6.1",
|
||
|
"zurb/foundation": "~6.5"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-iconv": "Can be used as fallback when ext-mbstring is not available",
|
||
|
"ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv"
|
||
|
},
|
||
|
"time": "2022-03-02T21:15:09+00:00",
|
||
|
"bin": [
|
||
|
"bin/pscss"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"ScssPhp\\ScssPhp\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Anthon Pang",
|
||
|
"email": "apang@softwaredevelopment.ca",
|
||
|
"homepage": "https://github.com/robocoder"
|
||
|
},
|
||
|
{
|
||
|
"name": "Cédric Morin",
|
||
|
"email": "cedric@yterium.com",
|
||
|
"homepage": "https://github.com/Cerdic"
|
||
|
}
|
||
|
],
|
||
|
"description": "scssphp is a compiler for SCSS written in PHP.",
|
||
|
"homepage": "http://scssphp.github.io/scssphp/",
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"less",
|
||
|
"sass",
|
||
|
"scss",
|
||
|
"stylesheet"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/scssphp/scssphp/issues",
|
||
|
"source": "https://github.com/scssphp/scssphp/tree/v1.10.2"
|
||
|
},
|
||
|
"install-path": "../scssphp/scssphp"
|
||
|
}
|
||
|
],
|
||
|
"dev": false,
|
||
|
"dev-package-names": []
|
||
|
}
|