We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba7c9f commit e1a9581Copy full SHA for e1a9581
composer.json
@@ -4,11 +4,15 @@
4
"type": "project",
5
"description": "Symfony Demo Application",
6
"autoload": {
7
- "psr-4": { "": "src/" },
+ "psr-4": {
8
+ "AppBundle\\": "src/AppBundle/",
9
+ "CodeExplorerBundle\\": "src/CodeExplorerBundle/"
10
+ },
11
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
12
},
13
"autoload-dev": {
- "psr-4": { "Tests\\": "tests/" }
14
+ "psr-4": { "Tests\\": "tests/" },
15
+ "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
16
17
"require": {
18
"php" : ">=5.5.9",
0 commit comments