|
1 | 1 | {
|
2 |
| - "name": "ezsystems/ezplatform-design-engine", |
3 |
| - "description": "Design fallback mechanism for eZ Platform", |
| 2 | + "name": "ibexa/design-engine", |
| 3 | + "description": "Design fallback mechanism for Ibexa", |
4 | 4 | "license": "GPL-2.0-only",
|
5 |
| - "type": "ezplatform-bundle", |
| 5 | + "type": "ibexa-bundle", |
| 6 | + "replace": { |
| 7 | + "ezsystems/ezplatform-design-engine": "*" |
| 8 | + }, |
6 | 9 | "authors": [
|
7 | 10 | {
|
8 | 11 | "name": "Jerome Vieilledent",
|
9 | 12 | "email": "jerome@vieilledent.fr"
|
10 | 13 | },
|
11 | 14 | {
|
12 |
| - "name": "eZ Systems dev team", |
13 |
| - "email": "dev-team@ez.no" |
| 15 | + "name": "Ibexa Engineering & Community", |
| 16 | + "homepage": "https://www.ibexa.co/products" |
14 | 17 | }
|
15 | 18 | ],
|
16 | 19 | "require": {
|
17 |
| - "ezsystems/ezplatform-kernel": "^1.0@dev", |
| 20 | + "php": "^7.4 || ^8.0", |
| 21 | + "ibexa/core": "~4.0.0@dev", |
18 | 22 | "twig/twig": "^3.0",
|
19 | 23 | "symfony/dependency-injection": "^5.0",
|
20 | 24 | "symfony/http-kernel": "^5.0",
|
|
26 | 30 | "symfony/templating": "^5.0"
|
27 | 31 | },
|
28 | 32 | "require-dev": {
|
29 |
| - "ezsystems/doctrine-dbal-schema": "^1.0@dev", |
30 |
| - "ezsystems/ezplatform-code-style": "^1.0", |
| 33 | + "ibexa/code-style": "^1.0", |
| 34 | + "ibexa/doctrine-schema": "~4.0.0@dev", |
31 | 35 | "phpunit/phpunit": "^8.1",
|
32 |
| - "friendsofphp/php-cs-fixer": "^2.16.0", |
| 36 | + "friendsofphp/php-cs-fixer": "^3.0", |
33 | 37 | "mikey179/vfsstream": "^1.6"
|
34 | 38 | },
|
35 | 39 | "autoload": {
|
36 | 40 | "psr-4": {
|
37 |
| - "EzSystems\\EzPlatformDesignEngine\\": "lib", |
38 |
| - "EzSystems\\EzPlatformDesignEngineBundle\\": "bundle" |
| 41 | + "Ibexa\\DesignEngine\\": "src/lib/", |
| 42 | + "Ibexa\\Bundle\\DesignEngine\\": "src/bundle/", |
| 43 | + "Ibexa\\Contracts\\DesignEngine\\": "src/contracts/", |
| 44 | + "EzSystems\\EzPlatformDesignEngine\\": "src/lib/", |
| 45 | + "EzSystems\\EzPlatformDesignEngineBundle\\": "src/bundle/" |
39 | 46 | }
|
40 | 47 | },
|
41 | 48 | "autoload-dev": {
|
42 | 49 | "psr-4": {
|
| 50 | + "Ibexa\\Tests\\Bundle\\DesignEngine\\": "tests/bundle/", |
| 51 | + "Ibexa\\Tests\\DesignEngine\\": "tests/lib/", |
43 | 52 | "EzSystems\\EzPlatformDesignEngine\\Tests\\": "tests/lib",
|
44 | 53 | "EzSystems\\EzPlatformDesignEngineBundle\\Tests\\": "tests/bundle"
|
45 | 54 | }
|
46 | 55 | },
|
47 | 56 | "scripts": {
|
48 |
| - "fix-cs": "php-cs-fixer fix -v --show-progress=dots", |
| 57 | + "fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots", |
49 | 58 | "check-cs": "@fix-cs --dry-run",
|
50 | 59 | "test": "phpunit"
|
51 | 60 | },
|
52 | 61 | "extra": {
|
53 | 62 | "branch-alias": {
|
54 |
| - "dev-master": "3.0.x-dev" |
| 63 | + "dev-main": "4.0.x-dev" |
55 | 64 | }
|
56 | 65 | },
|
57 | 66 | "conflict": {
|
|
0 commit comments