Skip to content

Commit

Permalink
Merge pull request #370 from TomasVotruba/composer-tweaks
Browse files Browse the repository at this point in the history
Composer tweaks
  • Loading branch information
mikeSimonson committed Oct 21, 2015
2 parents 089dbbc + d263c7b commit 7eb674d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@
"mockery/mockery": "^0.9.4",
"johnkary/phpunit-speedtrap": "~1.0@dev"
},
"suggest": {
"symfony/console": "to run the migration from the console"
},
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
}
},
"autoload-dev": {
"psr-4": {
"Doctrine\\DBAL\\Migrations\\Tests\\": "tests/Doctrine/DBAL/Migrations/Tests"
}
},
"extra": {
"branch-alias": {
"dev-master": "v1.1.x-dev"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

namespace Doctrine\DBAL\Migrations\Configuration;
use Doctrine\Common\Proxy\Exception\InvalidArgumentException;

/**
* Load migration configuration information from a PHP configuration file.
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit colors="true" bootstrap="tests/bootstrap.php">
<phpunit colors="true" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Doctrine2 Database Migrations Test Suite">
<directory>./tests/Doctrine/</directory>
Expand Down
4 changes: 0 additions & 4 deletions tests/bootstrap.php

This file was deleted.

0 comments on commit 7eb674d

Please sign in to comment.