Browse Source

Updating shortcode library

master
Patrick Ward 9 years ago
parent
commit
a31d79a984
  1. 24
      composer.lock

24
composer.lock

@ -5,6 +5,7 @@
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "1af5d57fe99292fd0a02e59af2fe9fd5", "hash": "1af5d57fe99292fd0a02e59af2fe9fd5",
"content-hash": "fb0e5eeb8a149a654e9b5bea92cd66e7",
"packages": [ "packages": [
{ {
"name": "composer/installers", "name": "composer/installers",
@ -12,14 +13,17 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/installers.git", "url": "https://github.com/composer/installers.git",
"reference": "e420b539e8d7b38b7c6f3f99dccc0386bd3dfe41"
"reference": "bd9b14f094c89c8b5804a4e41edeb7853bb85046"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/e420b539e8d7b38b7c6f3f99dccc0386bd3dfe41",
"reference": "e420b539e8d7b38b7c6f3f99dccc0386bd3dfe41",
"url": "https://api.github.com/repos/composer/installers/zipball/bd9b14f094c89c8b5804a4e41edeb7853bb85046",
"reference": "bd9b14f094c89c8b5804a4e41edeb7853bb85046",
"shasum": "" "shasum": ""
}, },
"require": {
"composer-plugin-api": "1.0.0"
},
"replace": { "replace": {
"roundcube/plugin-installer": "*", "roundcube/plugin-installer": "*",
"shama/baton": "*" "shama/baton": "*"
@ -28,9 +32,9 @@
"composer/composer": "1.0.*@dev", "composer/composer": "1.0.*@dev",
"phpunit/phpunit": "4.1.*" "phpunit/phpunit": "4.1.*"
}, },
"type": "composer-installer",
"type": "composer-plugin",
"extra": { "extra": {
"class": "Composer\\Installers\\Installer",
"class": "Composer\\Installers\\Plugin",
"branch-alias": { "branch-alias": {
"dev-master": "1.0-dev" "dev-master": "1.0-dev"
} }
@ -99,7 +103,7 @@
"zend", "zend",
"zikula" "zikula"
], ],
"time": "2015-06-13 15:30:38"
"time": "2015-10-29 23:28:48"
}, },
{ {
"name": "thunderer/shortcode", "name": "thunderer/shortcode",
@ -107,12 +111,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thunderer/Shortcode.git", "url": "https://github.com/thunderer/Shortcode.git",
"reference": "8a57fc61058e616279e758d0437fb5c525fdf837"
"reference": "745110c4ef490ba84a910abf7d3a2f26830df541"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thunderer/Shortcode/zipball/8a57fc61058e616279e758d0437fb5c525fdf837",
"reference": "8a57fc61058e616279e758d0437fb5c525fdf837",
"url": "https://api.github.com/repos/thunderer/Shortcode/zipball/745110c4ef490ba84a910abf7d3a2f26830df541",
"reference": "745110c4ef490ba84a910abf7d3a2f26830df541",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -151,7 +155,7 @@
"parser", "parser",
"shortcode" "shortcode"
], ],
"time": "2015-10-19 19:17:59"
"time": "2015-11-12 13:00:02"
} }
], ],
"packages-dev": [], "packages-dev": [],

Loading…
Cancel
Save