|
14 | 14 | } |
15 | 15 | }, |
16 | 16 | "require": { |
17 | | - "php": "^7.4 | ^8.0", |
18 | | - "consolidation/robo": "3.0.*", |
19 | | - "symfony/finder": ">=2.7 <6.0", |
| 17 | + "php": "^8.2", |
| 18 | + "consolidation/robo": "5.1.*", |
| 19 | + "symfony/finder": ">=6.1 <8.0", |
20 | 20 | "ext-dom": "*", |
21 | 21 | "ext-libxml": "*", |
22 | 22 | "ext-json": "*" |
|
28 | 28 | }, |
29 | 29 | "require-dev": { |
30 | 30 | "roave/security-advisories": "dev-latest", |
31 | | - "codeception/codeception": "4.1.*", |
| 31 | + "codeception/codeception": "^5.3", |
32 | 32 | "squizlabs/php_codesniffer": "^3.6.0", |
33 | | - "overtrue/phplint": "^3.0.0", |
| 33 | + "overtrue/phplint": ">=9.5", |
34 | 34 | "friendsofphp/php-cs-fixer": "^3.0.0", |
35 | | - "phpunit/phpunit": ">=9.0", |
| 35 | + "phpunit/phpunit": ">=11", |
| 36 | + "rector/rector": "^2.1", |
36 | 37 | "codeception/phpunit-wrapper": "^9.0.6" |
37 | 38 | }, |
38 | 39 | "config": { |
39 | 40 | "platform": { |
40 | | - "php": "7.4.0" |
| 41 | + "php": "8.2.0" |
41 | 42 | } |
42 | 43 | }, |
43 | 44 | "scripts": { |
44 | | - "unit": "vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ --exclude-group example --stderr -v --debug", |
| 45 | + "unit": "vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ --exclude-group example --stderr --debug", |
45 | 46 | "lint": "vendor/bin/phplint -v ./ --exclude=vendor", |
46 | 47 | "codestyle": "vendor/bin/phpcs --standard=PSR12 ./src", |
47 | 48 | "test": [ |
|
0 commit comments