File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 25
25
},
26
26
"config" : {
27
27
"process-timeout" : 7200 ,
28
- "sort-packages" : true
28
+ "sort-packages" : true ,
29
+ "allow-plugins" : {
30
+ "dealerdirect/phpcodesniffer-composer-installer" : true
31
+ }
29
32
},
30
33
"extra" : {
31
34
"branch-alias" : {
Original file line number Diff line number Diff line change @@ -813,7 +813,7 @@ Feature: Export content.
813
813
"""
814
814
And the {EXPORT_FILE} file should contain:
815
815
"""
816
- codeispoetry.png";s:5:"sizes"
816
+ codeispoetry.png";s:
817
817
"""
818
818
And the {EXPORT_FILE} file should contain:
819
819
"""
@@ -841,7 +841,7 @@ Feature: Export content.
841
841
"""
842
842
And the {EXPORT_FILE} file should not contain:
843
843
"""
844
- white-150-square.jpg";s:5:"sizes"
844
+ white-150-square.jpg";s:
845
845
"""
846
846
847
847
Scenario : Export categories, tags and terms
You can’t perform that action at this time.
0 commit comments