Skip to content

Commit

Permalink
chore: remove nunomaduro/collision
Browse files Browse the repository at this point in the history
  • Loading branch information
hms5232 committed Mar 1, 2023
1 parent dd6e327 commit 1d810f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress
- name: Run test suite
run: composer run-script testbench
run: vendor/bin/phpunit
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"nunomaduro/collision": "^6.3 || ^5.0 || ^7.0",
"orchestra/testbench": "^7.11 || ^6.10 || ^8.0",
"squizlabs/php_codesniffer": "^3.0"
},
"scripts": {
"test": "composer lint; composer testbench",
"test": "composer lint; ./vendor/bin/phpunit",
"lint": "./vendor/bin/phpcs",
"lint:fix": "./vendor/bin/phpcbf",
"testbench": "./vendor/bin/testbench package:test",
"phpunit:coverage": "./vendor/bin/phpunit --coverage-text"
},
"autoload-dev": {
Expand Down

0 comments on commit 1d810f2

Please sign in to comment.