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 b3944a7 commit 0d40429Copy full SHA for 0d40429
composer.json
@@ -32,12 +32,19 @@
32
"forum": "https://discuss.phplist.org/",
33
"source": "https://github.com/phpList/base-distribution"
34
},
35
+ "repositories": [
36
+ {
37
+ "type": "vcs",
38
+ "url": "https://github.com/tatevikgr/phplist-api-client"
39
+ }
40
+ ],
41
"require": {
42
"php": "^8.1",
- "phplist/core": "v5.0.0-alpha8",
- "phplist/rest-api": "v5.0.0-alpha8",
- "phplist/web-frontend": "v5.0.0-alpha8",
- "doctrine/orm": "^3.3"
43
+ "phplist/core": "dev-main",
44
+ "phplist/rest-api": "dev-main",
45
+ "phplist/web-frontend": "dev-master",
46
+ "doctrine/orm": "^3.3",
47
+ "tatevikgr/rest-api-client": "dev-ISSUE-357"
48
49
"require-dev": {
50
"phpunit/phpunit": "^9.5.2",
0 commit comments