summaryrefslogtreecommitdiffstats
path: root/checkpkgist.json
blob: d5254501f04676f0b149e64a907948cc1c90a1e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/*
  CheckPkgist configuration file

  Key:   packagist name
  Value: RPM name

  Last update: 2014-07-17
*/
{
    "bartlett/php-compatinfo":              "php-bartlett-PHP-CompatInfo",
    "bartlett/php-reflect":                 "php-bartlett-PHP-Reflect",
    "doctrine/annotations":                 "php-doctrine-annotations",
    "doctrine/cache":                       "php-doctrine-cache",
    "doctrine/collections":                 "php-doctrine-collections",
    "doctrine/common":                      "php-doctrine-common",
    "doctrine/data-fixtures":               "php-doctrine-datafixtures",
    "doctrine/dbal":                        "php-doctrine-dbal",
    "doctrine/inflector":                   "php-doctrine-inflector",
    "doctrine/lexer":                       "php-doctrine-lexer",
    "doctrine/orm":                         "php-doctrine-orm",
    "fabpot/goutte":                        "php-goutte",
    "fzaninotto/faker":                     "php-Faker",
    "jms/metadata":                         "php-Metadata",
    "jms/parser-lib":                       "php-JMSParser",
    "justinrainbow/json-schema":            "php-JsonSchema",
    "kriswallsmith/assetic":                "php-Assetic",
    "klaussilveira/gitter":                 "php-gitter",
    "leafo/scssphp":                        "php-scssphp",
    "michelf/php-markdown":                 "php-markdown",
    "mikey179/vfsStream":                   "php-mikey179-vfsstream",
    "mockery/mockery":                      "php-deepend-Mockery",
    "monolog/monolog":                      "php-Monolog",
    "ocramius/instantiator":                "php-ocramius-instantiator",
    "ocramius/lazy-map":                    "php-ocramius-lazy-map",
    "psr/log":                              "php-PsrLog",
    "raven/raven":                          "php-Raven",
    "sabberworm/php-css-parser":            "php-PHP-CSS-Parser",
    "sdboyer/gliph":                        "php-gliph",
    "seld/jsonlint":                        "php-jsonlint",
    "solarium/solarium":                    "php-solarium",
    "symfony/symfony":                      "php-symfony",
    "twig/twig":                            "php-twig-Twig",
    "zendframework/zendframework1":         "php-ZendFramework",
    "zendframework/zendframework":          "php-ZendFramework2",

    "sabre/dav":                            "php-sabre-dav",
    "sabre/event":                          "php-sabre-event",
    "sabre/http":                           "php-sabre-http",
    "sabre/vobject":                        "php-sabre-vobject",

    "phploc/phploc":                        "php-phpunit-phploc",

    "phpunit/dbunit":                       "php-phpunit-DbUnit",
    "phpunit/phpcov":                       "php-phpunit-phpcov",
    "phpunit/php-code-coverage":            "php-phpunit-PHP-CodeCoverage",
    "phpunit/php-file-iterator":            "php-phpunit-File-Iterator",
    "phpunit/php-invoker":                  "php-phpunit-PHP-Invoker",
    "phpunit/php-text-template":            "php-phpunit-Text-Template",
    "phpunit/php-timer":                    "php-phpunit-PHP-Timer",
    "phpunit/php-token-stream":             "php-phpunit-PHP-TokenStream",
    "phpunit/phpunit":                      "php-phpunit-PHPUnit",
    "phpunit/phpunit-mock-objects":         "php-phpunit-PHPUnit-MockObject",
    "phpunit/phpunit-selenium":             "php-phpunit-PHPUnit-Selenium",
    "phpunit/phpunit-skeleton-generator":   "php-phpunit-PHPUnit-SkeletonGenerator",
    "phpunit/phpunit-story":                "php-phpunit-PHPUnit-Story",

    "sebastian/comparator":                 "php-phpunit-comparator",
    "sebastian/diff":                       "php-phpunit-diff",
    "sebastian/environment":                "php-phpunit-environment",
    "sebastian/exporter":                   "php-phpunit-exporter",
    "sebastian/finder-facade":              "php-phpunit-FinderFacade",
    "sebastian/git":                        "php-phpunit-git",
    "sebastian/phpcpd":                     "php-phpunit-phpcpd",
    "sebastian/phpdcd":                     "php-phpunit-phpdcd",
    "sebastian/version":                    "php-phpunit-Version",
}