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 557ea25 commit 85feb6eCopy full SHA for 85feb6e
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "dtl/testing-bootstrap",
+ "name": "symfony-cmf/testing-bootstrap",
3
"license": "MIT",
4
"description": "Component for bootstraping functional tests for CMF bundles only.",
5
"authors": [
@@ -23,9 +23,8 @@
23
"jackalope/jackalope-doctrine-dbal": "1.0.*"
24
},
25
"autoload": {
26
- "psr-0": { "Symfony\\Cmf\\Component\\Testing": "" }
+ "psr-0": { "Symfony\\Cmf\\Component\\Testing": "src/" }
27
28
- "target-dir": "Symfony/Cmf/Component/Testing",
29
"extra": {
30
"branch-alias": {
31
"dev-master": "1.0-dev"
0 commit comments