- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 229
Add bulk IP update action for node allocations #1845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| Important Review skippedBot user detected. To trigger a single review, invoke the  You can disable this status message by setting the  📝 WalkthroughWalkthroughA bulk IP update feature is added for allocation management. The new BulkUpdateAllocationIpAction class enables updating allocations' IP addresses in bulk through a multi-step form. The action is integrated into the AllocationsRelationManager with authorization checks, and translation strings support the user interface. Changes
 Sequence Diagram(s)sequenceDiagram
    actor User
    participant Manager as AllocationsRelationManager
    participant Action as BulkUpdateAllocationIpAction
    participant Modal as Form Modal
    participant DB as Database
    participant Notif as Notifications
    User->>Manager: Select allocations & click bulk update
    Note over Action: Authorization check
    Manager->>Action: Initiate bulk action
    Action->>Modal: Display multi-step form
    rect rgb(200, 220, 255)
        Note over Modal: Step 1: Select old IP
        Modal-->>Action: Populate with IPs from selected allocations
    end
    rect rgb(200, 220, 255)
        Note over Modal: Step 2: Select new IP
        Modal-->>Action: Populate with available IPs (excluding old_ip)
    end
    User->>Modal: Submit form
    Modal->>Action: Proceed with update
    rect rgb(200, 235, 200)
        Note over Action: Filter records matching old_ip
        loop For each matching allocation
            Action->>DB: Update IP to new_ip
            alt Success
                Action->>Action: Increment success count
            else Failure
                Action->>Action: Increment failure count & log exception
            end
        end
    end
    Action->>Notif: Emit summary notification
    Note over Notif: Show counts and failure details if any
    Notif-->>User: Display results
    Manager->>Manager: Deselect records
Pre-merge checks❌ Failed checks (1 warning)
 ✅ Passed checks (4 passed)
 Comment  | 
Co-authored-by: notAreYouScared <[email protected]>
Co-authored-by: notAreYouScared <[email protected]>
| @coderabbitai review | 
| ✅ Actions performedReview triggered. 
 | 
| 
 I have read the CLA Document and I hereby sign the CLA 1 out of 2 committers have signed the CLA. | 
