diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-06 08:57:29 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-06 08:57:29 +0100 |
commit | 904188bb2643ca6d0ff2b9c579343b1e8d3d26ed (patch) | |
tree | f456d44e8906598e1f4f512f6bcb7a0d313c8b9b /composer.json | |
parent | b414963df3f566c991933e9810693dc78f63b7f6 (diff) |
update to 11.5.0
raise dependency on sebastian/exporter 6.3.0
add dependency on staabm/side-effects-detector
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 21 |
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" } } } |