Projekt

Obecné

Profil

Stáhnout (1.6 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
        "doctrine/mongodb-odm-bundle": "^4.1",
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
    },
17
    "require-dev": {
18
        "friendsofphp/php-cs-fixer": "^2.16",
19
        "squizlabs/php_codesniffer": "^3.5"
20
    },
21
    "config": {
22
        "preferred-install": {
23
            "*": "dist"
24
        },
25
        "sort-packages": true
26
    },
27
    "autoload": {
28
        "psr-4": {
29
            "App\\": "src/"
30
        }
31
    },
32
    "autoload-dev": {
33
        "psr-4": {
34
            "App\\Tests\\": "tests/"
35
        }
36
    },
37
    "replace": {
38
        "paragonie/random_compat": "2.*",
39
        "symfony/polyfill-ctype": "*",
40
        "symfony/polyfill-iconv": "*",
41
        "symfony/polyfill-php72": "*",
42
        "symfony/polyfill-php71": "*",
43
        "symfony/polyfill-php70": "*",
44
        "symfony/polyfill-php56": "*"
45
    },
46
    "scripts": {
47
        "auto-scripts": {
48
            "cache:clear": "symfony-cmd",
49
            "assets:install %PUBLIC_DIR%": "symfony-cmd"
50
        },
51
        "post-install-cmd": [
52
            "@auto-scripts"
53
        ],
54
        "post-update-cmd": [
55
            "@auto-scripts"
56
        ]
57
    },
58
    "conflict": {
59
        "symfony/symfony": "*"
60
    },
61
    "extra": {
62
        "symfony": {
63
            "allow-contrib": "true",
64
            "require": "5.0.*"
65
        }
66
    }
67
}
(3-3/7)