We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea75148 commit 2f06e05Copy full SHA for 2f06e05
1 file changed
composer.json
@@ -3,7 +3,6 @@
3
"type": "library",
4
"description": "Lightweight package that enables easy display and management of your application's version information.",
5
"license": "MPL-2.0",
6
-
7
"require": {
8
"php": "^8.1",
9
"illuminate/support": "^10.0|^11.0|^12.0"
@@ -22,6 +21,13 @@
22
21
"CommitGlobal\\AppVersion\\Tests\\": "tests"
23
}
24
},
+ "extra": {
25
+ "laravel": {
26
+ "providers": [
27
+ "CommitGlobal\\AppVersion\\AppVersionServiceProvider"
28
+ ]
29
+ }
30
+ },
31
"scripts": {
32
"test": "phpunit"
33
0 commit comments