Bump craue/config-bundle from 2.3.0 to 2.4.0

Bumps [craue/config-bundle](https://github.com/craue/CraueConfigBundle) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/craue/CraueConfigBundle/releases)
- [Changelog](https://github.com/craue/CraueConfigBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/craue/CraueConfigBundle/compare/2.3.0...2.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-04 03:56:35 +00:00 committed by GitHub
parent 7b8f63f731
commit f28720f81a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

32
composer.lock generated
View file

@ -216,36 +216,43 @@
}, },
{ {
"name": "craue/config-bundle", "name": "craue/config-bundle",
"version": "2.3.0", "version": "2.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/craue/CraueConfigBundle.git", "url": "https://github.com/craue/CraueConfigBundle.git",
"reference": "7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72" "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72", "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
"reference": "7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72", "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/doctrine-bundle": "^1.5.1", "doctrine/doctrine-bundle": "^1.5.1|~2.0",
"php": "~7.0", "php": "~7.0",
"psr/simple-cache": "^1.0", "psr/simple-cache": "^1.0",
"symfony/framework-bundle": "~3.4|~4.1" "symfony/cache": "~3.4|~4.2|~5.0",
"symfony/config": "~3.4|~4.2|~5.0",
"symfony/dependency-injection": "~3.4|~4.2|~5.0",
"symfony/form": "~3.4|~4.2|~5.0",
"symfony/framework-bundle": "~3.4|~4.2|~5.0",
"symfony/http-foundation": "~3.4|~4.2|~5.0",
"symfony/http-kernel": "~3.4|~4.2|~5.0",
"symfony/options-resolver": "~3.4|~4.2|~5.0",
"symfony/validator": "~3.4|~4.2|~5.0"
}, },
"require-dev": { "require-dev": {
"doctrine/doctrine-cache-bundle": "^1.3.5",
"doctrine/instantiator": "^1.0.5", "doctrine/instantiator": "^1.0.5",
"doctrine/orm": "^2.5.14", "doctrine/orm": "^2.5.14",
"phpunit/phpunit": "^6.5.13|^7.5.1", "phpunit/phpunit": "^6.5.13|^7.5.1",
"symfony/phpunit-bridge": "~3.4|~4.1", "symfony/phpunit-bridge": "~5.0",
"symfony/symfony": "~3.4|~4.1" "symfony/symfony": "~3.4|~4.2|~5.0"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.3.x-dev" "dev-master": "2.4.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -274,10 +281,9 @@
"homepage": "https://github.com/craue/CraueConfigBundle", "homepage": "https://github.com/craue/CraueConfigBundle",
"keywords": [ "keywords": [
"config", "config",
"symfony3", "symfony"
"symfony4"
], ],
"time": "2019-08-01T15:52:03+00:00" "time": "2019-12-03T08:32:04+00:00"
}, },
{ {
"name": "defuse/php-encryption", "name": "defuse/php-encryption",