mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-27 12:35:02 +01:00
Merge pull request #31 from psalm/bump-package-versions
Bump package versions
This commit is contained in:
commit
34d1373c17
@ -3,7 +3,7 @@ namespace Psalm\PhpUnitPlugin;
|
||||
|
||||
use Composer\Semver\Comparator;
|
||||
use Composer\Semver\VersionParser;
|
||||
use Muglug\PackageVersions\Versions;
|
||||
use Ocramius\PackageVersions\Versions;
|
||||
use SimpleXMLElement;
|
||||
use Psalm\Plugin\PluginEntryPointInterface;
|
||||
use Psalm\Plugin\RegistrationInterface;
|
||||
|
@ -13,7 +13,7 @@
|
||||
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",
|
||||
"vimeo/psalm": "^3.2.9 || dev-master",
|
||||
"composer/semver": "^1.4",
|
||||
"muglug/package-versions-56": "^1.2"
|
||||
"ocramius/package-versions": "^1.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.3.1",
|
||||
|
@ -5,7 +5,7 @@ use Codeception\Exception\Skip;
|
||||
use Codeception\Exception\TestRuntimeException;
|
||||
use Composer\Semver\Comparator;
|
||||
use Composer\Semver\VersionParser;
|
||||
use Muglug\PackageVersions\Versions;
|
||||
use Ocramius\PackageVersions\Versions;
|
||||
|
||||
// here you can define custom actions
|
||||
// all public methods declared in helper class will be available in $I
|
||||
|
Loading…
Reference in New Issue
Block a user