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

chore: update readme and remove dep once_cell #196

Merged
merged 3 commits into from
Apr 3, 2025

Conversation

jmjoy
Copy link
Member

@jmjoy jmjoy commented Apr 3, 2025

This pull request includes several changes across multiple files to improve the codebase and update documentation. The most important changes include the replacement of once_cell with OnceLock, updates to the README.md file, and the removal of once_cell from Cargo.toml dependencies.

Codebase simplification:

  • Replaced once_cell::sync::OnceCell with std::sync::OnceLock in phper-test/src/context.rs and phper-test/src/fpm.rs. [1] [2] [3]

Documentation updates:

  • Consolidated PHP version support ranges in the README.md file.
  • Added a new example link to phper-framework/jieba-php in the README.md file.

Dependency management:

  • Removed once_cell from phper/Cargo.toml and phper-test/Cargo.toml dependencies. [1] [2]

@jmjoy jmjoy merged commit ba3e1d4 into phper-framework:master Apr 3, 2025
22 checks passed
@jmjoy jmjoy deleted the chore branch April 3, 2025 11:34
This was referenced Apr 3, 2025
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