Skip to content

Commit

Permalink
Separate sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
holtkamp authored Jun 15, 2016
1 parent 9c6cdb3 commit c44793b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Package Versions

This utility provides quick and easy access to version information of composer dependencies as derived from the ```composer.lock``` file which is (re)generated during ```composer install``` or ```composer update```.
This utility provides quick and easy access to version information of composer dependencies.

This information is derived from the ```composer.lock``` file which is (re)generated during ```composer install``` or ```composer update```.

```php
$version = \PackageVersions\Versions::getVersion('ocramius/package-versions');
Expand Down

0 comments on commit c44793b

Please sign in to comment.