When a node's IP address changes, administrators currently must update each allocation manually or modify the database directly.
Changes
New
BulkUpdateAllocationIpActioncomponent: Allows replacing old IP with new IP across selected allocations. Provides dropdown of IPs from selected records and node's available IPs, with validation that old ≠ new.Integration: Added to Nodes
AllocationsRelationManagerbulk actions with node IP addresses and authorization check.Translations: Added
admin/nodestrings for labels, help text, and notifications (success/failure counts).Usage
From Node allocations page:
Follows pattern from
UpdateEggBulkActionwith error handling and granular notifications.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/AnourValar/eloquent-serialize/zipball/0934a98866e02b73e38696961a9d7984b834c9d9/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/CarbonPHP/carbon/zipball/8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/Jean85/pretty-package-versions/zipball/4d7aa5dab42e2a76d99559706022885de0e18e1a/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/S1lentium/IPTools/zipball/88be1aaaab3c50fc131ebe778e246215ff006d8e/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/SocialiteProviders/Authentik/zipball/4cf129cf04728a38e0531c54454464b162f0fa66/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/SocialiteProviders/Discord/zipball/c71c379acfdca5ba4aa65a3db5ae5222852a919c/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/SocialiteProviders/Manager/zipball/8180ec14bef230ec2351cff993d5d2d7ca470ef4/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/SocialiteProviders/Steam/zipball/b92e57db0dc498a2328d98db1ede379528ace211/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/achyutkneupane/filament-log-viewer/zipball/83d8b8cfec4cf3e27ad42364da04823eaf333dad/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/antonioribeiro/google2fa-qrcode/zipball/c23ebcc3a50de0d1566016a6dd1486e183bb78e1/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/antonioribeiro/google2fa/zipball/6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/aws/aws-sdk-php/zipball/855bcaaa4c486fc67447bf17cfbff9ff75341ad7/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/awslabs/aws-crt-php/zipball/d71d9906c7bb63a28295447ba12e74723bd3730e/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/d103774cbe7e94ddee7e4870f97f727b43fe7201/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/8d00250cba25728373e92c1d8dcebcbf64623d29/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/bobthecow/psysh/zipball/cd23863404a40ccfaf733e3af4db2b459837f7e7/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/brick/math/zipball/113a8ee2656b882d4c3164fa31aa6e12cbb7aaa2/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/calebporzio/sushi/zipball/bf184973f943216b2aaa8dbc79631ea806038bb1/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/chillerlan/php-qrcode/zipball/390393e97a6e42ccae0e0d6205b8d4200f7ddc43/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/chillerlan/php-settings-container/zipball/95ed3e9676a1d47cab2e3174d19b43f5dbf52681/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/composer/class-map-generator/zipball/ba9f089655d4cdd64e762a6044f411ccdaec0076/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/danharrin/date-format-converter/zipball/7c31171bc981e48726729a5f3a05a2d2b63f0b1e/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/danharrin/livewire-rate-limiting/zipball/14dde653a9ae8f38af07a0ba4921dc046235e1a0/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/dedoc/scramble/zipball/b6d06a1cec5f8a8ad08ebce9c2df37a1ef4a2629/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/driesvints/blade-heroicons/zipball/4553b2a1f6c76f0ac7f3bc0de4c0cfa06a097d19/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/driesvints/blade-icons/zipball/7b743f27476acb2ed04cb518213d78abe096e814/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/filamentphp/actions/zipball/d27cb2edc10687104d63ba223ad898722d3068e5/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/filamentphp/forms/zipball/a0ec199bc173ac9d62052594f28e14b00338b2cb/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/filamentphp/infolists/zipball/c6572b83fd6b97105c9f915797c6b2c10fae424d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/filamentphp/notifications/zipball/0930beeea0b2d2e9bdc95a28b65409f960ebf81a/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/filamentphp/panels/zipball/35dc992a4402ae0fb0fe9e92a0f2f2aea0a6c26f/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/filamentphp/schemas/zipball/16143a73fbf8cec9bacaae98d49fafa9137a5f5d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/filamentphp/support/zipball/fbd989a4ea8520badaff9e997f39d02c601b1b9f/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/filamentphp/tables/zipball/72a25ca036c7307b38582fd1b203efd2d5fee03d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/filamentphp/widgets/zipball/4e3ebbd1b97c14c0a6e440b05717ec9d6b030ebb/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/iamcal/SQLParser/zipball/947083e2dca211a6f12fb1beb67a01e387de9b62/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/d67c7e2efa886d2ef8bb29e86c3ddb9438ac6390/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/larastan/larastan/zipball/a761859a7487bd7d0cb8b662a7538a234d5bb5ae/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/laravel/framework/zipball/124efc5f09d4668a4dc13f94a1018c524a58bcb1/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/laravel/helpers/zipball/d0094b4bc4364560c8ee3a9e956596d760d4afab/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/laravel/pail/zipball/8cc3d575c1f0e57eeb923f366a37528c50d2385a/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/laravel/pint/zipball/5016e263f95d97670d71b9a987bd8996ade6d8d9/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/laravel/prompts/zipball/a1891d362714bc40c8d23b0b1d7090f022ea27cc/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/laravel/sail/zipball/eb90c4f113c4a9637b8fdd16e24cfc64f2b0ae6e/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/laravel/sanctum/zipball/fd6df4f79f48a72992e8d29a9c0ee25422a0d677/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/laravel/serializable-closure/zipball/3832547db6e0e2f8bb03d4093857b378c66eceed/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/laravel/socialite/zipball/e9e0fc83b9d8d71c8385a5da20e5b95ca6234cf5/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/laravel/tinker/zipball/22177cc71807d38f2810c6204d8f7183d88a57d3/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/laravel/ui/zipball/7d6ffa38d79f19c9b3e70a751a9af845e8f41d88/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/lcobucci/jwt/zipball/a835af59b030d3f2967725697cf88300f579088e/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/livewire/livewire/zipball/ef04be759da41b14d2d129e670533180a44987dc/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/nette/php-generator/zipball/4707546a1f11badd72f5d82af4f8a6bc64bd56ac/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/nunomaduro/collision/zipball/60207965f9b7b7a4ce15a0f75d57f9dadb105bdb/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/nunomaduro/termwind/zipball/dfa08f390e509967a15c22493dc0bac5733d9123/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/openspout/openspout/zipball/ab05a09fe6fce57c90338f83280648a9786ce36b/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/paratestphp/paratest/zipball/130a9bf0e269ee5f5b320108f794ad03e275cad4/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/db7bd9cb1612b223e16618d85475c6f63b9c8daa/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/pestphp/pest-plugin-faker/zipball/48343e2806cfc12a042dead90ffff4a043167e3e/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/pestphp/pest-plugin-livewire/zipball/e2f2edb0a7d414d6837d87908a0e148256d3bf89/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/pestphp/pest-plugin-mutate/zipball/e10dbdc98c9e2f3890095b4fe2144f63a5717e08/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/pestphp/pest-plugin/zipball/e79b26c65bc11c41093b10150c1341cc5cdbea83/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/pestphp/pest/zipball/72cf695554420e21858cda831d5db193db102574/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/phikiphp/phiki/zipball/160785c50c01077780ab217e5808f00ab8f05a13/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/phpDocumentor/Reflection/zipball/d91b3270832785602adcc24ae2d0974ba99a8ff8/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94f8051919d1b0369a6bcc7931d679a511c03fe9/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/phpseclib/phpseclib/zipball/9d6ca36a6c2dd434765b1071b2644a1c683b385d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/phpstan/phpdoc-parser/zipball/1e0cd5370df5dd2e556a36b9c62f62e555870495/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/phpstan/phpstan/zipball/ead89849d879fe203ce9292c6ef5e7e76f867b96/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/predis/predis/zipball/f49e13ee3a2a825631562aa0223ac922ec5d058b/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/ramsey/uuid/zipball/81f941f6f729b1e3ceea61d9d014f8b6c6800440/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/ryangjchandler/blade-capture-directive/zipball/bbb1513dfd89eaec87a47fe0c449a7e3d4a1976d/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/schmittjoh/php-option/zipball/638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/scrivo/highlight.php/zipball/850f4b44697a2552e892ffe71490ba2733c2fc6e/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/exporter/zipball/70a298763b40b213ec087c51c739efcaa90bcd74/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5965e9ff57546cb9137c0ff6aa78cb7442b05cf6/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/secondnetwork/blade-tabler-icons/zipball/637a4ae739daa13a27522fe91dd36f0716321616/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/backtrace/zipball/8c0f16a59ae35ec8c62d85c3c17585158f430110/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/enum/zipball/f1a0f464ba909491a53e60a955ce84ad7cd93a2c/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/error-solutions/zipball/e495d7178ca524f2dd0fe6a1d99a1e608e1c9936/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/flare-client-php/zipball/bf1716eb98bd689451b071548ae9e70738dce62f/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/fractalistic/zipball/046c535f30b31a9356fc034ce75e8ee74614ed4f/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/ignition/zipball/31f314153020aee5af3537e507fef892ffbf8c85/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/invade/zipball/b920f6411d21df4e8610a138e2e87ae4957d7f63/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/laravel-data/zipball/6ec15bb6798128f01aecb67dcd18a937251a27a5/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/laravel-fractal/zipball/d078aa670233100e1309a0a7096c42f5b605ef29/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/laravel-health/zipball/fc0e85ee8e26767ab39420d78cfd31e4aa2d281d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/laravel-ignition/zipball/1baee07216d6748ebd3a65ba97381b051838707a/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/laravel-package-tools/zipball/f09a799850b1ed765103a4f0b4355006360c49a5/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/laravel-permission/zipball/6a118e8855dfffcd90403aab77bbf35a03db51b3/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/laravel-query-builder/zipball/ee3c98235616f88c11e75d3df5ea48dc7b20dd93/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/php-structure-discoverer/zipball/6c46e069349c7f2f6ebbe00429332c9e6b70fa92/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/regex/zipball/d543de2019a0068e7b80da0ba24f1c51c7469303/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/shiki-php/zipball/a2e78a9ff8a1290b25d550be8fbf8285c13175c5/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/spatie/temporary-directory/zipball/580eddfe9a0a41a902cac6eeb8f066b42e65a32b/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/console/zipball/2b9c5fafbac0399a20a2e82429e2bd735dcfb7db/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/error-handler/zipball/99f81bc944ab8e5dae4f21b4ca9972698bbad0e4/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/event-dispatcher/zipball/b7dc69e71de420ac04bc9ab830cf3ffebba48191/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/finder/zipball/2a6614966ba1074fa93dae0bc804227422df4dfe/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/html-sanitizer/zipball/8740fc48979f649dee8b8fc51a2698e5c190bf12/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/http-client/zipball/4b62871a01c49457cf2a8e560af7ee8a94b87a62/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/http-foundation/zipball/c061c7c18918b1b64268771aad04b40be41dd2e6/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/http-kernel/zipball/b796dffea7821f035047235e076b60ca2446e3cf/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/mailer/zipball/ab97ef2f7acf0216955f5845484235113047a31d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/mailgun-mailer/zipball/8c18f2bff4e70ed5669ab8228302edd2fecd689b/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/mime/zipball/b1b828f69cbaf887fa835a091869e55df91d0e35/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/postmark-mailer/zipball/71ac001f8bc2ac36cc0bbea3fd6f4a4087d0cec0/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/process/zipball/f24f8f316367b30810810d4eb30c543d7003ff3b/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/routing/zipball/8dc648e159e9bac02b703b9fbd937f19ba13d07c/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/string/zipball/f96476035142921000338bad71e5247fbc138872/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/translation/zipball/ec25870502d0c7072d086e8ffba1420c85965174/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/var-dumper/zipball/b8abe7daf2730d07dfd4b2ee1cecbf0dd2fbdabb/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/symfony/yaml/zipball/d4f4a66866fe2451f61296924767280ab5732d9d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/cf6fb197b676ba716837c886baca842e4db29005/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/theofidry/cpu-core-counter/zipball/db9508f7b1474469d9d3c53b86f817e344732678/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/commonmark/zipball/10732241927d3971d28e7ea7b5712721fa2296ca/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/csv/zipball/7fce732754d043f3938899e5183e2d0f3d31b571/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/c6ff6d4606e48249b63f269eba7fabdb584e76a9/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/flysystem-local/zipball/6691915f77c7fb69adfb87dcd550052dc184ee10/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/flysystem-memory/zipball/219c79ad8b1d614a58ac17b775bfb3a6b7228126/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/flysystem/zipball/2203e3151755d874bb2943649dae1eb8533ac93e/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/fractal/zipball/573ca2e0e348a7fe573a3e8fbc29a6588ece8c4e/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/oauth1-client/zipball/f9c94b088837eb1aae1ad7c4f23eb65cc6993055/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/uri-components/zipball/4aabf0e2f2f9421ffcacab35be33e4fb5e63c44f/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/ueberdosis/tiptap-php/zipball/458194ad0f8b0cf616fecdf451a84f9a6c1f3056/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991/usr/bin/php8.3 -n -c /tmp/0tatBX /usr/bin/composer install --no-interaction(http block)/usr/bin/php8.3 -n -c /tmp/eKhtFO /usr/bin/composer install --no-interaction --prefer-dist(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.