Skip to content

Commit

Permalink
Enabled support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sinemacula-ben committed Nov 25, 2024
1 parent 3b4c24a commit ceb9c71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
}
],
"require": {
"php": "^8.3",
"aws/aws-php-sns-message-validator": "^1.9",
"aws/aws-sdk-php": "^3.319",
"illuminate/http": "^11.0",
"illuminate/support": "^11.0",
"nesbot/carbon": "^3.7"
"php": "^8.1",
"aws/aws-php-sns-message-validator": "*",
"aws/aws-sdk-php": "*",
"illuminate/http": "*",
"illuminate/support": "*",
"nesbot/carbon": "*"
},
"require-dev": {
"phpunit/phpunit": "^11.0"
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ceb9c71

Please sign in to comment.