summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json21
1 files changed, 18 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 4658623..79b2819 100644
--- a/composer.json
+++ b/composer.json
@@ -42,11 +42,12 @@
"sebastian/comparator": "^6.2.1",
"sebastian/diff": "^6.0.2",
"sebastian/environment": "^7.2.0",
- "sebastian/exporter": "^6.1.3",
+ "sebastian/exporter": "^6.3.0",
"sebastian/global-state": "^7.0.2",
"sebastian/object-enumerator": "^6.0.1",
"sebastian/type": "^5.1.0",
- "sebastian/version": "^5.0.2"
+ "sebastian/version": "^5.0.2",
+ "staabm/side-effects-detector": "^1.0.5"
},
"config": {
"platform": {
@@ -79,6 +80,20 @@
"tests/unit/Framework/MockObject/TestDoubleTestCase.php",
"tests/unit/Metadata/Parser/AnnotationParserTestCase.php",
"tests/unit/Metadata/Parser/AttributeParserTestCase.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyArrayTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyBoolTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyCallableTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyFloatTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyInstancesOfTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyIntTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyIterableTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyNullTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyNumericTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyObjectTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyResourceTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyClosedResourceTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyScalarTest.php",
+ "tests/unit/Framework/Assert/assertContainsOnlyStringTest.php",
"tests/unit/Framework/Assert/assertDirectoryExistsTest.php",
"tests/unit/Framework/Assert/assertFileExistsTest.php",
"tests/unit/Framework/Assert/assertIsNumericTest.php",
@@ -100,7 +115,7 @@
},
"extra": {
"branch-alias": {
- "dev-main": "11.4-dev"
+ "dev-main": "11.5-dev"
}
}
}