Skip to content

Commit

Permalink
Merge pull request #237 from mfn/mfn-remove-rector
Browse files Browse the repository at this point in the history
Remove rector
  • Loading branch information
Messhias authored Mar 17, 2024
2 parents f9151ef + c143ab3 commit 79391c0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
/phpstan-baseline.neon export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/rector.php export-ignore
/tests export-ignore
5 changes: 0 additions & 5 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ jobs:
run: composer require phpunit/phpunit:^10 --no-interaction --no-progress --no-update
if: matrix.laravel == '11.*'

# Packages which are not striclty required for testing but could cause
# conflicts with other packages
- name: Remove packages not necessary
run: composer remove --dev rector/rector --no-interaction --no-progress --no-update

- name: Set Minimum Laravel ${{ matrix.laravel }} Versions
run: |
composer require "illuminate/contracts:${{ matrix.laravel }}" --no-interaction --no-progress --no-update
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"mockery/mockery": "^1.4.4",
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^8.5|^9.4|^10",
"rector/rector": "^0.12.4",
"vlucas/phpdotenv": "^5.2.0",
"yoast/phpunit-polyfills": "^2.0.0"
},
Expand Down
27 changes: 0 additions & 27 deletions rector.php

This file was deleted.

0 comments on commit 79391c0

Please sign in to comment.