mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-21 20:52:40 +00:00
Fix-up laminas-xml and docopt
Now there's only Phony, which will be replaced with Phake.
This commit is contained in:
parent
e8be7d0f38
commit
2d7b2dde39
2 changed files with 69 additions and 35 deletions
|
@ -24,11 +24,12 @@
|
|||
"ext-hash": "*",
|
||||
"ext-filter": "*",
|
||||
"ext-dom": "*",
|
||||
"nicolus/picofeed": "dev-patch-3",
|
||||
"nicolus/picofeed": "dev-php84",
|
||||
"hosteurope/password-generator": "1.*",
|
||||
"docopt/docopt": "1.*",
|
||||
"docopt/docopt": "dev-master",
|
||||
"jkingweb/druuid": "3.*",
|
||||
"guzzlehttp/psr7": "2.*",
|
||||
"laminas/laminas-xml": "dev-fixup as 1.4.0",
|
||||
"laminas/laminas-httphandlerrunner": "2.*"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -66,6 +67,15 @@
|
|||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/JKingweb/picoFeed-1/"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/JKingweb/laminas-xml/"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/mensbeam/docopt.php/"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
|
90
composer.lock
generated
90
composer.lock
generated
|
@ -4,32 +4,32 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "8d22dd66c6cde0b1ed4ca0009293bf88",
|
||||
"content-hash": "149ece489c5ed860109686b09d2293e3",
|
||||
"packages": [
|
||||
{
|
||||
"name": "docopt/docopt",
|
||||
"version": "1.0.5",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/docopt/docopt.php.git",
|
||||
"reference": "0e3db660cf2f2eb07a83253790b7d97cdb398826"
|
||||
"url": "https://github.com/mensbeam/docopt.php.git",
|
||||
"reference": "91f3980e42442344d60d5b83e49baddc355e079f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/docopt/docopt.php/zipball/0e3db660cf2f2eb07a83253790b7d97cdb398826",
|
||||
"reference": "0e3db660cf2f2eb07a83253790b7d97cdb398826",
|
||||
"url": "https://api.github.com/repos/mensbeam/docopt.php/zipball/91f3980e42442344d60d5b83e49baddc355e079f",
|
||||
"reference": "91f3980e42442344d60d5b83e49baddc355e079f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"src/docopt.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
|
@ -48,10 +48,9 @@
|
|||
"docs"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/docopt/docopt.php/issues",
|
||||
"source": "https://github.com/docopt/docopt.php/tree/1.0.5"
|
||||
"source": "https://github.com/mensbeam/docopt.php/tree/master"
|
||||
},
|
||||
"time": "2023-03-22T12:31:48+00:00"
|
||||
"time": "2024-12-12T02:51:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
|
@ -619,16 +618,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-xml",
|
||||
"version": "1.4.0",
|
||||
"version": "dev-fixup",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-xml.git",
|
||||
"reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f"
|
||||
"url": "https://github.com/JKingweb/laminas-xml.git",
|
||||
"reference": "3a6903c9f7b61c96355532d90525d04c3a67ba7a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-xml/zipball/dcadeefdb6d7ed6b39d772b47e3845003d6ea60f",
|
||||
"reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f",
|
||||
"url": "https://api.github.com/repos/JKingweb/laminas-xml/zipball/3a6903c9f7b61c96355532d90525d04c3a67ba7a",
|
||||
"reference": "3a6903c9f7b61c96355532d90525d04c3a67ba7a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -651,7 +650,29 @@
|
|||
"Laminas\\Xml\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"LaminasTest\\Xml\\": "test/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"check": [
|
||||
"@cs-check",
|
||||
"@test"
|
||||
],
|
||||
"cs-check": [
|
||||
"phpcs"
|
||||
],
|
||||
"cs-fix": [
|
||||
"phpcbf"
|
||||
],
|
||||
"test": [
|
||||
"phpunit --colors=always"
|
||||
],
|
||||
"test-coverage": [
|
||||
"phpunit --colors=always --coverage-clover clover.xml"
|
||||
]
|
||||
},
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
|
@ -663,32 +684,26 @@
|
|||
"xml"
|
||||
],
|
||||
"support": {
|
||||
"chat": "https://laminas.dev/chat",
|
||||
"forum": "https://discourse.laminas.dev",
|
||||
"issues": "https://github.com/laminas/laminas-xml/issues",
|
||||
"source": "https://github.com/laminas/laminas-xml",
|
||||
"rss": "https://github.com/laminas/laminas-xml/releases.atom",
|
||||
"source": "https://github.com/laminas/laminas-xml"
|
||||
"chat": "https://laminas.dev/chat",
|
||||
"forum": "https://discourse.laminas.dev"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
||||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2021-11-30T02:16:35+00:00"
|
||||
"time": "2024-12-16T02:41:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nicolus/picofeed",
|
||||
"version": "dev-patch-3",
|
||||
"version": "dev-php84",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/JKingweb/picoFeed-1.git",
|
||||
"reference": "536911c180651fea79d6e1894a826fff6ab87a52"
|
||||
"reference": "d25f100fb079a23ec05a3af291e5d97899ede3f2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/JKingweb/picoFeed-1/zipball/536911c180651fea79d6e1894a826fff6ab87a52",
|
||||
"reference": "536911c180651fea79d6e1894a826fff6ab87a52",
|
||||
"url": "https://api.github.com/repos/JKingweb/picoFeed-1/zipball/d25f100fb079a23ec05a3af291e5d97899ede3f2",
|
||||
"reference": "d25f100fb079a23ec05a3af291e5d97899ede3f2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -737,9 +752,9 @@
|
|||
"description": "RSS/Atom parsing library",
|
||||
"homepage": "https://github.com/nicolus/picoFeed",
|
||||
"support": {
|
||||
"source": "https://github.com/JKingweb/picoFeed-1/tree/patch-3"
|
||||
"source": "https://github.com/JKingweb/picoFeed-1/tree/php84"
|
||||
},
|
||||
"time": "2023-03-23T01:54:27+00:00"
|
||||
"time": "2024-12-15T22:23:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-client",
|
||||
|
@ -1178,9 +1193,18 @@
|
|||
"time": "2022-10-31T08:38:03+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
"aliases": [
|
||||
{
|
||||
"package": "laminas/laminas-xml",
|
||||
"version": "dev-fixup",
|
||||
"alias": "1.4.0",
|
||||
"alias_normalized": "1.4.0.0"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"docopt/docopt": 20,
|
||||
"laminas/laminas-xml": 20,
|
||||
"nicolus/picofeed": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
|
|
Loading…
Reference in a new issue