Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Apr 1, 2023
1 parent 0920332 commit eb31a69
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 @@ -15,9 +15,9 @@
}
],
"require": {
"illuminate/http": "^9.0.1|^10.0.0",
"illuminate/routing": "^9.0.1|^10.0.0",
"illuminate/support": "^9.0.1|^10.0.0",
"illuminate/http": "^9.35|^10.5",
"illuminate/routing": "^9.35|^10.5",
"illuminate/support": "^9.35|^10.5",
"aws/aws-php-sns-message-validator": "^1.6"
},
"autoload": {
Expand All @@ -42,7 +42,7 @@
},
"require-dev": {
"mockery/mockery": "^1.5",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^7.23|^8.1.1",
"phpunit/phpunit": "^9.5.26"
},
"config": {
Expand Down

0 comments on commit eb31a69

Please sign in to comment.