|
4 | 4 | "homepage": "https://oauth2.thephpleague.com/", |
5 | 5 | "license": "MIT", |
6 | 6 | "require": { |
7 | | - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", |
| 7 | + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", |
8 | 8 | "ext-openssl": "*", |
9 | 9 | "league/event": "^3.0", |
10 | 10 | "league/uri": "^7.0", |
|
16 | 16 | "psr/http-server-middleware": "^1.0" |
17 | 17 | }, |
18 | 18 | "require-dev": { |
19 | | - "phpunit/phpunit": "^9.6.21", |
| 19 | + "phpunit/phpunit": "^10.5|^11.5|^12.0", |
20 | 20 | "laminas/laminas-diactoros": "^3.5", |
21 | | - "phpstan/phpstan": "^1.12", |
22 | | - "phpstan/phpstan-phpunit": "^1.3.15", |
| 21 | + "phpstan/phpstan": "^1.12|^2.0", |
| 22 | + "phpstan/phpstan-phpunit": "^1.3.15|^2.0", |
23 | 23 | "roave/security-advisories": "dev-master", |
24 | 24 | "phpstan/extension-installer": "^1.3.1", |
25 | | - "phpstan/phpstan-deprecation-rules": "^1.1.4", |
26 | | - "phpstan/phpstan-strict-rules": "^1.5.2", |
| 25 | + "phpstan/phpstan-deprecation-rules": "^1.1.4|^2.0", |
| 26 | + "phpstan/phpstan-strict-rules": "^1.5.2|^2.0", |
27 | 27 | "slevomat/coding-standard": "^8.14.1", |
28 | 28 | "php-parallel-lint/php-parallel-lint": "^1.3.2", |
29 | 29 | "squizlabs/php_codesniffer": "^3.8" |
|
46 | 46 | "authentication", |
47 | 47 | "resource", |
48 | 48 | "api", |
49 | | - "auth", |
50 | 49 | "protect", |
51 | 50 | "secure" |
52 | 51 | ], |
|
0 commit comments