We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543012c commit b944760Copy full SHA for b944760
.github/workflows/rector.yaml
@@ -12,9 +12,6 @@ jobs:
12
-
13
if: github.event.pull_request.head.repo.full_name == github.repository
14
uses: actions/checkout@v3
15
- with:
16
- # Must be used to trigger workflow after push
17
- token: ${{ secrets.ACCESS_TOKEN }}
18
19
20
uses: shivammathur/setup-php@v2
composer.json
@@ -33,8 +33,7 @@
33
"phpstan/phpstan": "^1.10",
34
"friendsofphp/php-cs-fixer": "^3.0",
35
"rector/rector": "^0.15",
36
- "phpunit/phpunit": "^10.0",
37
- "phpspec/phpspec": "*"
+ "phpspec/phpspec": "^7.3"
38
},
39
"config": {
40
"bin-dir": "bin",
0 commit comments