Skip to content

Commit 2f06e05

Browse files
committed
wip
1 parent ea75148 commit 2f06e05

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"type": "library",
44
"description": "Lightweight package that enables easy display and management of your application's version information.",
55
"license": "MPL-2.0",
6-
76
"require": {
87
"php": "^8.1",
98
"illuminate/support": "^10.0|^11.0|^12.0"
@@ -22,6 +21,13 @@
2221
"CommitGlobal\\AppVersion\\Tests\\": "tests"
2322
}
2423
},
24+
"extra": {
25+
"laravel": {
26+
"providers": [
27+
"CommitGlobal\\AppVersion\\AppVersionServiceProvider"
28+
]
29+
}
30+
},
2531
"scripts": {
2632
"test": "phpunit"
2733
},

0 commit comments

Comments
 (0)