Skip to content

Commit 0256982

Browse files
committed
Switch to Rector rule
1 parent c378484 commit 0256982

18 files changed

+416
-548
lines changed

composer.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "knuckleswtf/scribe-docblock2attributes",
2+
"name": "knuckleswtf/scribe-tag2attributes",
33
"license": "MIT",
4-
"description": "Automatically convert Scribe v3 docblock annotations to PHP 8 attributes",
4+
"description": "Automatically convert Scribe v3 docblock tags to PHP 8 attributes",
55
"keywords": [
66
"API",
77
"documentation",
88
"laravel",
9-
"dingo"
9+
"scribe"
1010
],
1111
"homepage": "http://github.com/knuckleswtf/scribe-docblock2attributes",
1212
"authors": [
@@ -17,18 +17,11 @@
1717
],
1818
"require": {
1919
"php": ">=8.0",
20-
"knuckleswtf/scribe": "v4.x-dev"
20+
"rector/rector": "^0.14.0"
2121
},
2222
"autoload": {
2323
"psr-4": {
2424
"Knuckles\\Scribe\\Docblock2Attributes\\": "src/"
2525
}
26-
},
27-
"extra": {
28-
"laravel": {
29-
"providers": [
30-
"Knuckles\\Scribe\\Docblock2Attributes\\ServiceProvider"
31-
]
32-
}
3326
}
3427
}

src/Commands/Process.php

Lines changed: 0 additions & 189 deletions
This file was deleted.

src/Extractor.php

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)