Add autoload section
Showing
... | @@ -14,5 +14,8 @@ | ... | @@ -14,5 +14,8 @@ |
"require": { | "require": { | ||
"php": ">=5.3.2", | "php": ">=5.3.2", | ||
"doctrine/common": "2.*" | "doctrine/common": "2.*" | ||
}, | |||
"autoload": { | |||
"psr-0": { "Symfony": "src/" } | |||
} | } | ||
} | } |
Please register or sign in to comment