File tree 3 files changed +1105
-548
lines changed
3 files changed +1105
-548
lines changed Original file line number Diff line number Diff line change 13
13
/var /
14
14
/vendor /
15
15
.DS_Store
16
+ .vagrant
Original file line number Diff line number Diff line change 22
22
"role" : " Former developer"
23
23
}
24
24
],
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
+ ],
25
48
"support" : {
26
49
"issues" : " https://github.com/phpList/base-distribution/issues" ,
27
50
"forum" : " https://discuss.phplist.org/" ,
28
51
"source" : " https://github.com/phpList/base-distribution"
29
52
},
30
53
"require" : {
31
54
"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"
34
58
},
35
59
"require-dev" : {
36
60
"phpunit/phpunit" : " 8.5.14 | ^9.5.2" ,
42
66
"phpmd/phpmd" : " ^2.6.0" ,
43
67
"roave/security-advisories" : " dev-master"
44
68
},
45
- "suggest" : {
46
- "phplist/web-frontend" : " 4.0.x-dev"
47
- },
48
69
"autoload" : {
49
70
"psr-4" : {
50
71
"PhpList\\ BaseDistribution\\ " : " src/"
You can’t perform that action at this time.
0 commit comments