Skip to content

Commit

Permalink
Fixup composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbjorn committed Aug 25, 2014
1 parent b844162 commit 92a3ee4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
"psr-4" : { "Normalt\\" : "src" }
},

"autoload-dev" : {
"psr-4" : { "Fixtures\\" : "spec/Fixtures" }
},

"require" : {
"symfony/serializer" : ">=2.3,<=3.0"
"symfony/serializer" : "~2.3"
},

"require-dev" : {
"doctrine/common" : ">=2.1,<3.0"
"doctrine/common" : "~2.1"
}
}
4 changes: 0 additions & 4 deletions spec/Normalt/Normalizer/RecursiveReflectionNormalizerSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

namespace spec\Normalt\Normalizer;

// Fixtures
require __DIR__ . '/../../Fixtures/Import.php';
require __DIR__ . '/../../Fixtures/ImportWrapper.php';

class RecursiveReflectionNormalizerSpec extends \PhpSpec\ObjectBehavior
{
function it_is_initializable()
Expand Down

0 comments on commit 92a3ee4

Please sign in to comment.