Skip to content

Commit

Permalink
fix(deps): update console
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSotelo committed Jul 13, 2023
1 parent a92c515 commit abcf49f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":1,"defects":[],"times":{"IvanSotelo\\TwilioVerify\\Tests\\Feature\\UserTest::test_must_verify_phone_trait":3.119,"IvanSotelo\\TwilioVerify\\Tests\\Feature\\UserTest::test_send_notification":2.225,"IvanSotelo\\TwilioVerify\\Tests\\Feature\\UserTest::test_verify_phone":2.271}}
{"version":1,"defects":[],"times":{"IvanSotelo\\TwilioVerify\\Tests\\Feature\\UserTest::test_must_verify_phone_trait":3.214,"IvanSotelo\\TwilioVerify\\Tests\\Feature\\UserTest::test_send_notification":2.218,"IvanSotelo\\TwilioVerify\\Tests\\Feature\\UserTest::test_verify_phone":2.232}}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"require": {
"php": ">=7.2",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/config": "^6.0|^7.0|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/config": "^7.0|^8.0|^9.0",
"illuminate/console": "^8.57|^9.0",
"laravel/ui": "^3.3"
},
Expand Down

0 comments on commit abcf49f

Please sign in to comment.