File tree 8 files changed +766
-627
lines changed
8 files changed +766
-627
lines changed Original file line number Diff line number Diff line change 60
60
"symfony/var-dumper" : " 4.4.18" ,
61
61
"symfony/var-exporter" : " 4.4.18" ,
62
62
"symfony/web-profiler-bundle" : " 4.4.18" ,
63
- "theofidry/alice-data-fixtures" : " 1.0.* "
63
+ "theofidry/alice-data-fixtures" : " ~1.4.0 "
64
64
},
65
65
"config" : {
66
66
"bin-dir" : " bin" ,
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ monolog:
23
23
type : fingers_crossed
24
24
action_level : error
25
25
handler : nested
26
+ excluded_http_codes : [ 404, 405 ]
27
+ channels : [ "!event" ]
26
28
nested :
27
29
type : stream
28
30
path : " %kernel.logs_dir%/%kernel.environment%.log"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ parameters:
5
5
database_name: '%env(ORO_DB_NAME)%'
6
6
database_user: '%env(ORO_DB_USER)%'
7
7
database_password: '%env(ORO_DB_PASSWORD)%'
8
+ database_server_version: '%env(ORO_DB_VERSION)%'
8
9
database_driver_options: []
9
10
10
11
mailer_transport: '%env(ORO_MAILER_DRIVER)%'
@@ -55,6 +56,7 @@ parameters:
55
56
env(ORO_DB_NAME): b2b_crm_dev
56
57
env(ORO_DB_USER): root
57
58
env(ORO_DB_PASSWORD): null
59
+ env(ORO_DB_VERSION): null
58
60
59
61
env(ORO_MAILER_DRIVER): sendmail
60
62
env(ORO_MAILER_HOST): 127.0.0.1
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ parameters:
5
5
database_name: '%env(ORO_DB_NAME)%'
6
6
database_user: '%env(ORO_DB_USER)%'
7
7
database_password: '%env(ORO_DB_PASSWORD)%'
8
+ database_server_version: '%env(ORO_DB_VERSION)%'
8
9
database_driver_options: []
9
10
10
11
mailer_transport: '%env(ORO_MAILER_DRIVER)%'
@@ -51,6 +52,7 @@ parameters:
51
52
env(ORO_DB_NAME): b2b_crm_dev_test
52
53
env(ORO_DB_USER): root
53
54
env(ORO_DB_PASSWORD): null
55
+ env(ORO_DB_VERSION): null
54
56
55
57
env(ORO_MAILER_DRIVER): smtp
56
58
env(ORO_MAILER_HOST): 127.0.0.1
Original file line number Diff line number Diff line change 51
51
"behat/mink-selenium2-driver" : " ~1.4.0" ,
52
52
"behat/symfony2-extension" : " ~2.1.5" ,
53
53
"nelmio/alice" : " ~3.8.0" ,
54
- "theofidry/alice-data-fixtures" : " 1.0.* " ,
54
+ "theofidry/alice-data-fixtures" : " ~1.4.0 " ,
55
55
"phpunit/phpunit" : " ~9.5.1" ,
56
56
"johnkary/phpunit-speedtrap" : " ~3.3.0" ,
57
57
"squizlabs/php_codesniffer" : " 3.5.*" ,
You can’t perform that action at this time.
0 commit comments