1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 05:02: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:
J. King 2024-12-15 21:53:20 -05:00
parent e8be7d0f38
commit 2d7b2dde39
2 changed files with 69 additions and 35 deletions

View file

@ -24,11 +24,12 @@
"ext-hash": "*", "ext-hash": "*",
"ext-filter": "*", "ext-filter": "*",
"ext-dom": "*", "ext-dom": "*",
"nicolus/picofeed": "dev-patch-3", "nicolus/picofeed": "dev-php84",
"hosteurope/password-generator": "1.*", "hosteurope/password-generator": "1.*",
"docopt/docopt": "1.*", "docopt/docopt": "dev-master",
"jkingweb/druuid": "3.*", "jkingweb/druuid": "3.*",
"guzzlehttp/psr7": "2.*", "guzzlehttp/psr7": "2.*",
"laminas/laminas-xml": "dev-fixup as 1.4.0",
"laminas/laminas-httphandlerrunner": "2.*" "laminas/laminas-httphandlerrunner": "2.*"
}, },
"require-dev": { "require-dev": {
@ -66,6 +67,15 @@
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/JKingweb/picoFeed-1/" "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
View file

@ -4,32 +4,32 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "8d22dd66c6cde0b1ed4ca0009293bf88", "content-hash": "149ece489c5ed860109686b09d2293e3",
"packages": [ "packages": [
{ {
"name": "docopt/docopt", "name": "docopt/docopt",
"version": "1.0.5", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/docopt/docopt.php.git", "url": "https://github.com/mensbeam/docopt.php.git",
"reference": "0e3db660cf2f2eb07a83253790b7d97cdb398826" "reference": "91f3980e42442344d60d5b83e49baddc355e079f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/docopt/docopt.php/zipball/0e3db660cf2f2eb07a83253790b7d97cdb398826", "url": "https://api.github.com/repos/mensbeam/docopt.php/zipball/91f3980e42442344d60d5b83e49baddc355e079f",
"reference": "0e3db660cf2f2eb07a83253790b7d97cdb398826", "reference": "91f3980e42442344d60d5b83e49baddc355e079f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"src/docopt.php" "src/docopt.php"
] ]
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
@ -48,10 +48,9 @@
"docs" "docs"
], ],
"support": { "support": {
"issues": "https://github.com/docopt/docopt.php/issues", "source": "https://github.com/mensbeam/docopt.php/tree/master"
"source": "https://github.com/docopt/docopt.php/tree/1.0.5"
}, },
"time": "2023-03-22T12:31:48+00:00" "time": "2024-12-12T02:51:22+00:00"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@ -619,16 +618,16 @@
}, },
{ {
"name": "laminas/laminas-xml", "name": "laminas/laminas-xml",
"version": "1.4.0", "version": "dev-fixup",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-xml.git", "url": "https://github.com/JKingweb/laminas-xml.git",
"reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f" "reference": "3a6903c9f7b61c96355532d90525d04c3a67ba7a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-xml/zipball/dcadeefdb6d7ed6b39d772b47e3845003d6ea60f", "url": "https://api.github.com/repos/JKingweb/laminas-xml/zipball/3a6903c9f7b61c96355532d90525d04c3a67ba7a",
"reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f", "reference": "3a6903c9f7b61c96355532d90525d04c3a67ba7a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -651,7 +650,29 @@
"Laminas\\Xml\\": "src/" "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": [ "license": [
"BSD-3-Clause" "BSD-3-Clause"
], ],
@ -663,32 +684,26 @@
"xml" "xml"
], ],
"support": { "support": {
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-xml/issues", "issues": "https://github.com/laminas/laminas-xml/issues",
"source": "https://github.com/laminas/laminas-xml",
"rss": "https://github.com/laminas/laminas-xml/releases.atom", "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": [ "time": "2024-12-16T02:41:12+00:00"
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2021-11-30T02:16:35+00:00"
}, },
{ {
"name": "nicolus/picofeed", "name": "nicolus/picofeed",
"version": "dev-patch-3", "version": "dev-php84",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/JKingweb/picoFeed-1.git", "url": "https://github.com/JKingweb/picoFeed-1.git",
"reference": "536911c180651fea79d6e1894a826fff6ab87a52" "reference": "d25f100fb079a23ec05a3af291e5d97899ede3f2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/JKingweb/picoFeed-1/zipball/536911c180651fea79d6e1894a826fff6ab87a52", "url": "https://api.github.com/repos/JKingweb/picoFeed-1/zipball/d25f100fb079a23ec05a3af291e5d97899ede3f2",
"reference": "536911c180651fea79d6e1894a826fff6ab87a52", "reference": "d25f100fb079a23ec05a3af291e5d97899ede3f2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -737,9 +752,9 @@
"description": "RSS/Atom parsing library", "description": "RSS/Atom parsing library",
"homepage": "https://github.com/nicolus/picoFeed", "homepage": "https://github.com/nicolus/picoFeed",
"support": { "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", "name": "psr/http-client",
@ -1178,9 +1193,18 @@
"time": "2022-10-31T08:38:03+00:00" "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", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"docopt/docopt": 20,
"laminas/laminas-xml": 20,
"nicolus/picofeed": 20 "nicolus/picofeed": 20
}, },
"prefer-stable": false, "prefer-stable": false,