|
5 | 5 | "require": {
|
6 | 6 | "adigital/cookie-consent-banner": "1.2.9",
|
7 | 7 | "craftcms/aws-s3": "1.3.0",
|
8 |
| - "craftcms/cms": "3.7.57", |
| 8 | + "craftcms/cms": "3.7.59", |
9 | 9 | "craftcms/redactor": "2.10.10",
|
10 | 10 | "ether/seo": "3.7.4",
|
11 |
| - "solspace/craft-freeform": "3.13.20", |
| 11 | + "solspace/craft-freeform": "3.13.21", |
12 | 12 | "spicyweb/craft-neo": "2.13.15",
|
13 | 13 | "supercool/buttonbox": "^3.0.2",
|
14 | 14 | "verbb/buttonbox": "^3.1",
|
15 |
| - "verbb/navigation": "1.4.28", |
| 15 | + "verbb/navigation": "1.4.30", |
16 | 16 | "verbb/super-table": "2.7.3",
|
17 | 17 | "vlucas/phpdotenv": "^3.4.0",
|
18 | 18 | "wrav/oembed": "1.3.18"
|
|
32 | 32 | "php": "7.4"
|
33 | 33 | },
|
34 | 34 | "allow-plugins": {
|
35 |
| - "*": true |
| 35 | + "*": true, |
| 36 | + "craftcms/plugin-installer": true, |
| 37 | + "yiisoft/yii2-composer": true |
36 | 38 | }
|
37 | 39 | },
|
38 | 40 | "scripts": {
|
39 | 41 | "post-root-package-install": [
|
40 | 42 | "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
41 |
| - ], |
42 |
| - "post-install-cmd": [ |
43 |
| - "./craft setup/security-key", |
44 |
| - "./craft setup/app-id", |
45 |
| - "./craft setup/db", |
46 |
| - "./craft db/restore ./storage/setup-boilerplate/default_db.sql", |
47 |
| - "npm install --silent", |
48 |
| - "php ./storage/setup-boilerplate/after_setup.php" |
49 | 43 | ]
|
50 | 44 | }
|
51 | 45 | }
|
0 commit comments