Skip to content

Commit

Permalink
require php 8.2 and bump psr/log from 2.0 to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RogierW committed Nov 21, 2023
1 parent e20981e commit 29325f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"psr/log": "^2.0|^3.0",
"spatie/laravel-data": "^3.5"
"psr/log": "^3.0",
"spatie/laravel-data": "^3.9"
},
"require-dev": {
"larapack/dd": "^1.0"
Expand Down

0 comments on commit 29325f4

Please sign in to comment.