Skip to content

Commit

Permalink
Fix composer install in contributing readme
Browse files Browse the repository at this point in the history
People that contribute know how to use composer.
  • Loading branch information
ruudk authored Apr 9, 2022
1 parent 1ffb915 commit 582b222
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 582b222

Please sign in to comment.