From c4bdd8732fb0557a41a39254c46556e3c86a78f5 Mon Sep 17 00:00:00 2001 From: "John (Arcus)" Date: Mon, 15 Oct 2018 08:35:26 +0100 Subject: [PATCH] Use set version of library to allow one release of the suite to work together. See: https://github.com/xmlsquad/xml-authoring-project/issues/9 --- composer.json | 2 +- composer.lock | 28 +++++++++++++--------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index ff0855b..9fa18da 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": ">=7.1", "google/apiclient": "^2.0", "symfony/console": "~3.4", - "xmlsquad/xml-authoring-library": "dev-master" + "xmlsquad/xml-authoring-library": "0.3.3" }, "minimum-stability": "dev", "autoload": { diff --git a/composer.lock b/composer.lock index 18ae2c0..bec2984 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "771e4dca33fb8689f45f5b2f971d00e5", + "content-hash": "2cc6d3d8a43548dd22d3b4967f3b6000", "packages": [ { "name": "firebase/php-jwt", @@ -1083,7 +1083,7 @@ }, { "name": "xmlsquad/xml-authoring-library", - "version": "dev-master", + "version": "v0.3.3", "source": { "type": "git", "url": "https://github.com/xmlsquad/xml-authoring-library.git", @@ -1547,16 +1547,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "6.0.x-dev", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "848f78b3309780fef7ec8c4666b7ab4e6b09b22f" + "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/848f78b3309780fef7ec8c4666b7ab4e6b09b22f", - "reference": "848f78b3309780fef7ec8c4666b7ab4e6b09b22f", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a", + "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a", "shasum": "" }, "require": { @@ -1606,7 +1606,7 @@ "testing", "xunit" ], - "time": "2018-10-04T03:41:23+00:00" + "time": "2018-06-01T07:51:50+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1799,16 +1799,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.3.x-dev", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "d854f611dee76e44e5af631c764f7b0272db795a" + "reference": "2e9ab306fa38423ecd977bb78623bc863083d547" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d854f611dee76e44e5af631c764f7b0272db795a", - "reference": "d854f611dee76e44e5af631c764f7b0272db795a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2e9ab306fa38423ecd977bb78623bc863083d547", + "reference": "2e9ab306fa38423ecd977bb78623bc863083d547", "shasum": "" }, "require": { @@ -1879,7 +1879,7 @@ "testing", "xunit" ], - "time": "2018-09-28T06:46:37+00:00" + "time": "2018-06-24T21:05:00+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -2537,9 +2537,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "xmlsquad/xml-authoring-library": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {