codelicia / depreday
Let's commemorate deprecations' anniversary 🎂
0.1.1
2020-04-22 14:11 UTC
Requires
- php: >=7.4 || >=8.0
- symfony/console: ^4.0 || ^5.0
- symfony/finder: ^4.0 || ^5.0
- symfony/process: ^4.0 || ^5.0
- webmozart/assert: ^1.8
Requires (Dev)
- doctrine/coding-standard: ^7.0.2
- phpunit/phpunit: ^9.1
- roave/security-advisories: dev-master
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2024-11-04 06:43:10 UTC
README
Now you have the chance to commemorate important deprecation day marks with your colleagues at work. After all, we have to celebrate our achievements.
Installing
Use composer to install, or copy paste every single file from the github ui to your disk.
$ composer require codelicia/depreday
Usage
depreday [-x|--extension [EXTENSION]] [-e|--exclude [EXCLUDE]] [--] [<dir>]
default values:
dir
: current working directory$PWD
extension
:php
exclude
: [vendor
,var
,cache
,node_modules
]
Limitations
- It requires you to have the file commit in a git repository;
codelicia/depreday
usesgit-blame
to check for changes in the line that have thedeprecated
annotation. So it can be inaccurate as unrelated changes in the file may cause the line to miss-computed as "changed".
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Author
- Jefersson Nathan (@malukenho)