This repository was archived by the owner on Oct 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
77For 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
1011You can force refresh Composer via git-hooks, but it requires careful preparation on each developer station.
1112In other way you can push all ` /vendor ` into your repo, but it's very very dirty way. Don't do it!
1213
1314Or… 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
1718Add this package to project as dev-dependency:
You can’t perform that action at this time.
0 commit comments