Skip to content

Commit 85feb6e

Browse files
committed
Fixed composer.json again
1 parent 557ea25 commit 85feb6e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dtl/testing-bootstrap",
2+
"name": "symfony-cmf/testing-bootstrap",
33
"license": "MIT",
44
"description": "Component for bootstraping functional tests for CMF bundles only.",
55
"authors": [
@@ -23,9 +23,8 @@
2323
"jackalope/jackalope-doctrine-dbal": "1.0.*"
2424
},
2525
"autoload": {
26-
"psr-0": { "Symfony\\Cmf\\Component\\Testing": "" }
26+
"psr-0": { "Symfony\\Cmf\\Component\\Testing": "src/" }
2727
},
28-
"target-dir": "Symfony/Cmf/Component/Testing",
2928
"extra": {
3029
"branch-alias": {
3130
"dev-master": "1.0-dev"

0 commit comments

Comments
 (0)