[PR #809] [CLOSED] Feature/composer update #1360

Closed
opened 2026-03-04 03:10:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/809
Author: @PhiloEpisteme
Created: 6/22/2016
Status: Closed

Base: masterHead: feature/composer_update


📝 Commits (9)

  • 6862a30 Adds parent logger and test
  • 69cace0 Corrects != null bug in Logger
  • 492e469 Adding PHPStorm files to gitignore
  • 598db71 Updating Readme to identify project as a fork
  • 7e71d3f Merge pull request #1 from Nanigans/feature/parent-logger
  • 7a1f327 Merge pull request #2 from Nanigans/feature/readme
  • 1314c68 Updates composer.json to reflect fork
  • ab5477c Fixes missed comma in composer.json
  • 1593850 Fixes invalid JSON

📊 Changes

5 files changed (+261 additions, -13 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.mdown (+22 -9)
📝 composer.json (+14 -3)
📝 src/Monolog/Logger.php (+48 -1)
📝 tests/Monolog/LoggerTest.php (+176 -0)

📄 Description

No description provided


🔄 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/Seldaek/monolog/pull/809 **Author:** [@PhiloEpisteme](https://github.com/PhiloEpisteme) **Created:** 6/22/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/composer_update` --- ### 📝 Commits (9) - [`6862a30`](https://github.com/Seldaek/monolog/commit/6862a30e9efc65e0dbc8ad5da497cdb37467ac24) Adds parent logger and test - [`69cace0`](https://github.com/Seldaek/monolog/commit/69cace0bbf617b51a3e14f0a6f7e286f8d340158) Corrects != null bug in Logger - [`492e469`](https://github.com/Seldaek/monolog/commit/492e4694a2b714f3d6802c69fc9b917288b9e2c7) Adding PHPStorm files to gitignore - [`598db71`](https://github.com/Seldaek/monolog/commit/598db71413fae750527607810d05bc778fb63a77) Updating Readme to identify project as a fork - [`7e71d3f`](https://github.com/Seldaek/monolog/commit/7e71d3fc70064e0136403888b05d808a9dd11f0b) Merge pull request #1 from Nanigans/feature/parent-logger - [`7a1f327`](https://github.com/Seldaek/monolog/commit/7a1f3270004f52ee92657986f229d5629bbb67dc) Merge pull request #2 from Nanigans/feature/readme - [`1314c68`](https://github.com/Seldaek/monolog/commit/1314c68fd0ec3c7714982c0ad82673d3cb89ca74) Updates composer.json to reflect fork - [`ab5477c`](https://github.com/Seldaek/monolog/commit/ab5477c5fa72effac09e2fdd300f40d0d1f2fc1f) Fixes missed comma in composer.json - [`1593850`](https://github.com/Seldaek/monolog/commit/1593850a9982a414e7433552b67ac53c3448cc25) Fixes invalid JSON ### 📊 Changes **5 files changed** (+261 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.mdown` (+22 -9) 📝 `composer.json` (+14 -3) 📝 `src/Monolog/Logger.php` (+48 -1) 📝 `tests/Monolog/LoggerTest.php` (+176 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:10:46 +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/monolog#1360
No description provided.