summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Asset/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Asset/composer.json')
-rw-r--r--src/Symfony/Component/Asset/composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Symfony/Component/Asset/composer.json b/src/Symfony/Component/Asset/composer.json
index cfdd495..fc12a5b 100644
--- a/src/Symfony/Component/Asset/composer.json
+++ b/src/Symfony/Component/Asset/composer.json
@@ -22,8 +22,8 @@
"symfony/http-foundation": ""
},
"require-dev": {
- "symfony/http-foundation": "~3.4|~4.0",
- "symfony/http-kernel": "~3.4|~4.0"
+ "symfony/http-foundation": "^3.4|^4.0|^5.0",
+ "symfony/http-kernel": "^3.4|^4.0|^5.0"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Asset\\": "" },
@@ -34,7 +34,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
- "dev-master": "4.3-dev"
+ "dev-master": "4.4-dev"
}
}
}