Plugin Directory

Changeset 2102952


Ignore:
Timestamp:
06/09/2019 03:05:10 PM (7 years ago)
Author:
dbclkclk
Message:

initial relase

Location:
t2mchat/tags/1.0
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • t2mchat/tags/1.0/includes/library/composer.json

    r2102830 r2102952  
    2424    "zendframework/zend-diactoros": "^1.7",
    2525    "nesbot/carbon": "^1.22",
    26     "firebase/php-jwt": "^5.0"
     26    "firebase/php-jwt": "^5.0",
     27    "barryvdh/composer-cleanup-plugin": "^0.2.0"
    2728  }
    2829}
  • t2mchat/tags/1.0/includes/library/composer.lock

    r2102830 r2102952  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "d809adb723c4fc75bf53cf4dc6eb12eb",
     7    "content-hash": "202d25432db9bf027759b29538f89169",
    88    "packages": [
     9        {
     10            "name": "barryvdh/composer-cleanup-plugin",
     11            "version": "v0.2.0",
     12            "source": {
     13                "type": "git",
     14                "url": "https://github.com/barryvdh/composer-cleanup-plugin.git",
     15                "reference": "1efa5ce0aa415f1e7bc7fccfbedfe43d8f0941b0"
     16            },
     17            "dist": {
     18                "type": "zip",
     19                "url": "https://api.github.com/repos/barryvdh/composer-cleanup-plugin/zipball/1efa5ce0aa415f1e7bc7fccfbedfe43d8f0941b0",
     20                "reference": "1efa5ce0aa415f1e7bc7fccfbedfe43d8f0941b0",
     21                "shasum": ""
     22            },
     23            "require": {
     24                "composer-plugin-api": "^1.0"
     25            },
     26            "type": "composer-plugin",
     27            "extra": {
     28                "branch-alias": {
     29                    "dev-master": "0.1-dev"
     30                },
     31                "class": "Barryvdh\\Composer\\CleanupPlugin"
     32            },
     33            "autoload": {
     34                "psr-4": {
     35                    "Barryvdh\\Composer\\": "src/"
     36                }
     37            },
     38            "notification-url": "https://packagist.org/downloads/",
     39            "license": [
     40                "MIT"
     41            ],
     42            "authors": [
     43                {
     44                    "name": "Barry vd. Heuvel",
     45                    "email": "barryvdh@gmail.com"
     46                }
     47            ],
     48            "description": "A composer cleanup plugin, to remove tests and documentation to save space",
     49            "time": "2018-05-14T08:32:22+00:00"
     50        },
    951        {
    1052            "name": "firebase/php-jwt",
Note: See TracChangeset for help on using the changeset viewer.