liberu-genealogy / genealogy-laravel

Full genealogy application using Laravel 11, PHP 8.3, Filament 3.2 and Livewire 3.5
https://www.liberu.net
MIT License
113 stars 59 forks source link

Sweep: change composer.json #251

Closed curtisdelicata closed 5 months ago

curtisdelicata commented 5 months ago

Details

Update composer.json to use sanctum 4 stable version and not dev-master

Checklist - [X] Modify `composer.json` βœ“ https://github.com/liberu-genealogy/genealogy-laravel/commit/d6e4c2b82343d5bc8a26c4a946af01aa69ea753e [Edit](https://github.com/liberu-genealogy/genealogy-laravel/edit/sweep/change_composerjson/composer.json#L13-L13) - [X] Running GitHub Actions for `composer.json` βœ“ [Edit](https://github.com/liberu-genealogy/genealogy-laravel/edit/sweep/change_composerjson/composer.json#L13-L13)
sweep-ai[bot] commented 5 months ago

πŸš€ Here's the PR! #252

See Sweep's progress at the progress dashboard!
πŸ’Ž Sweep Pro: I'm using GPT-4. You have unlimited GPT-4 tickets. (tracking ID: 041f27f2a5)

[!TIP] I'll email you at genealogysoftwareuk@gmail.com when I complete this pull request!


Actions (click)

GitHub Actionsβœ“

Here are the GitHub Actions logs prior to making any changes:

Sandbox logs for 87a7ebc
Checking composer.json for syntax errors... βœ… composer.json has no syntax errors! 1/1 βœ“
Checking composer.json for syntax errors...
βœ… composer.json has no syntax errors!

Sandbox passed on the latest main, so sandbox checks will be enabled for this issue.


Step 1: πŸ”Ž Searching

I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.

Some code snippets I think are relevant in decreasing order of relevance (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/liberu-genealogy/genealogy-laravel/blob/87a7ebc345a0311895f0de5f2c1222dc0e941dd9/composer.json#L1-L73

Step 2: ⌨️ Coding

--- 
+++ 
@@ -11,7 +11,7 @@
         "laravel-liberu/laravel-gedcom": "^3.4",
         "laravel/framework": "^11.0",
         "laravel/octane": "^2.3",
-        "laravel/sanctum": "dev-master",
+        "laravel/sanctum": "^4.0",
         "laravel/tinker": "^2.9",
         "liberusoftware/filament-cashier-billing-provider": "^1.3",
         "liberusoftware/filament-spatie-roles-permissions": "^2.3"

Ran GitHub Actions for d6e4c2b82343d5bc8a26c4a946af01aa69ea753e:


Step 3: πŸ” Code Review

I have finished reviewing the code for completeness. I did not find errors for sweep/change_composerjson.


πŸŽ‰ Latest improvements to Sweep:
  • New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
  • Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
  • Use the GitHub issues extension for creating Sweep issues directly from your editor.

πŸ’‘ To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request.Something wrong? Let us know.

This is an automated message generated by Sweep AI.