We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b0e62 commit d68ce67Copy full SHA for d68ce67
composer.json
@@ -29,6 +29,12 @@
29
"role": "Maintainer"
30
}
31
],
32
+ "repositories": [
33
+ {
34
+ "type": "vcs",
35
+ "url": "https://github.com/TatevikGr/rss-bundle.git"
36
+ }
37
+ ],
38
"support": {
39
"issues": "https://github.com/phpList/rest-api/issues",
40
"forum": "https://discuss.phplist.org/",
@@ -41,7 +47,8 @@
41
47
"symfony/test-pack": "^1.0",
42
48
"symfony/process": "^6.4",
43
49
"zircote/swagger-php": "^4.11",
44
- "ext-dom": "*"
50
+ "ext-dom": "*",
51
+ "tatevikgr/rss-feed": "dev-main as 0.1.0"
45
52
},
46
53
"require-dev": {
54
"phpunit/phpunit": "^10.0",
@@ -123,5 +130,10 @@
123
130
124
131
125
132
133
+ },
134
+ "config": {
135
+ "allow-plugins": {
136
+ "php-http/discovery": true
137
126
138
127
139
0 commit comments