1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

replace all occurences in code and comments

This commit is contained in:
Rob Bast 2015-09-24 16:32:36 +02:00
parent 1ccfc8eb96
commit a1427d7fd6
38 changed files with 124 additions and 122 deletions

View file

@ -14,7 +14,7 @@ namespace Composer\Test\Package\Version;
use Composer\Config;
use Composer\Package\Version\VersionGuesser;
use Composer\Package\Version\VersionParser;
use Composer\Semver\VersionParser;
class VersionGuesserTest extends \PHPUnit_Framework_TestCase
{