Skip to content

Commit d68ce67

Browse files
committed
Fix composer json
1 parent 95b0e62 commit d68ce67

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

composer.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
"role": "Maintainer"
3030
}
3131
],
32+
"repositories": [
33+
{
34+
"type": "vcs",
35+
"url": "https://github.com/TatevikGr/rss-bundle.git"
36+
}
37+
],
3238
"support": {
3339
"issues": "https://github.com/phpList/rest-api/issues",
3440
"forum": "https://discuss.phplist.org/",
@@ -41,7 +47,8 @@
4147
"symfony/test-pack": "^1.0",
4248
"symfony/process": "^6.4",
4349
"zircote/swagger-php": "^4.11",
44-
"ext-dom": "*"
50+
"ext-dom": "*",
51+
"tatevikgr/rss-feed": "dev-main as 0.1.0"
4552
},
4653
"require-dev": {
4754
"phpunit/phpunit": "^10.0",
@@ -123,5 +130,10 @@
123130
}
124131
}
125132
}
133+
},
134+
"config": {
135+
"allow-plugins": {
136+
"php-http/discovery": true
137+
}
126138
}
127139
}

0 commit comments

Comments
 (0)