Skip to content

Commit cc316db

Browse files
committed
use dev-main branch for core and rest-api-client
1 parent 0a3d0d0 commit cc316db

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

assets/vue/api.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export const templateClient = new TemplatesClient(client);
7777
export const bouncesClient = new BouncesClient(client);
7878
export const configClient = new ConfigClient(client);
7979

80-
8180
export const backendFetch = async (input, init = undefined) => {
8281
const response = await fetch(input, init);
8382

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
},
5252
"require": {
5353
"php": "^8.1",
54-
"phplist/core": "dev-dev",
54+
"phplist/core": "dev-main",
5555
"symfony/twig-bundle": "^6.4",
5656
"symfony/webpack-encore-bundle": "^2.2",
5757
"symfony/security-bundle": "^6.4",
58-
"tatevikgr/rest-api-client": "dev-dev",
58+
"tatevikgr/rest-api-client": "dev-main",
5959
"phplist/phplist-lan-texts": "^2021.05",
6060
"psr/simple-cache": "^3.0",
6161
"ext-fileinfo": "*"

0 commit comments

Comments
 (0)