|
2 | 2 | "name": "roave/backward-compatibility-check", |
3 | 3 | "description": "Tool to compare two revisions of a public API to check for BC breaks", |
4 | 4 | "require": { |
5 | | - "php": "~8.3.0 || ~8.4.0 || ~8.5.0", |
| 5 | + "php": "~8.4.0 || ~8.5.0", |
6 | 6 | "ext-dom": "*", |
7 | 7 | "ext-json": "*", |
8 | 8 | "ext-libxml": "*", |
9 | 9 | "ext-simplexml": "*", |
10 | | - "azjezz/psl": "^4.2.1", |
| 10 | + "php-standard-library/iter": "^6.0", |
| 11 | + "php-standard-library/async": "^6.0", |
| 12 | + "php-standard-library/str": "^6.0", |
| 13 | + "php-standard-library/env": "^6.0", |
| 14 | + "php-standard-library/filesystem": "^6.0", |
| 15 | + "php-standard-library/json": "^6.0", |
| 16 | + "php-standard-library/type": "^6.0", |
| 17 | + "php-standard-library/regex": "^6.0", |
| 18 | + "php-standard-library/foundation": "^6.0", |
| 19 | + "php-standard-library/dict": "^6.0", |
| 20 | + "php-standard-library/file": "^6.0", |
| 21 | + "php-standard-library/vec": "^6.0", |
| 22 | + "php-standard-library/shell": "^6.0", |
11 | 23 | "composer/composer": "^2.9.5", |
12 | 24 | "nikic/php-parser": "^5.7.0", |
13 | 25 | "nikolaposa/version": "^4.2.1", |
|
29 | 41 | "require-dev": { |
30 | 42 | "doctrine/coding-standard": "^14.0.0", |
31 | 43 | "justinrainbow/json-schema": "^6.7.2", |
| 44 | + "php-standard-library/hash": "^6.0", |
| 45 | + "php-standard-library/secure-random": "^6.0", |
32 | 46 | "php-standard-library/psalm-plugin": "^2.3.0", |
33 | 47 | "phpunit/phpunit": "^12.5.12", |
34 | 48 | "psalm/plugin-phpunit": "^0.19.5", |
|
58 | 72 | "config": { |
59 | 73 | "sort-packages": true, |
60 | 74 | "platform": { |
61 | | - "php": "8.3.99" |
| 75 | + "php": "8.4.99" |
62 | 76 | }, |
63 | 77 | "allow-plugins": { |
64 | 78 | "dealerdirect/phpcodesniffer-composer-installer": true, |
|
0 commit comments