Skip to content

Commit 5a26e1e

Browse files
committed
Fix install
1 parent f8d5793 commit 5a26e1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"laravel",
1010
"scribe"
1111
],
12-
"homepage": "http://github.com/knuckleswtf/scribe-docblock2attributes",
12+
"homepage": "http://github.com/knuckleswtf/scribe-tags2attributes",
1313
"authors": [
1414
{
1515
"name": "Shalvah"
1616
}
1717
],
1818
"require": {
1919
"php": ">=8.0",
20-
"rector/rector": "^0.14.0"
20+
"rector/rector": "0.14.0"
2121
},
2222
"autoload": {
2323
"psr-4": {
24-
"Knuckles\\Scribe\\Docblock2Attributes\\": "src/"
24+
"Knuckles\\Scribe\\Tags2Attributes\\": "src/"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)