123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- {
- "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": "1.0.0",
- "version_normalized": "1.0.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/rhukster/picofeed.git",
- "reference": "8eacaa62f50a0935e26ca33f8d30d283344ca397"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/rhukster/picofeed/zipball/8eacaa62f50a0935e26ca33f8d30d283344ca397",
- "reference": "8eacaa62f50a0935e26ca33f8d30d283344ca397",
- "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": "2023-02-19T19:58:09+00:00",
- "bin": [
- "picofeed"
- ],
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "PicoFeed": "lib/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Frédéric Guillot"
- }
- ],
- "description": "Modern library to handle RSS/Atom feeds",
- "homepage": "https://github.com/aaronpk/picoFeed",
- "support": {
- "source": "https://github.com/rhukster/picofeed/tree/1.0.0"
- },
- "install-path": "../p3k/picofeed"
- },
- {
- "name": "scssphp/scssphp",
- "version": "v1.11.0",
- "version_normalized": "1.11.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/scssphp/scssphp.git",
- "reference": "33749d12c2569bb24071f94e9af828662dabb068"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068",
- "reference": "33749d12c2569bb24071f94e9af828662dabb068",
- "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-09-02T21:24:55+00:00",
- "bin": [
- "bin/pscss"
- ],
- "type": "library",
- "extra": {
- "bamarni-bin": {
- "forward-command": false,
- "bin-links": false
- }
- },
- "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.11.0"
- },
- "install-path": "../scssphp/scssphp"
- }
- ],
- "dev": false,
- "dev-package-names": []
- }
|