Skip to content

Commit ada1c1c

Browse files
nicolas-grekasfabpot
authored andcommitted
Bump minimum version of PHP to 8.1
1 parent dc12a41 commit ada1c1c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Tests/Adapter/ExtLdap/EntryManagerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function testMoveWithRFC4514DistinguishedName(string $dn, string $expecte
6060
$entryManager = new EntryManager($connection);
6161

6262
$method = (new \ReflectionClass(EntryManager::class))->getMethod('parseRdnFromEntry');
63-
$method->setAccessible(true);
6463

6564
$cn = $method->invokeArgs($entryManager, [$entry, 'a']);
6665

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.0.2",
19+
"php": ">=8.1",
2020
"ext-ldap": "*",
2121
"symfony/options-resolver": "^5.4|^6.0"
2222
},

0 commit comments

Comments
 (0)