%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/admin1/vendor/phpro/grumphp/ |
Upload File : |
help: @echo "Please use \`make <target>' where <target> is one of" @echo " run to perform GrumPHP tests" @echo " tag to modify the version and tag" run: ./vendor/bin/grumphp run tag: $(if $(TAG),,$(error TAG is not defined. Pass via "make tag TAG=4.2.1")) @echo Tagging $(TAG) sed -i '' -e "s/APP_VERSION = '.*'/APP_VERSION = '$(TAG)'/" src/Console/ApplicationConfigurator.php php -l src/Console/ApplicationConfigurator.php git add -A git commit -m '$(TAG) release' git tag -s 'v$(TAG)' -m'Version $(TAG)'