Stabilise docsviewer module

This commit is contained in:
Damian Mooyman 2015-06-05 11:08:44 +12:00
parent 3290e85115
commit 620fded409
2 changed files with 19 additions and 19 deletions

View File

@ -4,7 +4,7 @@
"require": {
"ext-gd": "*",
"ext-mbstring": "*",
"silverstripe/docsviewer": "dev-master",
"silverstripe/docsviewer": "1.0.1@stable",
"silverstripe/framework": "3.1.*@stable",
"silverstripe/toolbar": "2.0.6"
},

36
composer.lock generated
View File

@ -1,10 +1,10 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://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"
],
"hash": "29d98754236ffc08ae881423ad77fefc",
"hash": "035d15b8599bee1c2336843812ab5f8f",
"packages": [
{
"name": "composer/installers",
@ -186,7 +186,7 @@
},
{
"name": "silverstripe/docsviewer",
"version": "dev-master",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-docsviewer.git",
@ -227,16 +227,16 @@
},
{
"name": "silverstripe/framework",
"version": "3.1.12",
"version": "3.1.13",
"source": {
"type": "git",
"url": "https://github.com/silverstripe/silverstripe-framework.git",
"reference": "ffcbeb581258764a01f498e3fb8fa6d9dccbc501"
"reference": "04b803dfc6dc60f2e6a38fa74f957156230b54be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silverstripe/silverstripe-framework/zipball/ffcbeb581258764a01f498e3fb8fa6d9dccbc501",
"reference": "ffcbeb581258764a01f498e3fb8fa6d9dccbc501",
"url": "https://api.github.com/repos/silverstripe/silverstripe-framework/zipball/04b803dfc6dc60f2e6a38fa74f957156230b54be",
"reference": "04b803dfc6dc60f2e6a38fa74f957156230b54be",
"shasum": ""
},
"require": {
@ -272,7 +272,7 @@
"framework",
"silverstripe"
],
"time": "2015-03-20 06:29:20"
"time": "2015-05-28 06:59:11"
},
{
"name": "silverstripe/toolbar",
@ -746,12 +746,12 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
"reference": "4ededb1d00dc2c65fcd16ae3dafc785f92b3f95f"
"reference": "2396832f6f9ab2b8f62f00b5d3f2e722fc773d65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/4ededb1d00dc2c65fcd16ae3dafc785f92b3f95f",
"reference": "4ededb1d00dc2c65fcd16ae3dafc785f92b3f95f",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/2396832f6f9ab2b8f62f00b5d3f2e722fc773d65",
"reference": "2396832f6f9ab2b8f62f00b5d3f2e722fc773d65",
"shasum": ""
},
"require": {
@ -776,24 +776,24 @@
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "http://symfony.com",
"time": "2015-04-24 07:03:44"
"homepage": "https://symfony.com",
"time": "2015-05-12 15:16:46"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"silverstripe/docsviewer": 20,
"silverstripe/docsviewer": 0,
"silverstripe/framework": 0,
"phpunit/phpunit": 0
},