Skip to content

Commit

Permalink
Tweak classmap paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored and Tobion committed Apr 11, 2015
1 parent cc17234 commit 60d4994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpFoundation/composer.json
Expand Up @@ -24,7 +24,7 @@
},
"autoload": {
"psr-4": { "Symfony\\Component\\HttpFoundation\\": "" },
"classmap": [ "Symfony/Component/HttpFoundation/Resources/stubs" ]
"classmap": [ "Resources/stubs" ]
},
"minimum-stability": "dev",
"extra": {
Expand Down
4 changes: 2 additions & 2 deletions src/Symfony/Component/Intl/composer.json
Expand Up @@ -35,8 +35,8 @@
},
"autoload": {
"psr-4": { "Symfony\\Component\\Intl\\": "" },
"classmap": [ "Symfony/Component/Intl/Resources/stubs" ],
"files": [ "Symfony/Component/Intl/Resources/stubs/functions.php" ]
"classmap": [ "Resources/stubs" ],
"files": [ "Resources/stubs/functions.php" ]
},
"minimum-stability": "dev",
"extra": {
Expand Down

0 comments on commit 60d4994

Please sign in to comment.