diff --git a/Tests/Functional/default.phpt b/Tests/Functional/default.phpt index f8bbfbd..7bf29bc 100644 --- a/Tests/Functional/default.phpt +++ b/Tests/Functional/default.phpt @@ -10,7 +10,7 @@ require_once 'PHPUnit/Autoload.php'; PHPUnit_TextUI_Command::main(); ?> --EXPECTF-- -PHPUnit %s by Sebastian Bergmann. +PHPUnit %s by Sebastian Bergmann and contributors. ..... diff --git a/Tests/Functional/story.phpt b/Tests/Functional/story.phpt index 69adce9..0d70304 100644 --- a/Tests/Functional/story.phpt +++ b/Tests/Functional/story.phpt @@ -12,7 +12,7 @@ require_once 'PHPUnit/Autoload.php'; PHPUnit_TextUI_Command::main(); ?> --EXPECTF-- -PHPUnit %s by Sebastian Bergmann. +PHPUnit %s by Sebastian Bergmann and contributors. BowlingGameSpec [x] Score for gutter game is 0 diff --git a/Tests/Functional/testdox.phpt b/Tests/Functional/testdox.phpt index 75890a0..19f2c3b 100644 --- a/Tests/Functional/testdox.phpt +++ b/Tests/Functional/testdox.phpt @@ -11,7 +11,7 @@ require_once 'PHPUnit/Autoload.php'; PHPUnit_TextUI_Command::main(); ?> --EXPECTF-- -PHPUnit %s by Sebastian Bergmann. +PHPUnit %s by Sebastian Bergmann and contributors. BowlingGameSpec [x] Score for gutter game is 0 diff --git a/composer.json b/composer.json index 11ebfba..1c86142 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ "irc": "irc://irc.freenode.net/phpunit" }, "require": { - "php": ">=5.2.7", - "phpunit/phpunit": ">=3.6.0RC1@stable", + "php": ">=5.3.3", + "phpunit/phpunit": ">=3.6.0@stable", "ext-spl": "*" }, "autoload": {