123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- {
- "packages": [
- {
- "name": "laminas/laminas-xml",
- "version": "1.3.1",
- "version_normalized": "1.3.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/laminas/laminas-xml.git",
- "reference": "2eada592359aec9d9e55339270b621295cff3a4f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/2eada592359aec9d9e55339270b621295cff3a4f",
- "reference": "2eada592359aec9d9e55339270b621295cff3a4f",
- "shasum": ""
- },
- "require": {
- "laminas/laminas-zendframework-bridge": "^1.0",
- "php": "^7.3 || ~8.0.0"
- },
- "replace": {
- "zendframework/zendxml": "^1.2.0"
- },
- "require-dev": {
- "ext-iconv": "*",
- "laminas/laminas-coding-standard": "~1.0.0",
- "phpunit/phpunit": "^9.4"
- },
- "time": "2021-02-17T22:44:58+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.0",
- "version_normalized": "1.4.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
- "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
- "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
- "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-09-03T17:53:30+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.8.1",
- "version_normalized": "1.8.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/scssphp/scssphp.git",
- "reference": "5e37759a63caf54392a4b709358a39ac7425a69f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/scssphp/scssphp/zipball/5e37759a63caf54392a4b709358a39ac7425a69f",
- "reference": "5e37759a63caf54392a4b709358a39ac7425a69f",
- "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.0",
- "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": "2021-09-18T21:20:53+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.8.1"
- },
- "install-path": "../scssphp/scssphp"
- }
- ],
- "dev": false,
- "dev-package-names": []
- }
|