Skip to content

Commit bcbae5b

Browse files
committed
ISSUE-337: use local version
1 parent eb5ea59 commit bcbae5b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

composer.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"source": "https://github.com/phpList/web-frontend"
3030
},
3131
"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"
3434
},
3535
"require-dev": {
3636
"phpunit/phpunit": "^6.5.6 | ^9.5.2",
@@ -52,6 +52,15 @@
5252
"PhpList\\WebFrontend\\Tests\\": "tests/"
5353
}
5454
},
55+
"repositories": [
56+
{
57+
"type": "path",
58+
"url": "../core",
59+
"options": {
60+
"symlink": true
61+
}
62+
}
63+
],
5564
"scripts": {
5665
"list-modules": [
5766
"PhpList\\Core\\Composer\\ScriptHandler::listModules"
@@ -78,7 +87,7 @@
7887
},
7988
"extra": {
8089
"branch-alias": {
81-
"dev-master": "4.0.x-dev"
90+
"dev-ISSUE-337": "v5.0.x-dev"
8291
},
8392
"symfony-app-dir": "bin",
8493
"symfony-bin-dir": "bin",

0 commit comments

Comments
 (0)