From 582b222b00944d29d68c95750c39a71416d82ad6 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Sat, 9 Apr 2022 15:29:45 +0200 Subject: [PATCH] Fix composer install in contributing readme People that contribute know how to use composer. --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 349f1db7526..6ec4115ded6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,8 +37,7 @@ will have to run a composer installation in the project: ```sh git clone git@github.com:doctrine/orm.git cd orm -curl -sS https://getcomposer.org/installer | php -- -./composer.phar install +composer install ``` To run the testsuite against another database, copy the ``phpunit.xml.dist``