|
35 | 35 | "ext-simplexml": "*", |
36 | 36 | "ext-xmlwriter": "*", |
37 | 37 | "guzzlehttp/guzzle": "^6.3|^7.0", |
38 | | - "danielstjules/stringy": "^3.1", |
39 | 38 | "mtdowling/jmespath.php": "^2.5", |
40 | | - "adbario/php-dot-notation": "^2.2", |
| 39 | + "adbario/php-dot-notation": "^2.4.1", |
41 | 40 | "clagiordano/weblibs-configmanager": "^1.0" |
42 | 41 | }, |
43 | 42 | "require-dev": { |
|
49 | 48 | "drupal/coder": "^8.3", |
50 | 49 | "symfony/dotenv": "^3.4", |
51 | 50 | "league/climate": "^3.2.4", |
52 | | - "phpunit/phpunit": "^5.7.27|^6.1", |
| 51 | + "phpunit/phpunit": "^5.7|^6.6|^7.5|^8.5|^9.5", |
53 | 52 | "monolog/monolog": "^1.24", |
54 | 53 | "composer/composer": "^1.8", |
55 | 54 | "mikey179/vfsstream": "^1.6", |
|
73 | 72 | }, |
74 | 73 | "config": { |
75 | 74 | "preferred-install": "dist", |
76 | | - "optimize-autoloader": true |
| 75 | + "optimize-autoloader": true, |
| 76 | + "allow-plugins": { |
| 77 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 78 | + } |
77 | 79 | }, |
78 | 80 | "minimum-stability": "dev", |
79 | 81 | "prefer-stable": true, |
|
95 | 97 | "test": [ |
96 | 98 | "phpunit --colors=always" |
97 | 99 | ], |
98 | | - "unit": [ |
| 100 | + "test4HighVersion": [ |
| 101 | + "@clearCache", |
| 102 | + "phpunit --testsuite=Test4HighVersion --colors=always" |
| 103 | + ], |
| 104 | + "test4LowVersion": [ |
| 105 | + "@clearCache", |
| 106 | + "phpunit --testsuite=Test4LowVersion --colors=always" |
| 107 | + ], |
| 108 | + "unit4HighVersion": [ |
| 109 | + "@clearCache", |
| 110 | + "phpunit --testsuite=Unit4HighVersion --colors=always" |
| 111 | + ], |
| 112 | + "unit4LowVersion": [ |
| 113 | + "@clearCache", |
| 114 | + "phpunit --testsuite=Unit4LowVersion --colors=always" |
| 115 | + ], |
| 116 | + "feature4HighVersion": [ |
99 | 117 | "@clearCache", |
100 | | - "phpunit --testsuite=Unit --colors=always" |
| 118 | + "phpunit --testsuite=Feature4HighVersion --colors=always" |
101 | 119 | ], |
102 | | - "feature": [ |
| 120 | + "feature4LowVersion": [ |
103 | 121 | "@clearCache", |
104 | | - "phpunit --testsuite=Feature --colors=always" |
| 122 | + "phpunit --testsuite=Feature4LowVersion --colors=always" |
105 | 123 | ], |
106 | 124 | "coverage": "open cache/coverage/index.html", |
107 | 125 | "clearCache": "rm -rf cache/*", |
|
0 commit comments