Projekt

Obecné

Profil

Stáhnout (1.95 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
        "allow-plugins": {
35
            "symfony/flex": true
36
        }
37
    },
38
    "autoload": {
39
        "psr-4": {
40
            "App\\": "src/"
41
        }
42
    },
43
    "autoload-dev": {
44
        "psr-4": {
45
            "App\\Tests\\": "tests/"
46
        }
47
    },
48
    "replace": {
49
        "paragonie/random_compat": "2.*",
50
        "symfony/polyfill-ctype": "*",
51
        "symfony/polyfill-iconv": "*",
52
        "symfony/polyfill-php72": "*",
53
        "symfony/polyfill-php71": "*",
54
        "symfony/polyfill-php70": "*",
55
        "symfony/polyfill-php56": "*"
56
    },
57
    "scripts": {
58
        "auto-scripts": {
59
            "cache:clear": "symfony-cmd",
60
            "assets:install %PUBLIC_DIR%": "symfony-cmd"
61
        },
62
        "post-install-cmd": [
63
            "@auto-scripts"
64
        ],
65
        "post-update-cmd": [
66
            "@auto-scripts"
67
        ]
68
    },
69
    "conflict": {
70
        "symfony/symfony": "*"
71
    },
72
    "extra": {
73
        "symfony": {
74
            "allow-contrib": "true",
75
            "require": "5.0.*"
76
        }
77
    }
78
}
(7-7/13)