Skip to content

Commit a0774b1

Browse files
[2.8] Fix 3.0 incompatible deps
1 parent 287a33e commit a0774b1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Tests/Console/Descriptor/AbstractDescriptorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ public function testLegacyDescribeSynchronizedServiceDefinition(Definition $defi
7575
$this->assertDescription($expectedDescription, $definition);
7676
}
7777

78+
/**
79+
* @group legacy
80+
*/
7881
public function provideLegacySynchronizedServiceDefinitionTestData()
7982
{
8083
return $this->getDescriptionTestData(ObjectsProvider::getLegacyContainerDefinitions());

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"symfony/config": "~2.4",
2323
"symfony/event-dispatcher": "~2.8|~3.0.0",
2424
"symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4|~3.0.0",
25-
"symfony/http-kernel": "~2.7|~3.0.0",
25+
"symfony/http-kernel": "~2.7",
2626
"symfony/filesystem": "~2.3|~3.0.0",
2727
"symfony/routing": "~2.8|~3.0.0",
2828
"symfony/security-core": "~2.6|~3.0.0",
2929
"symfony/security-csrf": "~2.6|~3.0.0",
3030
"symfony/stopwatch": "~2.3|~3.0.0",
3131
"symfony/templating": "~2.1|~3.0.0",
32-
"symfony/translation": "~2.7|~3.0.0",
32+
"symfony/translation": "~2.7",
3333
"doctrine/annotations": "~1.0"
3434
},
3535
"require-dev": {
@@ -41,7 +41,7 @@
4141
"symfony/finder": "~2.0,>=2.0.5|~3.0.0",
4242
"symfony/intl": "~2.3|~3.0.0",
4343
"symfony/security": "~2.6|~3.0.0",
44-
"symfony/form": "~2.8|~3.0.0",
44+
"symfony/form": "~2.8",
4545
"symfony/class-loader": "~2.1|~3.0.0",
4646
"symfony/expression-language": "~2.6|~3.0.0",
4747
"symfony/process": "~2.0,>=2.0.5|~3.0.0",

0 commit comments

Comments
 (0)