Skip to content

Commit

Permalink
Remove PHP unit and lint from composer require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis authored and DeepDiver1975 committed Nov 26, 2018
1 parent 1d58378 commit 61c62b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,431 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ endif
endif

# bin file definitions
PHPUNIT=php -d zend.enable_gc=0 vendor/bin/phpunit
PHPUNITDBG=phpdbg -qrr -d memory_limit=4096M -d zend.enable_gc=0 "./vendor/bin/phpunit"
PHPUNIT=php -d zend.enable_gc=0 "$(PWD)/../../lib/composer/bin/phpunit"
PHPUNITDBG=phpdbg -qrr -d memory_limit=4096M -d zend.enable_gc=0 "$(PWD)/../../lib/composer/bin/phpunit"
PHP_CS_FIXER=php -d zend.enable_gc=0 vendor-bin/owncloud-codestyle/vendor/bin/php-cs-fixer
PHAN=php -d zend.enable_gc=0 vendor-bin/phan/vendor/bin/phan
PHPSTAN=php -d zend.enable_gc=0 vendor-bin/phpstan/vendor/bin/phpstan
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"require": {
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"jakub-onderka/php-parallel-lint": "^1.0",
"bamarni/composer-bin-plugin": "^1.2"
},
"extra": {
Expand Down
Loading

0 comments on commit 61c62b2

Please sign in to comment.