[PR #98] [MERGED] Replace Symonfy Yaml component with php pecl yaml #890

Closed
opened 2026-03-15 15:41:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/98
Author: @sadok-f
Created: 7/11/2017
Status: Merged
Merged: 7/11/2017
Merged by: @sadok-f

Base: masterHead: php-yaml-extension


📝 Commits (2)

  • f8d30f3 Replace Symonfy Yaml component with php pecl yaml
  • 171c7df Fix PHPCS warning

📊 Changes

8 files changed (+383 additions, -339 deletions)

View changed files

📝 app.php (+17 -22)
📝 benchmark.sh (+14 -3)
📝 composer.json (+2 -5)
📝 composer.lock (+284 -303)
📝 config/parameters.yml (+1 -1)
📝 config/routes.yml (+2 -2)
src/Core/Resolver/RoutesResolver.php (+63 -0)
📝 tests/Core/Resolver/ControllerResolver.php (+0 -3)

📄 Description

Remove Symfony config component
Remove monolog


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/98 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 7/11/2017 **Status:** ✅ Merged **Merged:** 7/11/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `php-yaml-extension` --- ### 📝 Commits (2) - [`f8d30f3`](https://github.com/flyimg/flyimg/commit/f8d30f3175524eefcfe8f878918eea24e26bfc5d) Replace Symonfy Yaml component with php pecl yaml - [`171c7df`](https://github.com/flyimg/flyimg/commit/171c7df77d323524ae437208b0ad8cb895c7002c) Fix PHPCS warning ### 📊 Changes **8 files changed** (+383 additions, -339 deletions) <details> <summary>View changed files</summary> 📝 `app.php` (+17 -22) 📝 `benchmark.sh` (+14 -3) 📝 `composer.json` (+2 -5) 📝 `composer.lock` (+284 -303) 📝 `config/parameters.yml` (+1 -1) 📝 `config/routes.yml` (+2 -2) ➕ `src/Core/Resolver/RoutesResolver.php` (+63 -0) 📝 `tests/Core/Resolver/ControllerResolver.php` (+0 -3) </details> ### 📄 Description Remove Symfony config component Remove monolog --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:41:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#890
No description provided.