Projekt

Obecné

Profil

Stáhnout (1.84 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
        "symfony/browser-kit": "5.0.*",
25
        "symfony/css-selector": "5.0.*",
26
        "symfony/phpunit-bridge": "^5.0"
27
    },
28
    "config": {
29
        "preferred-install": {
30
            "*": "dist"
31
        },
32
        "sort-packages": true
33
    },
34
    "autoload": {
35
        "psr-4": {
36
            "App\\": "src/"
37
        }
38
    },
39
    "autoload-dev": {
40
        "psr-4": {
41
            "App\\Tests\\": "tests/"
42
        }
43
    },
44
    "replace": {
45
        "paragonie/random_compat": "2.*",
46
        "symfony/polyfill-ctype": "*",
47
        "symfony/polyfill-iconv": "*",
48
        "symfony/polyfill-php72": "*",
49
        "symfony/polyfill-php71": "*",
50
        "symfony/polyfill-php70": "*",
51
        "symfony/polyfill-php56": "*"
52
    },
53
    "scripts": {
54
        "auto-scripts": {
55
            "cache:clear": "symfony-cmd",
56
            "assets:install %PUBLIC_DIR%": "symfony-cmd"
57
        },
58
        "post-install-cmd": [
59
            "@auto-scripts"
60
        ],
61
        "post-update-cmd": [
62
            "@auto-scripts"
63
        ]
64
    },
65
    "conflict": {
66
        "symfony/symfony": "*"
67
    },
68
    "extra": {
69
        "symfony": {
70
            "allow-contrib": "true",
71
            "require": "5.0.*"
72
        }
73
    }
74
}
(7-7/12)