Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 14, 2021
1 parent b1575c6 commit 16c07e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"php": "^7.3|^8.0",
"ext-json": "*",
"aws/aws-php-sns-message-validator": "^1.6",
"aws/aws-sdk-php": "^3.163",
"vlucas/phpdotenv": "^5.3"
"aws/aws-sdk-php": "^3.163"
},
"require-dev": {
"orchestra/testbench": "^3.5.0|^3.6.0|^4.0|^5.0|^6.0",
"orchestra/testbench": "^5.0|^6.0",
"pestphp/pest": "^1.0",
"pestphp/pest-plugin-laravel": "^1.0",
"phpunit/phpunit": "^5.0|^6.0|^8.0|^9.3"
"phpunit/phpunit": "^8.0|^9.3",
"vlucas/phpdotenv": "^4.2|^5.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 16c07e4

Please sign in to comment.