[PR #438] [CLOSED] Remove phpunit from composer.json #1251

Closed
opened 2026-02-26 03:30:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/438
Author: @BernardGoldberger
Created: 9/6/2016
Status: Closed

Base: masterHead: patch-3


📝 Commits (1)

  • 7016ebf Remove phpunit from composer.json

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 composer.json (+0 -1)

📄 Description

The version of phpunit required is based on the php version the system is running, for PHP7 it needs to be version 5 and for PHP 5.5 phpunit 4.8

The better option is to have users do composer global require "phpunit/phpunit=5.5.*" or composer global require "phpunit/phpunit=4.8.*"

Here are the phpunit version 5 release notes.


🔄 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/koel/koel/pull/438 **Author:** [@BernardGoldberger](https://github.com/BernardGoldberger) **Created:** 9/6/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (1) - [`7016ebf`](https://github.com/koel/koel/commit/7016ebfb92b466ff0475f3645b0294e00ed4ca30) Remove phpunit from composer.json ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+0 -1) </details> ### 📄 Description The version of phpunit required is based on the php version the system is running, for PHP7 it needs to be version 5 and for PHP 5.5 phpunit 4.8 The better option is to have users do `composer global require "phpunit/phpunit=5.5.*"` or `composer global require "phpunit/phpunit=4.8.*"` [Here are the phpunit version 5 release notes](https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-5.0.0). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:30:20 +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/koel-koel#1251
No description provided.