Skip to content

Commit

Permalink
Update dependency php to v8.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 11, 2024
1 parent ade4d75 commit a41cad9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion elbosqueapi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"name": "codeigniter/framework",
"require": {
"php": "8.3.8"
"php": "8.3.9"
},
"require-dev": {
"mikey179/vfsStream": "1.6.10*"
Expand Down
2 changes: 1 addition & 1 deletion kint/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"name": "raveren/kint",
"require": {
"php": "8.3.8"
"php": "8.3.9"
},
"type": "library"
}
2 changes: 1 addition & 1 deletion sala/assets/plugins/PHPExcel-1.8/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"php": "8.3.8"
"php": "8.3.9"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.10.1"
Expand Down
2 changes: 1 addition & 1 deletion sala/lib/adodb5/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": [ "BSD-3-Clause", "LGPL-2.1" ],
"name": "adodb/adodb-php",
"require": {
"php": "8.3.8"
"php": "8.3.9"
},
"support": {
"issues": "https://github.com/ADOdb/ADOdb/issues",
Expand Down

0 comments on commit a41cad9

Please sign in to comment.