Projekt

Obecné

Profil

Stáhnout (1.71 KB) Statistiky
| Větev: | Revize:
1
{
2
    "type": "project",
3
    "name": "zcu/opendata",
4
    "description": "opendatazcu",
5
    "license": "proprietary",
6
    "require": {
7
        "php": "^7.2.5",
8
        "ext-ctype": "*",
9
        "ext-iconv": "*",
10
        "sensio/framework-extra-bundle": "^5.5",
11
        "symfony/console": "5.0.*",
12
        "symfony/dotenv": "5.0.*",
13
        "symfony/flex": "^1.3.1",
14
        "symfony/framework-bundle": "5.0.*",
15
        "symfony/yaml": "5.0.*",
16
        "doctrine/annotations": "*",
17
        "symfony/twig-pack" : "*",
18
        "doctrine/mongodb-odm-bundle": "*"
19
    },
20
    "require-dev": {
21
        "friendsofphp/php-cs-fixer": "^2.16",
22
        "squizlabs/php_codesniffer": "^3.5"
23
    },
24
    "config": {
25
        "preferred-install": {
26
            "*": "dist"
27
        },
28
        "sort-packages": true
29
    },
30
    "autoload": {
31
        "psr-4": {
32
            "App\\": "src/"
33
        }
34
    },
35
    "autoload-dev": {
36
        "psr-4": {
37
            "App\\Tests\\": "tests/"
38
        }
39
    },
40
    "replace": {
41
        "paragonie/random_compat": "2.*",
42
        "symfony/polyfill-ctype": "*",
43
        "symfony/polyfill-iconv": "*",
44
        "symfony/polyfill-php72": "*",
45
        "symfony/polyfill-php71": "*",
46
        "symfony/polyfill-php70": "*",
47
        "symfony/polyfill-php56": "*"
48
    },
49
    "scripts": {
50
        "auto-scripts": {
51
            "cache:clear": "symfony-cmd",
52
            "assets:install %PUBLIC_DIR%": "symfony-cmd"
53
        },
54
        "post-install-cmd": [
55
            "@auto-scripts"
56
        ],
57
        "post-update-cmd": [
58
            "@auto-scripts"
59
        ]
60
    },
61
    "conflict": {
62
        "symfony/symfony": "*"
63
    },
64
    "extra": {
65
        "symfony": {
66
            "allow-contrib": false,
67
            "require": "5.0.*"
68
        }
69
    }
70
}
(3-3/7)