-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release version 3 (cakephp 5 support) (#536)
* initial version 3 branch * Remove deprecated code (#426) Removes all methods, properties etc. and related documentation that was marked deprecated in 2.x * WIP * convert attribute properties to readonly where possible + phpstan fixes * add constant * doc updates * update docs * Move openapi build logic out of constructor (#469) * Move openapi build logic out of constructor #454 * set phptsan to version ^1.8.5 to resolve false-positives * update readme * Conditional pretty print #472 * Resolve deprecations and notices (#470) * Resolves notices * Reduce cyclomatic compexity * Remove non-executed code and increase coverage for Commands * Replace depreacted Router::scope with RouteBuilder->scope * Update github action descriptions * merge v2.5 into v3 (#483) * add php 8.2 ci matrix * Fixture Upgrade for cake 5 compat. * cleanup test bootstrap file * fixes broken tests * debug * debug * debug * debug * debug * Support CakePHP 5 dev branch (#516) Adds support for cakephp 5 and other necessary dependencies. * Require CakePHP 5 for version 3 (#530) * Merge master to v3 (#532) Merge v2.5.8 changes * update deps and fix static analysis warnings (#535) * small readme updates * upgrade to latest swaggerui and redocly --------- Co-authored-by: Chris Nizzardini <[email protected]>
- Loading branch information
1 parent
3950322
commit 3f803da
Showing
160 changed files
with
1,536 additions
and
3,092 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.