Skip to content

Commit e4ad5b9

Browse files
committed
Migrating to PSR-4
1 parent 0065799 commit e4ad5b9

26 files changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"ext-redis": "Allows for caching with Redis"
2626
},
2727
"autoload": {
28-
"psr-0": {
29-
"Aequasi\\Bundle\\CacheBundle": "src/"
28+
"psr-4": {
29+
"Aequasi\\Bundle\\CacheBundle\\": "src/"
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)