Skip to content
  • This project
    • Loading...
  • Sign in

MSF / msf-climate-hub

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • msf-climate-hub
  • ..
  • replacer
  • composer.json
  • Jeff Balicki's avatar
    media replace · c1b76676 ...
    c1b76676
    Signed-off-by: Jeff <jeff@gotenzing.com>
    Jeff Balicki committed 2023-11-10 15:14:21 -0500
composer.json 389 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
    "name": "shortpixel/replacer",
    "description": "Content Replacer",
    "version": 1.1,
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Bas",
            "email": "bas@weblogmechanic.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
        "psr-4": { "ShortPixel\\Replacer\\" : "src" }
    }
}