This repository was archived by the owner on Aug 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 17
17
"drupal/config_installer" : " ^1.0" ,
18
18
"drupal/console" : " ^1.0.0-rc8" ,
19
19
"drupal/core" : " ^8" ,
20
+ "contentacms/contenta_jsonapi" : " dev-8.x-1.x" ,
20
21
"drupal/simple_block" : " ^1.0@beta" ,
21
22
"drush/drush" : " ~8" ,
22
23
"rvtraveller/qs-composer-installer" : " ^1.1" ,
39
40
"conflict" : {
40
41
"drupal/drupal" : " *"
41
42
},
42
- "minimum-stability" : " alpha " ,
43
+ "minimum-stability" : " dev " ,
43
44
"prefer-stable" : true ,
44
45
"autoload" : {
45
46
"classmap" : [
76
77
},
77
78
"build-env" : {
78
79
"install-cms" : [
79
- " drush site-install standard --account-mail={account-mail} --account-name={account-name} --account-pass={account-pass} --site-mail={site-mail} --site-name={site-name} --yes" ,
80
+ " drush site-install contenta_jsonapi --account-mail={account-mail} --account-name={account-name} --account-pass={account-pass} --site-mail={site-mail} --site-name={site-name} --yes" ,
80
81
" drush pm-enable config_direct_save simple_block --yes" ,
81
82
" drush pm-uninstall block_content --yes"
82
83
],
96
97
" .htaccess" ,
97
98
" web.config"
98
99
]
99
- }
100
+ },
101
+ "enable-patching" : true
100
102
},
101
103
"config" : {
102
104
"optimize-autoloader" : true ,
Original file line number Diff line number Diff line change 37
37
*
38
38
* See: tests/installer-features/installer.feature
39
39
*/
40
- $ settings ['install_profile ' ] = 'standard ' ;
40
+ $ settings ['install_profile ' ] = 'contenta_jsonapi ' ;
You can’t perform that action at this time.
0 commit comments