|
47 | 47 | "php-http/curl-client": "<2.0", |
48 | 48 | "php-http/socket-client": "<2.0", |
49 | 49 | "kriswallsmith/buzz": "<0.17", |
50 | | - "php-http/react-adapter": "<3.0" |
| 50 | + "php-http/react-adapter": "<3.0", |
| 51 | + "php-http/throttle-plugin": "<1.1" |
51 | 52 | }, |
52 | 53 | "require-dev": { |
53 | 54 | "guzzlehttp/psr7": "^1.7 || ^2.0", |
54 | 55 | "matthiasnoback/symfony-config-test": "^5.2", |
55 | | - "matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0", |
| 56 | + "matthiasnoback/symfony-dependency-injection-test": "^4.3.1 || ^5.0", |
56 | 57 | "nyholm/nsa": "^1.1", |
57 | 58 | "nyholm/psr7": "^1.2.1", |
58 | 59 | "php-http/cache-plugin": "^1.7", |
|
64 | 65 | "symfony/dom-crawler": "^6.4 || ^7.1", |
65 | 66 | "symfony/framework-bundle": "^6.4 || ^7.1", |
66 | 67 | "symfony/http-foundation": "^6.4 || ^7.1", |
67 | | - "symfony/phpunit-bridge": "^7.1", |
68 | 68 | "symfony/stopwatch": "^6.4 || ^7.1", |
69 | 69 | "symfony/twig-bundle": "^6.4 || ^7.1", |
70 | 70 | "symfony/web-profiler-bundle": "^6.4 || ^7.1", |
|
97 | 97 | }, |
98 | 98 | "prefer-stable": false, |
99 | 99 | "scripts": { |
100 | | - "test": "vendor/bin/simple-phpunit", |
101 | | - "test-ci": "vendor/bin/simple-phpunit --coverage-text --coverage-clover=build/coverage.xml" |
| 100 | + "test": "vendor/bin/phpunit", |
| 101 | + "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml" |
102 | 102 | } |
103 | 103 | } |
0 commit comments