File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 29
29
"source" : " https://github.com/phpList/web-frontend"
30
30
},
31
31
"require" : {
32
- "php" : " ^7.2|^8.0 " ,
33
- "phplist/core" : " ^v4.0.0-alpha5 "
32
+ "php" : " ^7.2|^8.1 " ,
33
+ "phplist/core" : " dev-ISSUE-337 "
34
34
},
35
35
"require-dev" : {
36
36
"phpunit/phpunit" : " ^6.5.6 | ^9.5.2" ,
52
52
"PhpList\\ WebFrontend\\ Tests\\ " : " tests/"
53
53
}
54
54
},
55
+ "repositories" : [
56
+ {
57
+ "type" : " path" ,
58
+ "url" : " ../core" ,
59
+ "options" : {
60
+ "symlink" : true
61
+ }
62
+ }
63
+ ],
55
64
"scripts" : {
56
65
"list-modules" : [
57
66
" PhpList\\ Core\\ Composer\\ ScriptHandler::listModules"
78
87
},
79
88
"extra" : {
80
89
"branch-alias" : {
81
- "dev-master " : " 4 .0.x-dev"
90
+ "dev-ISSUE-337 " : " v5 .0.x-dev"
82
91
},
83
92
"symfony-app-dir" : " bin" ,
84
93
"symfony-bin-dir" : " bin" ,
You can’t perform that action at this time.
0 commit comments