Skip to content

Conversation

@RGO230
Copy link
Contributor

@RGO230 RGO230 commented Sep 21, 2025

No description provided.

@RGO230 RGO230 changed the title style:fix chore:update reqs Sep 22, 2025
@RGO230 RGO230 assigned DenTray and unassigned AZabolotnikov Oct 8, 2025
Copy link
Collaborator

@DenTray DenTray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

composer.json Outdated
"phpunit/phpunit": "^12.3",
"ronasit/laravel-entity-generator": "^3.3",
"ronasit/laravel-project-initializator": "^0.1.4"
"ronasit/laravel-project-initializator": "^0.1.9"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"ronasit/laravel-project-initializator": "^0.1.9"
"ronasit/laravel-project-initializator": "^0.2.0"

@DenTray DenTray assigned RGO230 and unassigned DenTray Oct 9, 2025
@RGO230 RGO230 assigned DenTray and unassigned RGO230 Oct 15, 2025
@DenTray DenTray requested a review from Copilot October 16, 2025 05:45
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates dependencies and refactors the application to use external versioning and resource functionality from the ronasit/laravel-helpers package, removing locally implemented versions of these features.

  • Updates multiple package versions in composer.json, including Laravel framework and related dependencies
  • Replaces custom versioning middleware and support classes with RonasIT\Support package implementations
  • Updates test fixtures to include a new "page" field in pagination link objects
  • Removes local BaseJsonResource class in favor of the package's BaseResource

Reviewed Changes

Copilot reviewed 30 out of 31 changed files in this pull request and generated no comments.

Show a summary per file
File Description
composer.json Updates dependency versions for Laravel framework, testing tools, and related packages
bootstrap/app.php Replaces custom versioning middleware with package implementation
routes/api.php Removes clear_version middleware from route prefix
config/entity-generator.php Cleans up outdated configuration paths and stub references
app/Support/Version.php Removes local Version support class (now provided by package)
app/Http/Middleware/ClearVersion.php Removes custom middleware (replaced by package)
app/Http/Middleware/CheckVersionMiddleware.php Removes custom middleware (replaced by package)
app/Http/Resources/BaseJsonResource.php Removes local base resource class (replaced by package)
app/Http/Resources/**/*.php Updates resource classes to extend package's BaseResource
tests/fixtures/**/*.json Adds "page" field to pagination link objects in test fixtures

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@DenTray DenTray merged commit bd5029a into development Oct 16, 2025
1 check passed
@DenTray DenTray deleted the PRD-1918-requirements-update branch October 16, 2025 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants