Skip to content

Commit 8aad980

Browse files
committed
Fix composer
1 parent dfb82ad commit 8aad980

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
}
1414
],
1515
"require": {
16-
"symfony/symfony": "~2.3",
16+
"symfony/symfony": "~2.5",
1717
"doctrine/cache": "~1.3",
1818
"monolog/monolog": "~1.7",
1919
"wtfzdotnet/php-tmdb-api": "~2.0"
2020
},
2121
"autoload": {
22-
"psr-4": { "": "" }
23-
},
24-
"target-dir": "Wtfz/TmdbBundle"
22+
"psr-4": { "Wtfz\\TmdbBundle\\": "" }
23+
}
2524
}

0 commit comments

Comments
 (0)