A gateway/firewall task to be able to talk someone about the real job
Fibinger Ádám
2021-10-19 15b0f1f801e4328376ee7c2c9e8e355eb4270370
commit | author | age
15b0f1 1 {
2     "type": "project",
3     "license": "proprietary",
4     "minimum-stability": "stable",
5     "prefer-stable": true,
6     "require": {
7         "php": ">=7.2.5",
8         "ext-ctype": "*",
9         "ext-iconv": "*",
10         "symfony/console": "5.3.*",
11         "symfony/dotenv": "5.3.*",
12         "symfony/flex": "^1.3.1",
13         "symfony/framework-bundle": "5.3.*",
14         "symfony/runtime": "5.3.*",
15         "symfony/yaml": "5.3.*"
16     },
17     "require-dev": {
18     },
19     "config": {
20         "optimize-autoloader": true,
21         "preferred-install": {
22             "*": "dist"
23         },
24         "sort-packages": true
25     },
26     "autoload": {
27         "psr-4": {
28             "App\\": "src/"
29         }
30     },
31     "autoload-dev": {
32         "psr-4": {
33             "App\\Tests\\": "tests/"
34         }
35     },
36     "replace": {
37         "symfony/polyfill-ctype": "*",
38         "symfony/polyfill-iconv": "*",
39         "symfony/polyfill-php72": "*"
40     },
41     "scripts": {
42         "auto-scripts": {
43             "cache:clear": "symfony-cmd",
44             "assets:install %PUBLIC_DIR%": "symfony-cmd"
45         },
46         "post-install-cmd": [
47             "@auto-scripts"
48         ],
49         "post-update-cmd": [
50             "@auto-scripts"
51         ]
52     },
53     "conflict": {
54         "symfony/symfony": "*"
55     },
56     "extra": {
57         "symfony": {
58             "allow-contrib": false,
59             "require": "5.3.*"
60         }
61     }
62 }