Skip to content

Commit

Permalink
Remove rector
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Jan 11, 2025
1 parent f94a017 commit 0156969
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

jobs:
psalm:
phpcs:
name: Code Style
runs-on: ${{ matrix.os }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.3' ]
php: [ '8.4' ]
os: [ ubuntu-latest ]
steps:
- name: Set Git To Use LF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.3' ]
php: [ '8.4' ]
os: [ ubuntu-latest ]
steps:
- name: Set Git To Use LF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2', '8.3' ]
php: [ '8.1', '8.2', '8.3', '8.4' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
stability: [ prefer-lowest, prefer-stable ]
steps:
Expand Down
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"phplrt/compiler": "^3.7",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^10.5|^11.0",
"rector/rector": "^1.1"
"phpunit/phpunit": "^10.5|^11.0"
},
"autoload-dev": {
"psr-4": {
Expand Down Expand Up @@ -61,11 +60,7 @@

"phpcs": "@phpcs:check",
"phpcs:check": "php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --dry-run --verbose --diff",
"phpcs:fix": "php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --verbose --diff",

"rector": "@rector:check",
"rector:check": "rector --dry-run --config=rector.php",
"rector:fix": "rector --config=rector.php"
"phpcs:fix": "php-cs-fixer fix --config=.php-cs-fixer.php --allow-risky=yes --verbose --diff"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
15 changes: 0 additions & 15 deletions rector.php

This file was deleted.

0 comments on commit 0156969

Please sign in to comment.