Remove net_nntp vcs as it is now pulled from packagist

This commit is contained in:
DariusIII
2026-03-27 09:39:18 +01:00
parent 1f031e1284
commit f8917437a1
2 changed files with 3 additions and 23 deletions
-4
View File
@@ -113,10 +113,6 @@
"ext-xdebug": "For developement work"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/DariusIII/Net_NNTP"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
Generated
+3 -19
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "44f6f3e3d2487f1ea996039cc71f9e9e",
"content-hash": "423832807568cb5ae1eb02dd408d3d7d",
"packages": [
{
"name": "aharen/omdbapi",
@@ -519,30 +519,14 @@
"DariusIII\\NetNntp\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DariusIII\\NetNntp\\Tests\\": "tests/"
}
},
"scripts": {
"test": [
"phpunit"
],
"analyse": [
"phpstan analyse"
],
"check": [
"@analyse",
"@test"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"W3C"
],
"authors": [
{
"email": "heino@gehlsen.dk",
"name": "Heino H. Gehlsen",
"email": "heino@gehlsen.dk",
"role": "Lead"
}
],