We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdc371 commit dad30cdCopy full SHA for dad30cd
1 file changed
composer.json
@@ -1,6 +1,8 @@
1
{
2
"name": "goatform/api-tracker-bundle",
3
"description": "",
4
+ "type": "symfony-bundle",
5
+ "homepage": "https://github.com/Goatform/api-tracker-bundle",
6
"authors": [
7
8
"name": "Goatform"
@@ -18,11 +20,11 @@
18
20
"require": {
19
21
"php": ">=8.0"
22
},
- "minimum-stability": "stable",
23
+ "minimum-stability": "dev",
24
"prefer-stable": true,
25
"autoload": {
26
"psr-4": {
- "Goatform\\ApiTrackerBundle\\": "src/"
27
+ "Goatform\\ApiTracker\\Bundle\\": "src/"
28
}
29
30
0 commit comments