1
0
Fork 0

CONTRIBUTING: remove outdated suggestion (#11600)

This doesn't appear to be needed anymore since 2a771dfb2d.

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
pull/11607/head
Juliette 2023-08-30 14:09:14 +02:00 committed by GitHub
parent 388485b98a
commit 80b02cdef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -44,10 +44,6 @@ To achieve this, you need to acquire the Composer source code:
You can run the test suite by executing `vendor/bin/simple-phpunit` when inside the
composer directory, and run Composer by executing the `bin/composer`.
For running the tests against the most recent PHP versions (PHP 8.0/8.1), you will
need to run `composer update --ignore-platform-reqs && git checkout composer.lock` before running
the `vendor/bin/simple-phpunit` command.
To test your modified Composer code against another project, run
`php /path/to/composer/bin/composer` inside that project's directory.