Updated composer for symfony/css-selector

This commit is contained in:
Kevin Frantz 2019-03-28 14:24:35 +01:00
parent a426f3d5b7
commit 8072935ed1
2 changed files with 15 additions and 15 deletions

View File

@ -33,19 +33,19 @@
"symfony/yaml" : "*"
},
"require-dev" : {
"doctrine/doctrine-fixtures-bundle" : "^3.0",
"friendsofphp/php-cs-fixer" : "^2.13",
"phpunit/phpunit" : "^7",
"symfony/browser-kit" : "*",
"symfony/css-selector" : "*",
"symfony/debug-pack" : "*",
"symfony/dotenv" : "*",
"symfony/maker-bundle" : "^1.0",
"symfony/phpunit-bridge" : "*",
"symfony/profiler-pack" : "*",
"symfony/test-pack" : "*",
"symfony/var-dumper" : "*",
"symfony/web-server-bundle" : "*"
"doctrine/doctrine-fixtures-bundle": "^3.0",
"friendsofphp/php-cs-fixer": "^2.13",
"phpunit/phpunit": "^7",
"symfony/browser-kit": "*",
"symfony/css-selector": "4.1.*",
"symfony/debug-pack": "*",
"symfony/dotenv": "*",
"symfony/maker-bundle": "^1.0",
"symfony/phpunit-bridge": "*",
"symfony/profiler-pack": "*",
"symfony/test-pack": "*",
"symfony/var-dumper": "*",
"symfony/web-server-bundle": "*"
},
"config" : {
"preferred-install" : {
@ -80,4 +80,4 @@
"require" : "4.1.*"
}
}
}
}

View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "63671fed9b0b77872da797b10a1ef41a",
"content-hash": "743a9cf34f5f18fef5e0d6c8a9ce710a",
"packages": [
{
"name": "doctrine/annotations",