Skip to content
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

Main #63

Merged
merged 26 commits into from
Dec 25, 2024
Merged

Main #63

merged 26 commits into from
Dec 25, 2024

Conversation

dconco
Copy link
Member

@dconco dconco commented Dec 25, 2024

This pull request primarily involves renaming namespaces from PhpSlides\Src to PhpSlides\Core across various files to reflect a more accurate structure. Additionally, there are changes to the GitHub workflow configuration for pushing changes to the main branch.

Namespace updates:

  • Router/MapRoute.php: Updated namespaces for Controller, Application, Validate, and StrictTypes from PhpSlides\Src to PhpSlides\Core. [1] [2]
  • Router/Route.php: Updated namespaces for FileHandler and Controller from PhpSlides\Src to PhpSlides\Core.
  • composer.json: Changed the PSR-4 autoload mapping from PhpSlides\Src to PhpSlides\Core.
  • Various files: Updated namespaces from PhpSlides\Src to PhpSlides\Core in multiple files including Cache.php, Configure.php, config.php, cors.php, env.config.php, guards.php, jwt.config.php, ClassController.php, Controller.php, RouteController.php, Connection.php, Database.php, Exception.php, and index.php. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]

GitHub workflow update:

  • .github/workflows/tests.yml: Modified the steps for pushing changes to the main branch to use a new branch creation and force push strategy.

@dconco dconco merged commit b2201a9 into master Dec 25, 2024
7 checks passed
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.

1 participant