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 cbb70da commit cad7bcfCopy full SHA for cad7bcf
composer.json
@@ -15,6 +15,10 @@
15
{
16
"type": "vcs",
17
"url": "https://github.com/tatevikgr/phplist-api-client"
18
+ },
19
+ {
20
+ "type": "vcs",
21
+ "url": "https://github.com/tatevikgr/rss-bundle.git"
22
}
23
],
24
"minimum-stability": "dev",
@@ -43,7 +47,7 @@
43
47
},
44
48
"require": {
45
49
"php": "^8.1",
46
- "phplist/core": "dev-main",
50
+ "phplist/core": "dev-dev",
51
"symfony/twig-bundle": "^6.4",
52
"symfony/webpack-encore-bundle": "^2.2",
53
"tatevikgr/rest-api-client": "dev-ISSUE-357"
@@ -113,5 +117,10 @@
113
117
114
118
115
119
120
121
+ "config": {
122
+ "allow-plugins": {
123
+ "php-http/discovery": true
124
+ }
116
125
126
0 commit comments