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

Commit ef56f92

Browse files
committed
Readme: Update
1 parent 45a49cf commit ef56f92

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
# Vendor checker for PHP Composer
2-
Package for your app – it allows your App to check himself has consistent vendor dir (direct API, no CLI).
1+
# PHP Composer consitency checker
2+
Package for your App – it allows check himself has consistent Vendor dir with requirements.
33

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

6-
## About package
6+
## About
77
For small teams can be difficult to cooperate and keep `/vendor` directory synchronized with requirements
8-
in `composer.json`. Your colleagues can be a junior or can be not accustomed to right use the Composer.
8+
in `composer.json`. Your colleagues can be a junior or can be not accustomed to right use the Composer and often forgot
9+
to call `composer install` before running the App.
910

1011
You can force refresh Composer via git-hooks, but it requires careful preparation on each developer station.
1112
In other way you can push all `/vendor` into your repo, but it's very very dirty way. Don't do it!
1213

1314
Or… just add this package to you project. It checks if you `/vendor` is consistent with project and can
14-
notify you and your colleagues to forgotten refresh.
15+
notify you and your colleagues to forgotten refresh it.
1516

1617
## Usage
1718
Add this package to project as dev-dependency:

0 commit comments

Comments
 (0)