composer.json 6 KB
Newer Older
Julien Jorry committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
    "type": "project",
    "homepage": "https://www.kohinos.com",
    "name": "kohinos/kohinos",
    "description": "Kohinos : Outil de gestion de monnaie locale complémentaire",
    "license": "AGPL-3.0-or-later",
    "authors": [
        {
            "name": "Julien Jorry",
            "email": "julien.jorry@gmail.com",
            "homepage": "https://www.malt.fr/profile/julienjorry"
        }
    ],
    "require": {
        "php": "^7.4",
        "ext-ctype": "*",
        "ext-filter": "*",
        "ext-iconv": "*",
        "ext-intl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
22
        "andrew-svirin/ebics-client-php": "^2.1",
23
        "api-platform/core": "^2.6",
Julien Jorry committed
24
        "beberlei/doctrineextensions": "^1.3",
Julien Jorry committed
25 26
        "composer/package-versions-deprecated": "1.*",
        "cron/cron-bundle": "2.*",
Julien Jorry committed
27 28
        "doctrine/annotations": "1.*",
        "doctrine/common": "^2.13",
29
        "doctrine/doctrine-bundle": "^1.12",
Julien Jorry committed
30 31 32 33
        "doctrine/doctrine-fixtures-bundle": "^3.4",
        "doctrine/doctrine-migrations-bundle": "^3.0",
        "doctrine/migrations": "^3.1",
        "doctrine/orm": "^2.7",
34
        "ekyna/payum-payzen": "@dev",
Julien Jorry committed
35 36 37 38 39
        "friendsofsymfony/user-bundle": "^2.1",
        "gamez/ramsey-uuid-normalizer": "^2.1",
        "geocoder-php/cache-provider": "^4.3",
        "geocoder-php/google-maps-provider": "^4.6",
        "geocoder-php/nominatim-provider": "^5.4",
40
        "gregwar/captcha-bundle": "2.1.*",
Julien Jorry committed
41 42
        "hautelook/alice-bundle": "^2.9",
        "knplabs/knp-paginator-bundle": "2.*",
43
        "knpuniversity/oauth2-client-bundle": "^2.8",
Julien Jorry committed
44
        "lexik/translation-bundle": "~4.0",
Julien Jorry committed
45
        "liip/imagine-bundle": "^2.8",
Julien Jorry committed
46 47
        "michaeldegroot/doctrine-encrypt-bundle": "3.0.*",
        "nelmio/api-doc-bundle": "^3.3",
48
        "nelmio/cors-bundle": "^2.1",
Julien Jorry committed
49 50 51 52
        "payum/offline": "^1.6",
        "payum/payum-bundle": "^2.4",
        "php-http/guzzle6-adapter": "^2.0",
        "php-http/message": "^1.7",
53
        "phpdocumentor/reflection-docblock": "^5.2",
Julien Jorry committed
54 55
        "pixassociates/sortable-behavior-bundle": "^1.5",
        "prodigious/sonata-menu-bundle": "^3.0",
Julien Jorry committed
56
        "ramsey/uuid-doctrine": "^1.8",
Julien Jorry committed
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
        "sensio/framework-extra-bundle": "^5.1",
        "shivas/versioning-bundle": "^3.2",
        "sonata-project/admin-bundle": "3.*",
        "sonata-project/block-bundle": "3.*",
        "sonata-project/classification-bundle": "3.*",
        "sonata-project/doctrine-extensions": "1.*",
        "sonata-project/doctrine-orm-admin-bundle": "3.*",
        "sonata-project/easy-extends-bundle": "2.*",
        "sonata-project/form-extensions": "1.*",
        "sonata-project/formatter-bundle": "4.*",
        "sonata-project/intl-bundle": "2.*",
        "sonata-project/media-bundle": "3.*",
        "sonata-project/translation-bundle": "2.*",
        "sonata-project/twig-extensions": "1.*",
        "sonata-project/user-bundle": "4.*",
        "specshaper/gdpr-bundle": "2.*",
73
        "stof/doctrine-extensions-bundle": "^1.7",
Julien Jorry committed
74 75 76 77 78 79 80 81 82
        "symfony/apache-pack": "^1.0",
        "symfony/asset": "4.4.*",
        "symfony/cache": "4.4.*",
        "symfony/console": "4.4.*",
        "symfony/dotenv": "4.4.*",
        "symfony/expression-language": "4.4.*",
        "symfony/flex": "^1.2",
        "symfony/form": "4.4.*",
        "symfony/framework-bundle": "4.4.*",
83
        "symfony/http-client": "4.4.*",
Julien Jorry committed
84 85
        "symfony/monolog-bundle": "3.*",
        "symfony/process": "4.4.*",
86 87 88
        "symfony/property-access": "4.4.*",
        "symfony/property-info": "4.4.*",
        "symfony/proxy-manager-bridge": "4.4.*",
Julien Jorry committed
89
        "symfony/security-bundle": "4.4.*",
90
        "symfony/serializer": "4.4.*",
Julien Jorry committed
91 92 93 94 95
        "symfony/swiftmailer-bundle": "^3.1",
        "symfony/translation": "4.4.*",
        "symfony/twig-bundle": "4.4.*",
        "symfony/validator": "4.4.*",
        "symfony/web-link": "4.4.*",
Julien Jorry committed
96
        "symfony/webpack-encore-bundle": "^1.14",
Julien Jorry committed
97 98
        "symfony/yaml": "4.4.*",
        "twig/extensions": "^1.5",
99 100
        "twig/extra-bundle": "^2.12|^3.0",
        "twig/twig": "^2.12|^3.0",
Julien Jorry committed
101
        "vich/uploader-bundle": "1.*",
Julien Jorry committed
102 103 104 105 106 107 108 109 110 111
        "willdurand/geocoder-bundle": "^5.0"
    },
    "require-dev": {
        "deployer/recipes": "^6.2",
        "friendsofphp/php-cs-fixer": "^2.16",
        "friendsoftwig/twigcs": "5.*",
        "maglnet/composer-require-checker": "^2.0",
        "phpmd/phpmd": "^2.9",
        "phpro/grumphp": "^0.22.0",
        "phpunit/phpunit": "^9.3",
Julien Jorry committed
112
        "squizlabs/php_codesniffer": "^3.7",
Julien Jorry committed
113 114
        "symfony/browser-kit": "4.4.*",
        "symfony/css-selector": "4.4.*",
115
        "symfony/debug-bundle": "4.4.*",
Julien Jorry committed
116 117
        "symfony/maker-bundle": "^1.0",
        "symfony/phpunit-bridge": "^5.1",
118 119 120
        "symfony/stopwatch": "4.4.*",
        "symfony/var-dumper": "4.4.*",
        "symfony/web-profiler-bundle": "4.4.*"
Julien Jorry committed
121 122 123 124 125
    },
    "config": {
        "preferred-install": {
            "*": "dist"
        },
126 127 128 129 130
        "sort-packages": true,
        "allow-plugins": {
            "symfony/flex": true,
            "phpro/grumphp": true
        }
Julien Jorry committed
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
    },
    "autoload": {
        "psr-4": {
            "App\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "App\\Tests\\": "tests/"
        }
    },
    "replace": {
        "egeloen/ckeditor-bundle": "*",
        "paragonie/random_compat": "2.*",
        "symfony/polyfill-ctype": "*",
        "symfony/polyfill-iconv": "*",
        "symfony/polyfill-php71": "*",
        "symfony/polyfill-php70": "*",
        "symfony/polyfill-php56": "*"
    },
    "scripts": {
        "auto-scripts": {
            "cache:clear": "symfony-cmd",
            "assets:install %PUBLIC_DIR%": "symfony-cmd"
        },
        "post-install-cmd": [
            "@auto-scripts"
        ],
        "post-update-cmd": [
            "@auto-scripts"
        ]
    },
    "conflict": {
        "symfony/symfony": "*"
    },
    "extra": {
        "symfony": {
            "allow-contrib": true,
            "require": "4.4.*"
        }
    },
    "repositories": [
        {
            "type": "path",
            "url": "./lib/ekyna/payum-payzen"
        }
    ]
}