Skip to content

Commit

Permalink
Merge pull request #48 from irsyadadl/bump
Browse files Browse the repository at this point in the history
bump.
  • Loading branch information
irsyadadl authored Jan 27, 2024
2 parents 54e78be + abf9ab8 commit 477a249
Show file tree
Hide file tree
Showing 5 changed files with 415 additions and 1,333 deletions.
1 change: 1 addition & 0 deletions .phpunit.cache/test-results
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":"pest_2.32.2","defects":[],"times":{"P\\Tests\\Unit\\ExampleTest::__pest_evaluable_that_true_is_true":0.004,"P\\Tests\\Feature\\Auth\\AuthenticationTest::__pest_evaluable_login_screen_can_be_rendered":0.029,"P\\Tests\\Feature\\Auth\\AuthenticationTest::__pest_evaluable_users_can_authenticate_using_the_login_screen":0.117,"P\\Tests\\Feature\\Auth\\AuthenticationTest::__pest_evaluable_users_can_not_authenticate_with_invalid_password":0.209,"P\\Tests\\Feature\\Auth\\EmailVerificationTest::__pest_evaluable_email_verification_screen_can_be_rendered":0.005,"P\\Tests\\Feature\\Auth\\EmailVerificationTest::__pest_evaluable_email_can_be_verified":0.004,"P\\Tests\\Feature\\Auth\\EmailVerificationTest::__pest_evaluable_email_is_not_verified_with_invalid_hash":0.005,"P\\Tests\\Feature\\Auth\\PasswordConfirmationTest::__pest_evaluable_confirm_password_screen_can_be_rendered":0.006,"P\\Tests\\Feature\\Auth\\PasswordConfirmationTest::__pest_evaluable_password_can_be_confirmed":0.102,"P\\Tests\\Feature\\Auth\\PasswordConfirmationTest::__pest_evaluable_password_is_not_confirmed_with_invalid_password":0.208,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_reset_password_link_screen_can_be_rendered":0.003,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_reset_password_link_can_be_requested":0.01,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_reset_password_screen_can_be_rendered":0.007,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_password_can_be_reset_with_valid_token":0.011,"P\\Tests\\Feature\\Auth\\PasswordUpdateTest::__pest_evaluable_password_can_be_updated":0.106,"P\\Tests\\Feature\\Auth\\PasswordUpdateTest::__pest_evaluable_correct_password_must_be_provided_to_update_password":0.102,"P\\Tests\\Feature\\Auth\\RegistrationTest::__pest_evaluable_registration_screen_can_be_rendered":0.003,"P\\Tests\\Feature\\Auth\\RegistrationTest::__pest_evaluable_new_users_can_register":0.043,"P\\Tests\\Feature\\ExampleTest::__pest_evaluable_it_returns_a_successful_response":0.003,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_profile_page_is_displayed":0.021,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_profile_information_can_be_updated":0.004,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_email_verification_status_is_unchanged_when_the_email_address_is_unchanged":0.003,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_user_can_delete_their_account":0.102,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_correct_password_must_be_provided_to_delete_account":0.102}}
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"guzzlehttp/guzzle": "^7.8.1",
"hammerstone/fast-paginate": "^1.0.1",
"inertiajs/inertia-laravel": "^0.6.11",
"laravel/framework": "^10.35.0",
"laravel/sanctum": "^3.3.2",
"laravel/tinker": "^2.8.2",
"laravel/framework": "^10.42.0",
"laravel/sanctum": "^3.3.3",
"laravel/tinker": "^2.9.0",
"tightenco/ziggy": "^1.8.1"
},
"require-dev": {
"fakerphp/faker": "^1.23.0",
"laravel/pint": "^1.13.7",
"laravel/sail": "^1.26.3",
"mockery/mockery": "^1.6.6",
"fakerphp/faker": "^1.23.1",
"laravel/pint": "^1.13.10",
"laravel/sail": "^1.27.2",
"mockery/mockery": "^1.6.7",
"nunomaduro/collision": "^7.10",
"pestphp/pest": "^2.28",
"pestphp/pest": "^2.32.2",
"pestphp/pest-plugin-laravel": "^2.2",
"spatie/laravel-ignition": "^2.3.1",
"tightenco/duster": "^2.6"
"spatie/laravel-ignition": "^2.4.1",
"tightenco/duster": "^2.7.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 477a249

Please sign in to comment.