Skip to content

Remove deprecated nette/safe dependency#6

Merged
f3l1x merged 4 commits intomasterfrom
claude/remove-nette-safe-DERxH
Dec 28, 2025
Merged

Remove deprecated nette/safe dependency#6
f3l1x merged 4 commits intomasterfrom
claude/remove-nette-safe-DERxH

Conversation

@f3l1x
Copy link
Copy Markdown
Member

@f3l1x f3l1x commented Dec 28, 2025

Replace Nette\Safe wrappers with native PHP functions:

  • Safe::file_get_contents() → (string) file_get_contents()
  • Safe::realpath() → (string) realpath()
  • Safe::touch() → touch()

@f3l1x f3l1x force-pushed the claude/remove-nette-safe-DERxH branch from 10f548b to f9d8fe1 Compare December 28, 2025 14:48
@f3l1x f3l1x force-pushed the claude/remove-nette-safe-DERxH branch from 778723d to 17dc895 Compare December 28, 2025 14:59
@f3l1x f3l1x merged commit 790783f into master Dec 28, 2025
8 checks passed
@f3l1x f3l1x deleted the claude/remove-nette-safe-DERxH branch December 28, 2025 15:00
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.

2 participants