diff options
| -rw-r--r-- | checkpkgist.json | 3 | ||||
| -rw-r--r-- | multiver.json | 1 | 
2 files changed, 3 insertions, 1 deletions
diff --git a/checkpkgist.json b/checkpkgist.json index 901cd70..b07a495 100644 --- a/checkpkgist.json +++ b/checkpkgist.json @@ -30,5 +30,6 @@      "php-phpdocumentor-reflection-docblock4": "phpdocumentor\/reflection-docblock",      "php-microsoft-tolerant-php-parser": "microsoft\/tolerant-php-parser",      "phpunit7": "phpunit\/phpunit", +    "php-nikic-php-parser4": "nikic\/php-parser",      "phinx": "robmorgan\/phinx" -}
\ No newline at end of file +} diff --git a/multiver.json b/multiver.json index 5a99268..52d7137 100644 --- a/multiver.json +++ b/multiver.json @@ -7,6 +7,7 @@  	"php-phpunit-diff": 1,  	"php-phpunit-PHPUnit": 5,  	"php-phpunit-PHPUnit-Selenium": 3, +	"php-phpunit-PHPUnit-MockObject": 3,  	"php-symfony": 2,  	"php-udan11-sql-parser": 3,  	"php-deepend-Mockery" : 0  | 
