We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6526d6 commit b8759d1Copy full SHA for b8759d1
3 files changed
.github/workflows/phpstan_test.yml .github/workflows/mago.yml.github/workflows/phpstan_test.yml renamed to .github/workflows/mago.yml
src/composer.json
@@ -18,13 +18,15 @@
18
},
19
"require-dev": {
20
"carthage-software/mago": "^1.2",
21
+ "driftingly/rector-laravel": "^2.1",
22
"fakerphp/faker": "^1.23",
23
"laravel/pail": "^1.1",
24
"laravel/pint": "^1.13",
25
"laravel/sail": "^1.26",
26
"mockery/mockery": "^1.6",
27
"nunomaduro/collision": "^8.1",
- "phpunit/phpunit": "^11.0.1"
28
+ "phpunit/phpunit": "^11.0.1",
29
+ "rector/rector": "^2.3"
30
31
"autoload": {
32
"psr-4": {
0 commit comments