Browse Source

0.9.5 release

tags/0.9.5
itismadness 4 years ago
parent
commit
97741692df
2 changed files with 7 additions and 7 deletions
  1. +1
    -1
      composer.json
  2. +6
    -6
      composer.lock

+ 1
- 1
composer.json View File

@@ -1,7 +1,7 @@
{ {
"name": "orpheusnet/logchecker", "name": "orpheusnet/logchecker",
"description": "Logchecker for validating logs generated from supported ripping programs (like EAC and XLD)", "description": "Logchecker for validating logs generated from supported ripping programs (like EAC and XLD)",
"version": "0.9.4",
"version": "0.9.5",
"license": "Unlicense", "license": "Unlicense",
"type": "library", "type": "library",
"authors": [ "authors": [


+ 6
- 6
composer.lock View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b527204a94579c93a289c0ffaedc1a9f",
"content-hash": "f5c4077db4231ebf6281fc6e59924228",
"packages": [ "packages": [
{ {
"name": "psr/container", "name": "psr/container",
@@ -1354,16 +1354,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "8.5.5",
"version": "8.5.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "63dda3b212a0025d380a745f91bdb4d8c985adb7"
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/63dda3b212a0025d380a745f91bdb4d8c985adb7",
"reference": "63dda3b212a0025d380a745f91bdb4d8c985adb7",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1443,7 +1443,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-05-22T13:51:52+00:00"
"time": "2020-06-22T07:06:58+00:00"
}, },
{ {
"name": "sebastian/code-unit-reverse-lookup", "name": "sebastian/code-unit-reverse-lookup",


Loading…
Cancel
Save