Skip to content

Commit e46e84b

Browse files
committed
Merge branch 'master' of github.com:ZnanyLekarz/AssetsBundle
2 parents 60160d0 + 4398b4f commit e46e84b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
"symfony/framework-bundle": "2.*"
1414
},
1515
"autoload": {
16-
"psr-0": { "Docplanner\\AssetsBundle": "" }
16+
"psr-4": {
17+
"Docplanner\\AssetsBundle\\": "AssetsBundle/"
18+
}
1719
},
18-
"target-dir": "Docplanner/AssetsBundle",
19-
"minimum-stability": "dev"
20+
"minimum-stability": "stable"
2021
}

0 commit comments

Comments
 (0)