-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rename package and repo (#23) #25
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update composer.json and InstallComposerPackagesCommand.php debs. (#17) * Update composer.json and InstallComposerPackagesCommand.php files. The changes were made to update the required versions of certain packages and add new packages to the composer.json file. In InstallComposerPackagesCommand.php, a new method was added to execute shell commands and display information and error messages. * Fix styling --------- Authored-by: Joshua Mitchener <thejmitchener@gmail.com>
Simplify the version specification for Testbench in the CI workflow. This ensures better clarity and consistency in dependency definitions.
Allow compatibility with orchestra/testbench 9.0 in composer.json. Simplify the CI matrix configuration by adjusting Laravel and Testbench version exclusions and removing redundant OS specification.
Refactored the GitHub Actions workflow to use matrix strategies for OS, enabling tests to run on Ubuntu. Added a timeout for jobs and improved matrix naming for better clarity. Adjusted matrix inclusions and configurations to streamline test coverage.
Simplify the testing matrix by focusing on Laravel 11 and PHP 8.3. This reduces complexity and aligns tests with the latest supported versions, ensuring compatibility with the targeted stack. Updated testbench to version 9 for consistency.
This update adjusts the GitHub Actions workflow to test against PHP 8.2 and Laravel 10, alongside the existing versions. It ensures compatibility with a broader range of environments and improves overall test coverage.
fuelviews-app bot
pushed a commit
that referenced
this pull request
Jan 28, 2025
* Rename package and repo (#23) * Update composer.json and InstallComposerPackagesCommand.php debs. (#17) * Update composer.json and InstallComposerPackagesCommand.php files. The changes were made to update the required versions of certain packages and add new packages to the composer.json file. In InstallComposerPackagesCommand.php, a new method was added to execute shell commands and display information and error messages. * Fix styling --------- Authored-by: Joshua Mitchener <thejmitchener@gmail.com> * Fix styling * Fix styling * Update test matrix to use single version for Testbench Simplify the version specification for Testbench in the CI workflow. This ensures better clarity and consistency in dependency definitions. * Fix styling * Fix styling * Fix styling * Fix styling * Update dependencies and refine GitHub Actions workflow Allow compatibility with orchestra/testbench 9.0 in composer.json. Simplify the CI matrix configuration by adjusting Laravel and Testbench version exclusions and removing redundant OS specification. * Fix styling * Fix styling * Update CI workflow to support multiple OS environments Refactored the GitHub Actions workflow to use matrix strategies for OS, enabling tests to run on Ubuntu. Added a timeout for jobs and improved matrix naming for better clarity. Adjusted matrix inclusions and configurations to streamline test coverage. * Fix styling * Fix styling * Update matrix to test only Laravel 11 and PHP 8.3 Simplify the testing matrix by focusing on Laravel 11 and PHP 8.3. This reduces complexity and aligns tests with the latest supported versions, ensuring compatibility with the targeted stack. Updated testbench to version 9 for consistency. * Fix styling * Fix styling * Expand test matrix to include PHP 8.2 and Laravel 10. This update adjusts the GitHub Actions workflow to test against PHP 8.2 and Laravel 10, alongside the existing versions. It ensures compatibility with a broader range of environments and improves overall test coverage. * Fix styling * Fix styling --------- Co-authored-by: Joshua Mitchener <thejmitchener@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Description: Rename package and repo (#23)
This pull request focuses on renaming the package from
app-init
tolaravel-init
to better reflect its purpose and association with the Laravel framework. This change aims to enhance clarity for users and contributors, making it easier to identify the package's functionality within the Laravel ecosystem.Motivation:
Key Changes:
app-init
tolaravel-init
across various files, includingcomposer.json
, README, changelog, and command signatures.Impact:
This renaming will streamline user experience, improve discoverability, and set a clear direction for future development. It also helps reinforce the package's identity within the Laravel community, paving the way for broader adoption and contributions.