Skip to content

Commit 5ab5926

Browse files
committed
dev version
1 parent 0d40429 commit 5ab5926

File tree

2 files changed

+1971
-852
lines changed

2 files changed

+1971
-852
lines changed

composer.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,19 @@
3636
{
3737
"type": "vcs",
3838
"url": "https://github.com/tatevikgr/phplist-api-client"
39+
},
40+
{
41+
"type": "vcs",
42+
"url": "https://github.com/tatevikgr/rss-bundle.git"
3943
}
4044
],
4145
"require": {
4246
"php": "^8.1",
43-
"phplist/core": "dev-main",
44-
"phplist/rest-api": "dev-main",
45-
"phplist/web-frontend": "dev-master",
47+
"phplist/core": "dev-dev",
48+
"phplist/rest-api": "dev-dev",
4649
"doctrine/orm": "^3.3",
47-
"tatevikgr/rest-api-client": "dev-ISSUE-357"
50+
"tatevikgr/rest-api-client": "dev-ISSUE-357",
51+
"tatevikgr/rss-feed": "dev-main as 0.1.0"
4852
},
4953
"require-dev": {
5054
"phpunit/phpunit": "^9.5.2",
@@ -103,5 +107,10 @@
103107
"symfony-var-dir": "var",
104108
"symfony-web-dir": "public",
105109
"symfony-tests-dir": "tests"
110+
},
111+
"config": {
112+
"allow-plugins": {
113+
"php-http/discovery": true
114+
}
106115
}
107116
}

0 commit comments

Comments
 (0)