|
|
@ -1,10 +1,10 @@ |
|
|
|
{ |
|
|
|
"_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#composer-lock-the-lock-file", |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
"content-hash": "8230eed3af012d294aec18a13a5202e7", |
|
|
|
"content-hash": "383c315ac9fc68ab5443e1386772e6a7", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "cebe/markdown", |
|
|
@ -259,6 +259,108 @@ |
|
|
|
], |
|
|
|
"time": "2017-01-11T17:14:49+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "laminas/laminas-xml", |
|
|
|
"version": "1.2.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/laminas/laminas-xml.git", |
|
|
|
"reference": "879cc66d1bba6a37705e98074f52a6960c220020" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/laminas/laminas-xml/zipball/879cc66d1bba6a37705e98074f52a6960c220020", |
|
|
|
"reference": "879cc66d1bba6a37705e98074f52a6960c220020", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"laminas/laminas-zendframework-bridge": "^1.0", |
|
|
|
"php": "^5.6 || ^7.0" |
|
|
|
}, |
|
|
|
"replace": { |
|
|
|
"zendframework/zendxml": "self.version" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"laminas/laminas-coding-standard": "~1.0.0", |
|
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.2.x-dev", |
|
|
|
"dev-develop": "1.3.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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" |
|
|
|
], |
|
|
|
"time": "2019-12-31T18:05:42+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "laminas/laminas-zendframework-bridge", |
|
|
|
"version": "1.0.3", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/laminas/laminas-zendframework-bridge.git", |
|
|
|
"reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9", |
|
|
|
"reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^5.6 || ^7.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1", |
|
|
|
"squizlabs/php_codesniffer": "^3.5" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.0.x-dev", |
|
|
|
"dev-develop": "1.1.x-dev" |
|
|
|
}, |
|
|
|
"laminas": { |
|
|
|
"module": "Laminas\\ZendFrameworkBridge" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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" |
|
|
|
], |
|
|
|
"time": "2020-04-03T16:01:00+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "masterminds/html5", |
|
|
|
"version": "2.7.0", |
|
|
@ -422,16 +524,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "p3k/picofeed", |
|
|
|
"version": "v0.1.38", |
|
|
|
"version": "v0.1.39", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/aaronpk/picoFeed.git", |
|
|
|
"reference": "989c0bcf2eac016a4104abce1aadff791fc287ab" |
|
|
|
"url": "https://github.com/aaronpk/picofeed.git", |
|
|
|
"reference": "2c6469ce845db0f26b80b32eb18758cdc62a33ed" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/aaronpk/picoFeed/zipball/989c0bcf2eac016a4104abce1aadff791fc287ab", |
|
|
|
"reference": "989c0bcf2eac016a4104abce1aadff791fc287ab", |
|
|
|
"url": "https://api.github.com/repos/aaronpk/picofeed/zipball/2c6469ce845db0f26b80b32eb18758cdc62a33ed", |
|
|
|
"reference": "2c6469ce845db0f26b80b32eb18758cdc62a33ed", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -440,8 +542,8 @@ |
|
|
|
"ext-libxml": "*", |
|
|
|
"ext-simplexml": "*", |
|
|
|
"ext-xml": "*", |
|
|
|
"php": ">=5.3.0", |
|
|
|
"zendframework/zendxml": "^1.0" |
|
|
|
"laminas/laminas-xml": "^1.2", |
|
|
|
"php": ">=5.3.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpdocumentor/reflection-docblock": "2.0.4", |
|
|
@ -460,6 +562,7 @@ |
|
|
|
"PicoFeed": "lib/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
@ -469,8 +572,8 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Modern library to handle RSS/Atom feeds", |
|
|
|
"homepage": "https://github.com/miniflux/picoFeed", |
|
|
|
"time": "2017-11-30T00:16:58+00:00" |
|
|
|
"homepage": "https://github.com/aaronpk/picoFeed", |
|
|
|
"time": "2020-04-18T23:59:05+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "p3k/timezone", |
|
|
@ -480,6 +583,12 @@ |
|
|
|
"url": "https://github.com/aaronpk/p3k-timezone.git", |
|
|
|
"reference": "68d3490d896f98cf0727dc937f0bb6b045050c83" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83", |
|
|
|
"reference": "68d3490d896f98cf0727dc937f0bb6b045050c83", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.4.0" |
|
|
|
}, |
|
|
@ -506,53 +615,6 @@ |
|
|
|
"timezone" |
|
|
|
], |
|
|
|
"time": "2017-01-12T17:30:08+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "zendframework/zendxml", |
|
|
|
"version": "1.2.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/zendframework/ZendXml.git", |
|
|
|
"reference": "eceab37a591c9e140772a1470338258857339e00" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/zendframework/ZendXml/zipball/eceab37a591c9e140772a1470338258857339e00", |
|
|
|
"reference": "eceab37a591c9e140772a1470338258857339e00", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^5.6 || ^7.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4", |
|
|
|
"zendframework/zend-coding-standard": "~1.0.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.2.x-dev", |
|
|
|
"dev-develop": "1.3.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"ZendXml\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"BSD-3-Clause" |
|
|
|
], |
|
|
|
"description": "Utility library for XML usage, best practices, and security in PHP", |
|
|
|
"keywords": [ |
|
|
|
"ZendFramework", |
|
|
|
"security", |
|
|
|
"xml", |
|
|
|
"zf" |
|
|
|
], |
|
|
|
"abandoned": "laminas/laminas-xml", |
|
|
|
"time": "2019-01-22T19:42:14+00:00" |
|
|
|
} |
|
|
|
], |
|
|
|
"packages-dev": [ |
|
|
@ -2230,5 +2292,6 @@ |
|
|
|
"prefer-stable": false, |
|
|
|
"prefer-lowest": false, |
|
|
|
"platform": [], |
|
|
|
"platform-dev": [] |
|
|
|
"platform-dev": [], |
|
|
|
"plugin-api-version": "1.1.0" |
|
|
|
} |