{
    "name": "kunstmaan/utilities-bundle",
    "type": "symfony-bundle",
    "description": "The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher",
    "keywords": [ "kunstmaan", "cms", "utilities", "cipher"],
    "homepage": "https://github.com/Kunstmaan/KunstmaanUtilitiesBundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Kunstmaan Team",
            "homepage": "http://www.kunstmaan.be/",
            "email": "support@kunstmaan.be"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "php": "^7.2",
        "defuse/php-encryption": "^2.2",
        "symfony/config": "^3.4|^4.4",
        "symfony/console": "^3.4|^4.4",
        "symfony/dependency-injection": "^3.4|^4.4",
        "symfony/filesystem": "^3.4|^4.4",
        "symfony/finder": "^3.4|^4.4",
        "symfony/framework-bundle": "^3.4.31|^4.4",
        "symfony/http-foundation": "^3.4.16|^4.4",
        "symfony/http-kernel": "^3.4|^4.4",
        "symfony/property-access": "^3.4|^4.4",
        "symfony/twig-bundle": "^3.4|^4.4",
        "symfony/yaml": "^3.4|^4.4",
        "doctrine/orm": "^2.5",
        "behat/transliterator": "~1.2",
        "twig/twig": "^1.36|^2.6"
    },
    "require-dev": {
        "matthiasnoback/symfony-config-test": "^4.0",
        "matthiasnoback/symfony-dependency-injection-test": "^4.1",
        "symfony/phpunit-bridge": "^5.1",
        "phpunit/phpunit": "^8.5",
        "ekino/newrelic-bundle": "^1.4"
    },
    "suggest": {
        "ekino/newrelic-bundle": "To use the UrlTransactionNamingStrategy"
    },
    "autoload": {
        "psr-4": { "Kunstmaan\\UtilitiesBundle\\": "" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "5.6-dev"
        }
    }
}
