[PR #1376] [MERGED] Fix Composer warnings #1356

Closed
opened 2026-02-04 19:39:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1376
Author: @C0D3-M4513R
Created: 5/14/2025
Status: Merged
Merged: 5/15/2025
Merged by: @lancepioch

Base: mainHead: fix/composer


📝 Commits (2)

📊 Changes

2 files changed (+12 additions, -14 deletions)

View changed files

📝 composer.json (+2 -1)
📝 composer.lock (+10 -13)

📄 Description

This is a fix for the following warnings:

./composer.json is valid, but with a few warnings
See https://getcomposer.org/doc/04-schema.md for details on the schema
# General warnings
- No license specified, it is recommended to do so. For closed-source software you may use "proprietary" as license.
- The package "larastan/larastan" is pointing to a commit-ref, this is bad practice and can cause unforeseen issues.

Accompanying discussion on the discord: https://discord.com/channels/1218730176297439332/1371963324924825660


🔄 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/pelican-dev/panel/pull/1376 **Author:** [@C0D3-M4513R](https://github.com/C0D3-M4513R) **Created:** 5/14/2025 **Status:** ✅ Merged **Merged:** 5/15/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `fix/composer` --- ### 📝 Commits (2) - [`0d5b920`](https://github.com/pelican-dev/panel/commit/0d5b920fe5acbe73488ca6e0ba160ea3801f2089) Fix Composer warnings - [`e9abec6`](https://github.com/pelican-dev/panel/commit/e9abec667570b5513d77934ce55629303e467e11) Update composer.json ### 📊 Changes **2 files changed** (+12 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+2 -1) 📝 `composer.lock` (+10 -13) </details> ### 📄 Description This is a fix for the following warnings: ``` ./composer.json is valid, but with a few warnings See https://getcomposer.org/doc/04-schema.md for details on the schema # General warnings - No license specified, it is recommended to do so. For closed-source software you may use "proprietary" as license. - The package "larastan/larastan" is pointing to a commit-ref, this is bad practice and can cause unforeseen issues. ``` Accompanying discussion on the discord: https://discord.com/channels/1218730176297439332/1371963324924825660 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:39:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1356