Skip to content

Commit b944760

Browse files
committed
Updated require-dev + removed token from the rector ci
1 parent 543012c commit b944760

File tree

3 files changed

+708
-1531
lines changed

3 files changed

+708
-1531
lines changed

.github/workflows/rector.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
-
1313
if: github.event.pull_request.head.repo.full_name == github.repository
1414
uses: actions/checkout@v3
15-
with:
16-
# Must be used to trigger workflow after push
17-
token: ${{ secrets.ACCESS_TOKEN }}
1815

1916
-
2017
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"phpstan/phpstan": "^1.10",
3434
"friendsofphp/php-cs-fixer": "^3.0",
3535
"rector/rector": "^0.15",
36-
"phpunit/phpunit": "^10.0",
37-
"phpspec/phpspec": "*"
36+
"phpspec/phpspec": "^7.3"
3837
},
3938
"config": {
4039
"bin-dir": "bin",

0 commit comments

Comments
 (0)