Skip to content

Commit

Permalink
Underline that composer.lock is used as source of information
Browse files Browse the repository at this point in the history
  • Loading branch information
holtkamp authored Jun 15, 2016
1 parent 7519e4d commit 9c6cdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package Versions

This utility provides very quick and easy access to installed composer dependency 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```.

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

0 comments on commit 9c6cdb3

Please sign in to comment.