Skip to content

Commit

Permalink
Merge pull request #9639 from ruudk/patch-1
Browse files Browse the repository at this point in the history
Fix composer install in contributing readme
  • Loading branch information
greg0ire authored Apr 9, 2022
2 parents 1ffb915 + 582b222 commit 976fe5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ will have to run a composer installation in the project:
```sh
git clone [email protected]: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``
Expand Down

0 comments on commit 976fe5b

Please sign in to comment.