Skip to content

Commit

Permalink
PHP8.4 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickePatate committed Dec 20, 2024
1 parent c222373 commit 3e085c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
}
],
"require": {
"php": "^8.1|^8.2|^8.3",
"php": "^8.1|^8.2|^8.3|^8.4",
"spatie/laravel-package-tools": "^1.9.2",
"aws/aws-sdk-php": "^3.222",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0"
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"ext-zlib": "*"
},
"require-dev": {
"nunomaduro/collision": "^6.0",
Expand Down

0 comments on commit 3e085c6

Please sign in to comment.