Skip to content

Commit 8c6eb3f

Browse files
committed
update dependencies
1 parent 1171469 commit 8c6eb3f

File tree

3 files changed

+1105
-548
lines changed

3 files changed

+1105
-548
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
/var/
1414
/vendor/
1515
.DS_Store
16+
.vagrant

composer.json

+26-5
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,39 @@
2222
"role": "Former developer"
2323
}
2424
],
25+
"repositories": [
26+
{
27+
"type": "path",
28+
"url": "../core",
29+
"options": {
30+
"symlink": true
31+
}
32+
},
33+
{
34+
"type": "path",
35+
"url": "../rest-api",
36+
"options": {
37+
"symlink": true
38+
}
39+
},
40+
{
41+
"type": "path",
42+
"url": "../web-frontend",
43+
"options": {
44+
"symlink": true
45+
}
46+
}
47+
],
2548
"support": {
2649
"issues": "https://github.com/phpList/base-distribution/issues",
2750
"forum": "https://discuss.phplist.org/",
2851
"source": "https://github.com/phpList/base-distribution"
2952
},
3053
"require": {
3154
"php": "^7.2|^8.0",
32-
"phplist/core": "^v4.0.0-alpha5",
33-
"phplist/rest-api": "^v4.0.0-alpha5"
55+
"phplist/core": "@dev",
56+
"phplist/rest-api": "@dev",
57+
"phplist/web-frontend": "@dev"
3458
},
3559
"require-dev": {
3660
"phpunit/phpunit": "8.5.14 | ^9.5.2",
@@ -42,9 +66,6 @@
4266
"phpmd/phpmd": "^2.6.0",
4367
"roave/security-advisories": "dev-master"
4468
},
45-
"suggest": {
46-
"phplist/web-frontend": "4.0.x-dev"
47-
},
4869
"autoload": {
4970
"psr-4": {
5071
"PhpList\\BaseDistribution\\": "src/"

0 commit comments

Comments
 (0)