Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 24... Línea 24...
24
            "email": "webmaster@tubo-world.de",
24
            "email": "webmaster@tubo-world.de",
25
            "homepage": "https://github.com/Tobion"
25
            "homepage": "https://github.com/Tobion"
26
        }
26
        }
27
    ],
27
    ],
28
    "require": {
28
    "require": {
29
        "php": ">=5.5"
29
        "php": "^7.2.5 || ^8.0"
30
    },
30
    },
31
    "require-dev": {
31
    "require-dev": {
-
 
32
        "bamarni/composer-bin-plugin": "^1.8.2",
32
        "symfony/phpunit-bridge": "^4.4 || ^5.1"
33
        "phpunit/phpunit": "^8.5.39 || ^9.6.20"
33
    },
34
    },
34
    "autoload": {
35
    "autoload": {
35
        "psr-4": {
36
        "psr-4": {
36
            "GuzzleHttp\\Promise\\": "src/"
37
            "GuzzleHttp\\Promise\\": "src/"
37
        },
38
        }
38
        "files": ["src/functions_include.php"]
-
 
39
    },
39
    },
40
    "autoload-dev": {
40
    "autoload-dev": {
41
        "psr-4": {
41
        "psr-4": {
42
            "GuzzleHttp\\Promise\\Tests\\": "tests/"
42
            "GuzzleHttp\\Promise\\Tests\\": "tests/"
43
        }
43
        }
44
    },
44
    },
45
    "scripts": {
-
 
46
        "test": "vendor/bin/simple-phpunit",
-
 
47
        "test-ci": "vendor/bin/simple-phpunit --coverage-text"
-
 
48
    },
-
 
49
    "extra": {
45
    "extra": {
50
        "branch-alias": {
46
        "bamarni-bin": {
51
            "dev-master": "1.5-dev"
47
            "bin-links": true,
-
 
48
            "forward-command": false
52
        }
49
        }
53
    },
50
    },
54
    "config": {
51
    "config": {
-
 
52
        "allow-plugins": {
-
 
53
            "bamarni/composer-bin-plugin": true
-
 
54
        },
55
        "preferred-install": "dist",
55
        "preferred-install": "dist",
56
        "sort-packages": true
56
        "sort-packages": true
57
    }
57
    }
58
}
58
}