Skip to content

Commit dad30cd

Browse files
committed
Updated composer.json file
1 parent efdc371 commit dad30cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "goatform/api-tracker-bundle",
33
"description": "",
4+
"type": "symfony-bundle",
5+
"homepage": "https://github.com/Goatform/api-tracker-bundle",
46
"authors": [
57
{
68
"name": "Goatform"
@@ -18,11 +20,11 @@
1820
"require": {
1921
"php": ">=8.0"
2022
},
21-
"minimum-stability": "stable",
23+
"minimum-stability": "dev",
2224
"prefer-stable": true,
2325
"autoload": {
2426
"psr-4": {
25-
"Goatform\\ApiTrackerBundle\\": "src/"
27+
"Goatform\\ApiTracker\\Bundle\\": "src/"
2628
}
2729
}
2830
}

0 commit comments

Comments
 (0)