Skip to content

Commit

Permalink
Fix build for PHP 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Dec 3, 2018
1 parent a9e5063 commit 93bc27b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -4,10 +4,11 @@

use Doctrine\Bundle\MigrationsBundle\DependencyInjection\DoctrineMigrationsExtension;
use Doctrine\DBAL\Migrations\Configuration\Configuration;
use PHPUnit\Framework\TestCase;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;

class DoctrineMigrationsExtensionTest extends \PHPUnit_Framework_TestCase
class DoctrineMigrationsExtensionTest extends TestCase
{
public function testOrganizeMigrations()
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -26,7 +26,7 @@
"doctrine/migrations": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36"
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
},
"autoload": {
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" }
Expand Down

0 comments on commit 93bc27b

Please sign in to comment.