|
15 | 15 | {
|
16 | 16 | "name": "Xheni Myrtaj",
|
17 | 17 |
|
18 |
| - "role": "Maintainer" |
| 18 | + "role": "Former developer" |
19 | 19 | },
|
20 | 20 | {
|
21 | 21 | "name": "Oliver Klee",
|
22 | 22 |
|
23 | 23 | "role": "Former developer"
|
| 24 | + }, |
| 25 | + { |
| 26 | + "name": "Tatevik Grigoryan", |
| 27 | + |
| 28 | + "role": "Maintainer" |
24 | 29 | }
|
25 | 30 | ],
|
26 | 31 | "support": {
|
|
30 | 35 | },
|
31 | 36 | "require": {
|
32 | 37 | "php": "^8.1",
|
33 |
| - "phplist/core": "v5.0.0-alpha7" |
| 38 | + "phplist/core": "v5.0.0-alpha8", |
| 39 | + "symfony/twig-bundle": "^6.4", |
| 40 | + "symfony/webpack-encore-bundle": "^2.2" |
34 | 41 | },
|
35 | 42 | "require-dev": {
|
36 | 43 | "phpunit/phpunit": "^9.5",
|
|
40 | 47 | "nette/caching": "^3.1.0",
|
41 | 48 | "nikic/php-parser": "^v4.10.4",
|
42 | 49 | "phpmd/phpmd": "^2.9.1",
|
43 |
| - "symfony/process": "^6.4" |
| 50 | + "symfony/process": "^6.4", |
| 51 | + "symfony/panther": "*", |
| 52 | + "dbrekelmans/bdi": "*", |
| 53 | + "bshaffer/phpunit-retry-annotations": "^0.3.0" |
44 | 54 | },
|
45 | 55 | "autoload": {
|
46 | 56 | "psr-4": {
|
|
83 | 93 | "symfony-web-dir": "public",
|
84 | 94 | "symfony-tests-dir": "tests",
|
85 | 95 | "phplist/core": {
|
86 |
| - "bundles": [], |
87 |
| - "routes": {} |
| 96 | + "bundles": [ |
| 97 | + "PhpList\\WebFrontend\\PhpListFrontendBundle" |
| 98 | + ], |
| 99 | + "routes": { |
| 100 | + "rest-api": { |
| 101 | + "resource": "@PhpListFrontendBundle/Controller/", |
| 102 | + "type": "attribute", |
| 103 | + "prefix": "/" |
| 104 | + } |
| 105 | + } |
88 | 106 | }
|
89 | 107 | }
|
90 | 108 | }
|
0 commit comments