Projekt

Obecné

Profil

Stáhnout (1.88 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/annotations": "*",
11
        "sensio/framework-extra-bundle": "^5.5",
12
        "sentry/sentry-symfony": "^3.5",
13
        "symfony/asset": "*",
14
        "symfony/console": "5.0.*",
15
        "symfony/dotenv": "5.0.*",
16
        "symfony/flex": "^1.3.1",
17
        "symfony/form": "*",
18
        "symfony/framework-bundle": "5.0.*",
19
        "symfony/twig-pack": "*",
20
        "symfony/yaml": "5.0.*"
21
    },
22
    "require-dev": {
23
        "friendsofphp/php-cs-fixer": "^2.16",
24
        "squizlabs/php_codesniffer": "^3.5",
25
        "symfony/browser-kit": "5.0.*",
26
        "symfony/css-selector": "5.0.*",
27
        "symfony/phpunit-bridge": "^5.0"
28
    },
29
    "config": {
30
        "preferred-install": {
31
            "*": "dist"
32
        },
33
        "sort-packages": true
34
    },
35
    "autoload": {
36
        "psr-4": {
37
            "App\\": "src/"
38
        }
39
    },
40
    "autoload-dev": {
41
        "psr-4": {
42
            "App\\Tests\\": "tests/"
43
        }
44
    },
45
    "replace": {
46
        "paragonie/random_compat": "2.*",
47
        "symfony/polyfill-ctype": "*",
48
        "symfony/polyfill-iconv": "*",
49
        "symfony/polyfill-php72": "*",
50
        "symfony/polyfill-php71": "*",
51
        "symfony/polyfill-php70": "*",
52
        "symfony/polyfill-php56": "*"
53
    },
54
    "scripts": {
55
        "auto-scripts": {
56
            "cache:clear": "symfony-cmd",
57
            "assets:install %PUBLIC_DIR%": "symfony-cmd"
58
        },
59
        "post-install-cmd": [
60
            "@auto-scripts"
61
        ],
62
        "post-update-cmd": [
63
            "@auto-scripts"
64
        ]
65
    },
66
    "conflict": {
67
        "symfony/symfony": "*"
68
    },
69
    "extra": {
70
        "symfony": {
71
            "allow-contrib": "true",
72
            "require": "5.0.*"
73
        }
74
    }
75
}
(7-7/13)