diff options
| -rw-r--r-- | checkpkgist.json | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/checkpkgist.json b/checkpkgist.json index 24f477c..91cc8d9 100644 --- a/checkpkgist.json +++ b/checkpkgist.json @@ -1,8 +1,11 @@  { +    "phpspec\/phpspec": "php-phpspec", +    "phpspec\/prophecy": "php-phpspec-prophecy", +    "phpspec\/php-diff": "php-phpspec-php-diff", +    "phpdocumentor\/reflection-docblock": "php-phpdocumentor-reflection-docblock",      "fabpot\/goutte": "php-goutte",      "jms\/parser-lib": "php-JMSParser",      "michelf\/php-markdown": "php-markdown", -    "sabberworm\/php-css-parser": "php-PHP-CSS-Parser",      "zendframework\/zendframework1": "php-ZendFramework",      "sabre\/dav": "php-sabre-dav",      "phpunit\/phpunit-story": "php-phpunit-PHPUnit-Story",  | 
