Lock composer dependencies to a version, rather than dev-master

This commit is contained in:
Annika Backstrom 2016-01-28 18:22:51 +00:00
parent da3a110037
commit fd5bf79cbb
2 changed files with 22 additions and 20 deletions

View File

@ -1,6 +1,6 @@
{ {
"require": { "require": {
"sunra/dbug": "dev-master", "sunra/dbug": "^0.2.1",
"sensiolabs/ansi-to-html": "dev-master" "sensiolabs/ansi-to-html": "^1.1.2"
} }
} }

38
composer.lock generated
View File

@ -4,20 +4,21 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "8c58122fd0aae101763d925ad7f73b6f", "hash": "68c389764eb0d215184e0e14af0d4267",
"content-hash": "3e1015987757a3bbd1106c71851fd6d4",
"packages": [ "packages": [
{ {
"name": "sensiolabs/ansi-to-html", "name": "sensiolabs/ansi-to-html",
"version": "dev-master", "version": "v1.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sensiolabs/ansi-to-html.git", "url": "https://github.com/sensiolabs/ansi-to-html.git",
"reference": "fd0aa98170e12131ab989c39252df076cff60121" "reference": "02598b975c510e9e7d07d0be0a89c7a6b43464d6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/fd0aa98170e12131ab989c39252df076cff60121", "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/02598b975c510e9e7d07d0be0a89c7a6b43464d6",
"reference": "fd0aa98170e12131ab989c39252df076cff60121", "reference": "02598b975c510e9e7d07d0be0a89c7a6b43464d6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -48,20 +49,20 @@
} }
], ],
"description": "A library to convert a text with ANSI codes to HTML", "description": "A library to convert a text with ANSI codes to HTML",
"time": "2015-03-17 06:34:10" "time": "2015-07-22 03:07:58"
}, },
{ {
"name": "sunra/dbug", "name": "sunra/dbug",
"version": "dev-master", "version": "0.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sunra/dBug.git", "url": "https://github.com/sunra/dBug.git",
"reference": "a71fafedd94eea2f85106024502f324766b575bf" "reference": "ecd8a589dc3ee1bba84095828c222ff560bc19e5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sunra/dBug/zipball/a71fafedd94eea2f85106024502f324766b575bf", "url": "https://api.github.com/repos/sunra/dBug/zipball/ecd8a589dc3ee1bba84095828c222ff560bc19e5",
"reference": "a71fafedd94eea2f85106024502f324766b575bf", "reference": "ecd8a589dc3ee1bba84095828c222ff560bc19e5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -69,19 +70,23 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Ospinto\\Dbug": "lib/" "Ospinto\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "GPL-3.0"
], ],
"authors": [ "authors": [
{ {
"name": "sunra", "name": "sunra",
"email": "sunra@yandex.ru", "email": "sunra@yandex.ru",
"homepage": "http://github.com/sunra" "homepage": "http://github.com/sunra"
},
{
"name": "Kwaku Otchere",
"email": "ospinto@hotmail.com"
} }
], ],
"description": "Most beautiful variable dump library for PHP (ColdFusion like style)", "description": "Most beautiful variable dump library for PHP (ColdFusion like style)",
@ -91,16 +96,13 @@
"dump", "dump",
"php" "php"
], ],
"time": "2012-12-03 14:51:37" "time": "2015-12-14 22:37:24"
} }
], ],
"packages-dev": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"sunra/dbug": 20,
"sensiolabs/ansi-to-html": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],