1
- {
2
- "name" : " huasofoundries/phppgadmin6" ,
3
- "description" : " Like phpmyadmin but for postgres" ,
4
- "type" : " project" ,
5
- "license" : [
6
- " MIT" ,
7
- " GPL-2.0-OR-LATER" ,
8
- " BSD-3-Clause"
9
- ],
10
- "authors" : [
11
- {
12
- "name" : " FFFlabs" ,
13
- "email" : " amenadiel@gmail.com"
14
- }
15
- ],
16
- "autoload" : {
17
- "psr-4" : {
18
- "PHPPgAdmin\\ " : " src/classes" ,
19
- "PHPPgAdmin\\ Controller\\ " : " src/controllers" ,
20
- "PHPPgAdmin\\ Middleware\\ " : " src/middleware" ,
21
- "PHPPgAdmin\\ Database\\ " : " src/database" ,
22
- "PHPPgAdmin\\ XHtml\\ " : " src/xhtml" ,
23
- "PHPPgAdmin\\ Decorators\\ " : " src/decorators" ,
24
- "PHPPgAdmin\\ Traits\\ " : " src/traits" ,
25
- "PHPPgAdmin\\ Database\\ Traits\\ " : " src/database/databasetraits" ,
26
- "PHPPgAdmin\\ Help\\ " : " src/help" ,
27
- "PHPPgAdmin\\ Translations\\ " : " src/translations"
28
- }
29
- },
30
- "require" : {
31
- "php" : " >=7.1" ,
32
- "ext-pgsql" : " *" ,
33
- "slim/slim" : " ^3.6" ,
34
- "slim/twig-view" : " ~2.5.1" ,
35
- "twig/twig" : " ~1.42.4" ,
36
- "adodb/adodb-php" : " ^5.20" ,
37
- "slim/flash" : " ^0.4.0" ,
38
- "symfony/yaml" : " ^5.0"
39
- },
40
- "require-dev" : {
41
- "kint-php/kint" : " ~3.3" ,
42
- "codeception/codeception" : " *" ,
43
- "simpletest/simpletest" : " ^1.1" ,
44
- "codeception/module-asserts" : " ^1.1" ,
45
- "filp/whoops" : " ^2.7" ,
46
- "symfony/var-dumper" : " ^5.0" ,
47
- "vimeo/psalm" : " ^3.9" ,
48
- "ergebnis/composer-normalize" : " ^2.2" ,
49
- "friendsofphp/php-cs-fixer" : " ^2.16" ,
50
- "ergebnis/php-cs-fixer-config" : " ^2.0"
51
- },
52
- "extra" : {
53
- "version" : " 6.0.0-RC9" ,
54
- "current_tags" : {
55
- "master" : " 6.0.0-RC9" ,
56
- "develop" : " 6.0.0-RC9"
57
- }
58
- },
59
- "scripts" : {
60
- "clear_twig_cache" : [
61
- " make fix_permissions" ,
62
- " php -r \" array_map( 'unlink', array_filter((array) glob('temp/twigcache/**/*.php', GLOB_BRACE)));\" " ,
63
- " php -r \" array_map( 'rmdir', array_filter((array) glob('temp/twigcache/*', GLOB_BRACE)));\" "
64
- ],
65
- "post-install-cmd" : " @clear_twig_cache" ,
66
- "post-create-project-cmd" : " @clear_twig_cache"
67
- }
68
- }
1
+ {"name":"huasofoundries\/phppgadmin6","description":"Like phpmyadmin but for postgres","type":"project","license":["MIT","GPL-2.0-OR-LATER","BSD-3-Clause"],"authors":[{"name":"FFFlabs","email":"amenadiel@gmail.com"}],"autoload":{"psr-4":{"PHPPgAdmin\\":"src\/classes","PHPPgAdmin\\Controller\\":"src\/controllers","PHPPgAdmin\\Middleware\\":"src\/middleware","PHPPgAdmin\\Database\\":"src\/database","PHPPgAdmin\\XHtml\\":"src\/xhtml","PHPPgAdmin\\Decorators\\":"src\/decorators","PHPPgAdmin\\Traits\\":"src\/traits","PHPPgAdmin\\Database\\Traits\\":"src\/database\/databasetraits","PHPPgAdmin\\Help\\":"src\/help","PHPPgAdmin\\Translations\\":"src\/translations"}},"require":{"php":">=7.1","ext-pgsql":"*","slim\/slim":"^3.6","slim\/twig-view":"~2.5.1","twig\/twig":"~1.42.4","adodb\/adodb-php":"^5.20","slim\/flash":"^0.4.0","symfony\/yaml":"^5.0"},"require-dev":{"kint-php\/kint":"~3.3","codeception\/codeception":"*","simpletest\/simpletest":"^1.1","codeception\/module-asserts":"^1.1","filp\/whoops":"^2.7","symfony\/var-dumper":"^5.0","vimeo\/psalm":"^3.9","ergebnis\/composer-normalize":"^2.2","friendsofphp\/php-cs-fixer":"^2.16","ergebnis\/php-cs-fixer-config":"^2.0"},"extra":{"version":"v6.0.0-RC8-20-g1bc0ba72","current_tags":{"master":"v6.0.0-RC8-15-gf1bae70b","develop":"v6.0.0-RC8-20-g1bc0ba72"}},"scripts":{"clear_twig_cache":["make fix_permissions","php -r \"array_map( 'unlink', array_filter((array) glob('temp\/twigcache\/**\/*.php', GLOB_BRACE)));\"","php -r \"array_map( 'rmdir', array_filter((array) glob('temp\/twigcache\/*', GLOB_BRACE)));\""],"post-install-cmd":"@clear_twig_cache","post-create-project-cmd":"@clear_twig_cache"}}
0 commit comments