diff --git a/composer.json b/composer.json index 120b4818f..e6e5864bf 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,8 @@ }, "extra": { "branch-alias": { - "dev-master": "2.4-dev", - "dev-develop": "2.5-dev" + "dev-master": "2.1-dev", + "dev-develop": "2.2-dev" } }, "autoload-dev": { diff --git a/test/CrudTest.php b/test/CrudTest.php index 124e5b0ee..4e9531b4c 100644 --- a/test/CrudTest.php +++ b/test/CrudTest.php @@ -100,7 +100,7 @@ public function testIllegalUpdate() } $this->getLDAP()->delete($dn); if (!$exThrown) { - $this->fail('no exception thrown while illegaly updating entry'); + $this->fail('no exception thrown while illegally updating entry'); } } catch (Exception\LdapException $e) { $this->fail($e->getMessage());