mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 03:16:11 +01:00
177 lines
5.9 KiB
Plaintext
177 lines
5.9 KiB
Plaintext
|
|
{
|
||
|
|
"_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",
|
||
|
|
"This file is @generated automatically"
|
||
|
|
],
|
||
|
|
"hash": "23d690da53bdc5f7d64e9f88fd808f5b",
|
||
|
|
"content-hash": "140a7f188011e2e35f64a345547f5972",
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"name": "composer/semver",
|
||
|
|
"version": "1.4.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/composer/semver.git",
|
||
|
|
"reference": "03c9de5aa25e7672c4ad251eeaba0c47a06c8b98"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/03c9de5aa25e7672c4ad251eeaba0c47a06c8b98",
|
||
|
|
"reference": "03c9de5aa25e7672c4ad251eeaba0c47a06c8b98",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^5.3.2 || ^7.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^4.5 || ^5.0.5",
|
||
|
|
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Composer\\Semver\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Nils Adermann",
|
||
|
|
"email": "naderman@naderman.de",
|
||
|
|
"homepage": "http://www.naderman.de"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Jordi Boggiano",
|
||
|
|
"email": "j.boggiano@seld.be",
|
||
|
|
"homepage": "http://seld.be"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Rob Bast",
|
||
|
|
"email": "rob.bast@gmail.com",
|
||
|
|
"homepage": "http://robbast.nl"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
||
|
|
"keywords": [
|
||
|
|
"semantic",
|
||
|
|
"semver",
|
||
|
|
"validation",
|
||
|
|
"versioning"
|
||
|
|
],
|
||
|
|
"time": "2016-06-02 09:04:51"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "fguillot/picofeed",
|
||
|
|
"version": "v0.1.24",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/fguillot/picoFeed.git",
|
||
|
|
"reference": "25f9653ca663e098f51eabbdf495eb9a130c041b"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/fguillot/picoFeed/zipball/25f9653ca663e098f51eabbdf495eb9a130c041b",
|
||
|
|
"reference": "25f9653ca663e098f51eabbdf495eb9a130c041b",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-dom": "*",
|
||
|
|
"ext-iconv": "*",
|
||
|
|
"ext-libxml": "*",
|
||
|
|
"ext-simplexml": "*",
|
||
|
|
"ext-xml": "*",
|
||
|
|
"php": ">=5.3.0",
|
||
|
|
"zendframework/zendxml": "^1.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-curl": "PicoFeed will use cURL if present"
|
||
|
|
},
|
||
|
|
"bin": [
|
||
|
|
"picofeed"
|
||
|
|
],
|
||
|
|
"type": "library",
|
||
|
|
"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/fguillot/picoFeed",
|
||
|
|
"time": "2016-07-03 00:02:03"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "zendframework/zendxml",
|
||
|
|
"version": "1.0.2",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/zendframework/ZendXml.git",
|
||
|
|
"reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
|
||
|
|
"reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^5.3.3 || ^7.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^3.7 || ^4.0",
|
||
|
|
"squizlabs/php_codesniffer": "^1.5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.0-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-0": {
|
||
|
|
"ZendXml\\": "library/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"description": "Utility library for XML usage, best practices, and security in PHP",
|
||
|
|
"homepage": "http://packages.zendframework.com/",
|
||
|
|
"keywords": [
|
||
|
|
"security",
|
||
|
|
"xml",
|
||
|
|
"zf2"
|
||
|
|
],
|
||
|
|
"time": "2016-02-04 21:02:08"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"packages-dev": [],
|
||
|
|
"aliases": [],
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"stability-flags": {
|
||
|
|
"fguillot/picofeed": 0
|
||
|
|
},
|
||
|
|
"prefer-stable": false,
|
||
|
|
"prefer-lowest": false,
|
||
|
|
"platform": [],
|
||
|
|
"platform-dev": []
|
||
|
|
}
|