Skip to content

Commit

Permalink
Merge pull request #4 from pondi/main
Browse files Browse the repository at this point in the history
Added support for Laravel 11.x
  • Loading branch information
HelgeSverre committed Mar 26, 2024
2 parents 3b8f1df + cdcce14 commit 6fe1c6a
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 @@ -16,10 +16,10 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1|^8.2",
"ext-zip": "*",
"aws/aws-sdk-php": "^3.281",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"jstewmc/rtf": "^0.5.2",
"league/flysystem-aws-s3-v3": "^3.16",
"openai-php/laravel": "^v0.8.1",
Expand All @@ -30,7 +30,7 @@
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.8",
"nunomaduro/collision": "^7.8|^8.1",
"orchestra/testbench": "^8.8",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
Expand Down

0 comments on commit 6fe1c6a

Please sign in to comment.