Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 14... Línea 14...
14
            "name": "All contributors",
14
            "name": "All contributors",
15
            "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
15
            "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
16
        }
16
        }
17
    ],
17
    ],
18
    "require": {
18
    "require": {
19
        "php": "^7.1",
19
        "php": ">=8.1",
-
 
20
        "ext-mbstring": "*",
20
        "paragonie/constant_time_encoding": "^2.0",
21
        "paragonie/constant_time_encoding": "^2.0 || ^3.0",
21
        "beberlei/assert": "^2.4"
22
        "psr/clock": "^1.0",
-
 
23
        "symfony/deprecation-contracts": "^3.2"
22
    },
24
    },
23
    "require-dev": {
25
    "require-dev": {
-
 
26
        "ekino/phpstan-banned-code": "^1.0",
-
 
27
        "infection/infection": "^0.26|^0.27|^0.28|^0.29",
-
 
28
        "php-parallel-lint/php-parallel-lint": "^1.3",
24
        "phpunit/phpunit": "^6.0",
29
        "phpstan/phpstan": "^1.0",
-
 
30
        "phpstan/phpstan-deprecation-rules": "^1.0",
-
 
31
        "phpstan/phpstan-phpunit": "^1.0",
25
        "satooshi/php-coveralls": "^1.0"
32
        "phpstan/phpstan-strict-rules": "^1.0",
-
 
33
        "phpunit/phpunit": "^9.5.26|^10.0|^11.0",
26
    },
34
        "qossmic/deptrac-shim": "^1.0",
27
    "suggest": {
35
        "rector/rector": "^1.0",
-
 
36
        "symfony/phpunit-bridge": "^6.1|^7.0",
-
 
37
        "symplify/easy-coding-standard": "^12.0"
28
    },
38
    },
29
    "autoload": {
39
    "autoload": {
30
        "psr-4": { "OTPHP\\": "src/" }
40
        "psr-4": { "OTPHP\\": "src/" }
31
    },
41
    },
32
    "autoload-dev": {
42
    "autoload-dev": {
33
        "psr-4": { "OTPHP\\Test\\": "tests/" }
43
        "psr-4": { "OTPHP\\Test\\": "tests/" }
34
    },
44
    },
35
    "extra": {
45
    "config": {
36
        "branch-alias": {
46
        "allow-plugins": {
-
 
47
            "phpstan/extension-installer": true,
-
 
48
            "infection/extension-installer": true,
-
 
49
            "composer/package-versions-deprecated": true,
37
            "dev-master": "9.0.x-dev"
50
            "symfony/flex": true,
-
 
51
            "symfony/runtime": true
-
 
52
        },
-
 
53
        "optimize-autoloader": true,
-
 
54
        "preferred-install": {
-
 
55
            "*": "dist"
38
        }
56
        },
-
 
57
        "sort-packages": true
39
    }
58
    }
40
}
59
}