PHP Classes

File: vendor/smalot/pdfparser/Makefile

Recommend this page to a friend!
  Classes of Cuthbert Martin Lwinga   PHP Neural Net Library   vendor/smalot/pdfparser/Makefile   Download  
File: vendor/smalot/pdfparser/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Neural Net Library
Build, train, evaluate, and use neural networks
Author: By
Last change:
Date: 6 months ago
Size: 660 bytes
 

Contents

Class file image Download
install-dev-tools: composer update --working-dir=dev-tools # Workaround to force PHPUnit 7.5.x when running Scrutinizer. # Scrutinizer fails due to not enough memory when using a newer PHPUnit version (tested with 9.5). # @see: https://github.com/smalot/pdfparser/issues/410 # @see: https://github.com/smalot/pdfparser/pull/412 prepare-for-scrutinizer: cd dev-tools && sed -e 's/>=7.5/^7.5/g' composer.json > composer.json2 && rm composer.json && mv composer.json2 composer.json run-php-cs-fixer: dev-tools/vendor/bin/php-cs-fixer fix $(ARGS) run-phpstan: dev-tools/vendor/bin/phpstan analyze $(ARGS) run-phpunit: dev-tools/vendor/bin/phpunit $(ARGS)