|
18 | 18 | }
|
19 | 19 | },
|
20 | 20 | "require": {
|
21 |
| - "composer/installers": "^1.3", |
22 |
| - "concrete5/core": "^9.1", |
23 |
| - "concretecms/dependency-patches": "^1.4.0", |
24 |
| - "vlucas/phpdotenv": "^2.4", |
25 |
| - "doctrine/orm": "2.13.*" |
| 21 | + "composer/installers": "^2.2", |
| 22 | + "concrete5/core": "^9.2", |
| 23 | + "concretecms/dependency-patches": "^1.7", |
| 24 | + "symfony/dotenv": "^5|^6|^7" |
26 | 25 | },
|
27 | 26 | "require-dev": {
|
28 |
| - "phpunit/phpunit": "~4.3|^8.0", |
29 |
| - "mockery/mockery": "^0.9.9|^1.2" |
| 27 | + "mockery/mockery": "^1", |
| 28 | + "pestphp/pest": "^1.23" |
30 | 29 | },
|
31 | 30 | "config": {
|
32 |
| - "preferred-install": "dist" |
| 31 | + "preferred-install": "dist", |
| 32 | + "allow-plugins": { |
| 33 | + "composer/installers": true, |
| 34 | + "mlocati/composer-patcher": true, |
| 35 | + "pestphp/pest-plugin": true |
| 36 | + } |
33 | 37 | },
|
34 | 38 | "extra": {
|
35 | 39 | "allow-subpatches": [
|
36 | 40 | "concretecms/dependency-patches"
|
37 | 41 | ],
|
38 |
| - "branch-alias": { |
39 |
| - "dev-8.x": "8.x-dev" |
40 |
| - }, |
41 | 42 | "installer-paths": {
|
42 | 43 | "public/concrete": ["type:concrete5-core"],
|
43 | 44 | "public/application/themes/{$name}": ["type:concrete5-theme"],
|
|
46 | 47 | }
|
47 | 48 | },
|
48 | 49 | "scripts": {
|
49 |
| - "test": "phpunit" |
| 50 | + "test:unit": "pest", |
| 51 | + "test": [ |
| 52 | + "@test:unit" |
| 53 | + ] |
50 | 54 | }
|
51 | 55 | }
|
0 commit comments