Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 20, 2024
2 parents 787382c + 0f43ba1 commit b28948e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"phpunit/phpcov": "^8.2",
"phpunit/phpunit": "^9.1",
"predis/predis": "^1.1 || ^2.0",
"rector/rector": "0.19.1",
"rector/rector": "0.19.2",
"vimeo/psalm": "^5.0"
},
"replace": {
Expand Down
1 change: 0 additions & 1 deletion tests/_support/Database/Seeds/CITestSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ public function run(): void

if ($this->db->DBDriver === 'OCI8') {
$this->db->query('alter session set NLS_DATE_FORMAT=?', ['YYYY-MM-DD HH24:MI:SS']);
$data['type_test'][0]['type_time'] = '2020-07-18 15:22:00';
$data['type_test'][0]['type_date'] = '2020-01-11 22:11:00';
$data['type_test'][0]['type_time'] = '2020-07-18 15:22:00';
$data['type_test'][0]['type_datetime'] = '2020-06-18 05:12:24';
Expand Down
10 changes: 5 additions & 5 deletions user_guide_src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx>=4.5.0,<5
sphinxcontrib-phpdomain>=0.8.0
docutils>=0.16
sphinx-rtd-theme>=0.5.0
jinja2<3.1
sphinx>=5.3.0,<6.0.0
sphinxcontrib-phpdomain>=0.11.0
docutils>=0.19
sphinx-rtd-theme>=2.0.0,<3.0.0
jinja2>=3.1.3,<4.0.0

0 comments on commit b28948e

Please sign in to comment.