Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 50ff738

Browse files
committed
Readme: Update subtitle
1 parent ef56f92 commit 50ff738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PHP Composer consitency checker
2-
Package for your App – it allows check himself has consistent Vendor dir with requirements.
2+
Checks if the `vendor/` directory is consistent with project's `composer.lock` (direct API, no CLI).
33

44
`composer.json` <== (synchronized) ==> `/vendor`
55

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jakubboucek/composer-consistency",
3-
"description": "Checks if the vendor/ directory is consistent with project's composer.lock",
3+
"description": "Checks if the vendor/ directory is consistent with project's composer.lock (direct API, no CLI)",
44
"type": "library",
55
"license": "MIT",
66
"authors": [

0 commit comments

Comments
 (0)