Merge pull request #5749 from pamil/use-stable-api-test-case

[Composer] Use stable ApiTestCase
This commit is contained in:
Paweł Jędrzejewski 2016-08-10 13:11:20 +02:00 committed by GitHub
commit c5e21fbc59
3 changed files with 10 additions and 12 deletions

View file

@ -87,7 +87,7 @@
"behat/symfony2-extension": "~2.0",
"fabpot/php-cs-fixer": "^1.11",
"hwi/oauth-bundle": "~0.3",
"lakion/api-test-case": "^1.0@dev",
"lakion/api-test-case": "^1.0",
"lakion/mink-debug-extension": "^1.0.3",
"malukenho/kawaii-gherkin": "^0.1",
"matthiasnoback/symfony-config-test": "^2.0",

18
composer.lock generated
View file

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "666ed76b4a5e2342da9b31393754829b",
"content-hash": "198e55bc7de8cd0c32927b122a974a5f",
"hash": "b72c92222d0bd3f4778e7cd3c12dab98",
"content-hash": "5ab81b8226a7f3a084c46c48811248e5",
"packages": [
{
"name": "behat/transliterator",
@ -9901,16 +9901,16 @@
},
{
"name": "lakion/api-test-case",
"version": "dev-master",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/Lakion/ApiTestCase.git",
"reference": "f5335c28bcaeb4134e1842c64f128b44b44d3fc7"
"reference": "80a3247103826528b857e81fd7b23dea1454865b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Lakion/ApiTestCase/zipball/f5335c28bcaeb4134e1842c64f128b44b44d3fc7",
"reference": "f5335c28bcaeb4134e1842c64f128b44b44d3fc7",
"url": "https://api.github.com/repos/Lakion/ApiTestCase/zipball/80a3247103826528b857e81fd7b23dea1454865b",
"reference": "80a3247103826528b857e81fd7b23dea1454865b",
"shasum": ""
},
"require": {
@ -9976,7 +9976,7 @@
"testcase",
"xml"
],
"time": "2016-07-22 13:31:06"
"time": "2016-08-08 09:31:17"
},
{
"name": "lakion/mink-debug-extension",
@ -11717,9 +11717,7 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"lakion/api-test-case": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {

View file

@ -46,7 +46,7 @@
"incenteev/composer-parameter-handler": "~2.0",
"jackalope/jackalope": "^1.2",
"jackalope/jackalope-doctrine-dbal": "^1.2",
"lakion/api-test-case": "^1.0@dev",
"lakion/api-test-case": "^1.0",
"matthiasnoback/symfony-dependency-injection-test": "^1.0",
"mongofill/mongofill": "dev-master",
"phpspec/phpspec": "^3.0",