Projekt

Obecné

Profil

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