Skip to content

Commit

Permalink
Merge pull request #359 from recurly/aaron-suarez/update-readme
Browse files Browse the repository at this point in the history
Remove deprecated --dev flag to composer install command instructions
  • Loading branch information
bhelx committed Aug 1, 2018
2 parents 9eec47b + 710f500 commit adb87d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PHPUnit, then run our existing tests:

```
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install --dev
$ php composer.phar install
$ vendor/phpunit/phpunit/phpunit Tests/
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You can run our unit tests by using Composer to install PHPUnit:

```
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install --dev
$ php composer.phar install
$ vendor/bin/phpunit
```

Expand Down

0 comments on commit adb87d1

Please sign in to comment.