[PR #1091] [MERGED] Added Composer package file. #1200

Closed
opened 2026-03-03 14:42:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/1091
Author: @Mistralys
Created: 3/15/2023
Status: Merged
Merged: 7/24/2023
Merged by: @lipis

Base: mainHead: main


📝 Commits (2)

  • 2034c29 Added composer configuration.
  • ea34556 Merge branch 'lipis:main' into main

📊 Changes

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

View changed files

composer.json (+24 -0)

📄 Description

Hello,

Would it be possible to add this? The composer.json file would allow installing the library via the Composer PHP package manager (https://getcomposer.org).

The old https://packagist.org/packages/components/flag-icon-css package is stuck at v3.5, and this would allow installing it simply by adding the repository entry to an application's Composer configuration:

{
    "repositories": [
        {
          "type": "vcs",
          "url": "https://github.com/lipis/flag-icons.git"
        }
    ],
    "require": {
        "lipis/flag-icons": "^6.6"
    }
}

🔄 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/lipis/flag-icons/pull/1091 **Author:** [@Mistralys](https://github.com/Mistralys) **Created:** 3/15/2023 **Status:** ✅ Merged **Merged:** 7/24/2023 **Merged by:** [@lipis](https://github.com/lipis) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`2034c29`](https://github.com/lipis/flag-icons/commit/2034c29537c7194978cd56c0976c387d1ab8d520) Added composer configuration. - [`ea34556`](https://github.com/lipis/flag-icons/commit/ea34556f3a7b582b36c79351afae292fdd992263) Merge branch 'lipis:main' into main ### 📊 Changes **1 file changed** (+24 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `composer.json` (+24 -0) </details> ### 📄 Description Hello, Would it be possible to add this? The `composer.json` file would allow installing the library via the Composer PHP package manager (https://getcomposer.org). The old https://packagist.org/packages/components/flag-icon-css package is stuck at v3.5, and this would allow installing it simply by adding the repository entry to an application's Composer configuration: ```json { "repositories": [ { "type": "vcs", "url": "https://github.com/lipis/flag-icons.git" } ], "require": { "lipis/flag-icons": "^6.6" } } ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:42:36 +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/flag-icons#1200
No description provided.