Skip to content

Commit de90121

Browse files
committed
migrate to PSR-4 autoloading
1 parent aae2168 commit de90121

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"email": "william.durand1@gmail.com"
1010
}],
1111

12-
"target-dir": "Propel/PropelBundle",
1312
"autoload": {
14-
"psr-0": { "Propel\\PropelBundle": "" }
13+
"psr-4": { "Propel\\PropelBundle\\": "" },
14+
"exclude-from-classmap": [ "Tests/" ]
1515
},
1616

1717
"require": {

0 commit comments

Comments
 (0)