|
| 1 | +{ |
| 2 | + "name": "private-packagist/oidc-identities", |
| 3 | + "description": "Create OIDC tokens on different platforms", |
| 4 | + "license": "MIT", |
| 5 | + "keywords": ["openid connect", "oidc", "identities"], |
| 6 | + "autoload": { |
| 7 | + "psr-4": { |
| 8 | + "PrivatePackagist\\OIDC\\Identities\\": "src/" |
| 9 | + } |
| 10 | + }, |
| 11 | + "autoload-dev": { |
| 12 | + "psr-4": { |
| 13 | + "PrivatePackagist\\OIDC\\Identities\\": "tests/" |
| 14 | + } |
| 15 | + }, |
| 16 | + "require": { |
| 17 | + "php": "^7.2.5 || ^8.0", |
| 18 | + "psr/log": "^1.0 || ^2.0 || ^3.0", |
| 19 | + "php-http/client-common": "^1.9 || ^2.7" |
| 20 | + }, |
| 21 | + "require-dev": { |
| 22 | + "phpstan/phpstan": "^1.11.8", |
| 23 | + "phpstan/phpstan-phpunit": "^1.4.0", |
| 24 | + "phpstan/phpstan-deprecation-rules": "^1.2.0", |
| 25 | + "phpstan/phpstan-strict-rules": "^1.6.0", |
| 26 | + "phpunit/phpunit": "^8.5", |
| 27 | + "php-http/mock-client": "^1.6", |
| 28 | + "nyholm/psr7": "^1.8", |
| 29 | + "symfony/http-client": "^5.4", |
| 30 | + "monolog/monolog": "^2", |
| 31 | + "friendsofphp/php-cs-fixer": "^3.4", |
| 32 | + "phpstan/extension-installer": "^1.4" |
| 33 | + }, |
| 34 | + "config": { |
| 35 | + "allow-plugins": { |
| 36 | + "php-http/discovery": true, |
| 37 | + "phpstan/extension-installer": true |
| 38 | + }, |
| 39 | + "platform": { |
| 40 | + "php": "7.2.5" |
| 41 | + } |
| 42 | + } |
| 43 | +} |
0 commit comments