Skip to content

Commit

Permalink
Composer update, fixed some README grammar. Optimised travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
elb98rm committed Feb 3, 2021
1 parent 462bf94 commit a231d09
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ env:

before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
- travis_retry composer install --no-interaction --prefer-source

script:
- ./vendor/phpunit/phpunit/phpunit --coverage-html docs/tests/
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -52,10 +52,10 @@ composer require floor9design/test-data-generator

## Setup

This is a simple class, so minimal setup is required. In a composer/PSR compliant system, this should be automatically
included. If your system works another way, this can be easily included.
These are a simple classes, so minimal setup is required. In a composer/PSR compliant system, this should be
automatically included. If your system works another way, this can be manually included.

Note that it is in its own namespace, so should not clash with your other classes/methods.
Note that they are namespaced, so should not clash with your other classes/methods.

## Testing

Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a231d09

Please sign in to comment.