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

Ensure caching config is compatible with v1 #272

Merged
merged 3 commits into from
Jan 31, 2024
Merged

Conversation

lcobucci
Copy link
Collaborator

This makes sure people using v1 won't have trouble with simply running the same code against v1 and v2.

Reducing the amount of function calls is a micro-optimisation that
provides some small benefits, specially when registering several routes.

Signed-off-by: Luís Cobucci <[email protected]>
Lock file operations: 0 installs, 25 updates, 0 removals
  - Upgrading nikic/php-parser (v4.17.1 => v5.0.0)
  - Upgrading phpbench/container (2.2.1 => 2.2.2)
  - Upgrading phpbench/phpbench (1.2.14 => 1.2.15)
  - Upgrading phpstan/phpdoc-parser (1.24.1 => 1.25.0)
  - Upgrading phpstan/phpstan (1.10.35 => 1.10.57)
  - Upgrading phpstan/phpstan-phpunit (1.3.14 => 1.3.15)
  - Upgrading phpstan/phpstan-strict-rules (1.5.1 => 1.5.2)
  - Upgrading phpunit/php-code-coverage (10.1.6 => 10.1.11)
  - Upgrading phpunit/phpunit (10.3.5 => 10.5.9)
  - Upgrading sebastian/complexity (3.0.1 => 3.2.0)
  - Upgrading sebastian/diff (5.0.3 => 5.1.0)
  - Upgrading sebastian/exporter (5.1.0 => 5.1.1)
  - Upgrading sebastian/lines-of-code (2.0.1 => 2.0.2)
  - Upgrading seld/jsonlint (1.10.0 => 1.10.1)
  - Upgrading slevomat/coding-standard (8.13.4 => 8.14.1)
  - Upgrading squizlabs/php_codesniffer (3.7.2 => 3.8.1)
  - Upgrading symfony/console (v6.3.4 => v6.4.2)
  - Upgrading symfony/deprecation-contracts (v3.3.0 => v3.4.0)
  - Upgrading symfony/filesystem (v6.3.1 => v6.4.0)
  - Upgrading symfony/finder (v6.3.3 => v6.4.0)
  - Upgrading symfony/options-resolver (v6.3.0 => v6.4.0)
  - Upgrading symfony/process (v6.3.4 => v6.4.2)
  - Upgrading symfony/service-contracts (v3.3.0 => v3.4.1)
  - Upgrading symfony/string (v6.3.2 => v6.4.2)
  - Upgrading theseer/tokenizer (1.2.1 => 1.2.2)

Signed-off-by: Luís Cobucci <[email protected]>
@lcobucci lcobucci added this to the 2.0.0 milestone Jan 31, 2024
@lcobucci lcobucci self-assigned this Jan 31, 2024
@lcobucci lcobucci merged commit 87321b0 into master Jan 31, 2024
32 of 33 checks passed
@lcobucci lcobucci deleted the v1-compatibility branch January 31, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant