|
50 | 50 | }, |
51 | 51 | "require-dev": { |
52 | 52 | "guzzlehttp/psr7": "^1.7 || ^2.0", |
53 | | - "matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0", |
| 53 | + "matthiasnoback/symfony-config-test": "^4.3 || ^5.0", |
| 54 | + "matthiasnoback/symfony-dependency-injection-test": "^4.3.1 || ^5.0", |
54 | 55 | "nyholm/nsa": "^1.1", |
55 | 56 | "nyholm/psr7": "^1.2.1", |
56 | 57 | "php-http/cache-plugin": "^1.7", |
57 | 58 | "php-http/mock-client": "^1.2", |
58 | 59 | "php-http/promise": "^1.0", |
| 60 | + "phpunit/phpunit": "^9.6", |
59 | 61 | "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0", |
60 | 62 | "symfony/cache": "^4.4 || ^5.0 || ^6.0 || ^7.0", |
61 | 63 | "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0", |
62 | 64 | "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0", |
63 | 65 | "symfony/http-foundation": "^4.4.19 || ^5.0 || ^6.0 || ^7.0", |
64 | | - "symfony/phpunit-bridge": "^6.4.1", |
65 | 66 | "symfony/stopwatch": "^4.4 || ^5.0 || ^6.0 || ^7.0", |
66 | 67 | "symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0", |
67 | 68 | "symfony/web-profiler-bundle": "^4.4.19 || ^5.0 || ^6.0 || ^7.0", |
|
97 | 98 | }, |
98 | 99 | "prefer-stable": false, |
99 | 100 | "scripts": { |
100 | | - "test": "vendor/bin/simple-phpunit", |
101 | | - "test-ci": "vendor/bin/simple-phpunit --coverage-text --coverage-clover=build/coverage.xml" |
| 101 | + "test": "vendor/bin/phpunit", |
| 102 | + "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml" |
102 | 103 | } |
103 | 104 | } |
0 commit comments