diff --git a/composer.json b/composer.json index 3044ecf..a68c735 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A utility to adhere to open source licenses that require inclusion or mention of their usage and license by generating an HTML page containing a list of all used packages/libraries.", "minimum-stability": "stable", "license": "MIT", - "version": "0.1.0", + "version": "0.2.0", "authors": [ { "name": "Thomas Meester", @@ -16,7 +16,7 @@ "ext-json": "*", "league/commonmark": "^2.4", "meesterdev/file-wrapper": "^0.0.2", - "meesterdev/package-parser": "^1.0.1" + "meesterdev/package-parser": "^1.1.0" }, "suggest": { "laravel/framework": "Required to run as an artisan command." diff --git a/composer.lock b/composer.lock index e80acf9..695919d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4d7f55265b65304afda7a6fdb38b7eb0", + "content-hash": "62cb3fbdf9cd6031bf697b893a72554b", "packages": [ { "name": "dflydev/dot-access-data", @@ -319,16 +319,16 @@ }, { "name": "meesterdev/package-parser", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/MeesterDev/package-parser.git", - "reference": "e806e459bbb9a3f68af7140601be89088ef48eef" + "reference": "fa55430866cb803ea900f4f2e8d2ec388915f887" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MeesterDev/package-parser/zipball/e806e459bbb9a3f68af7140601be89088ef48eef", - "reference": "e806e459bbb9a3f68af7140601be89088ef48eef", + "url": "https://api.github.com/repos/MeesterDev/package-parser/zipball/fa55430866cb803ea900f4f2e8d2ec388915f887", + "reference": "fa55430866cb803ea900f4f2e8d2ec388915f887", "shasum": "" }, "require": { @@ -359,22 +359,22 @@ "homepage": "https://meester.dev/", "support": { "issues": "https://github.com/MeesterDev/package-parser/issues", - "source": "https://github.com/MeesterDev/package-parser/tree/1.0.1" + "source": "https://github.com/MeesterDev/package-parser/tree/1.1.0" }, - "time": "2023-09-10T14:47:58+00:00" + "time": "2023-11-06T14:31:07+00:00" }, { "name": "nette/schema", - "version": "v1.2.4", + "version": "v1.2.5", "source": { "type": "git", "url": "https://github.com/nette/schema.git", - "reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab" + "reference": "0462f0166e823aad657c9224d0f849ecac1ba10a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/schema/zipball/c9ff517a53903b3d4e29ec547fb20feecb05b8ab", - "reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab", + "url": "https://api.github.com/repos/nette/schema/zipball/0462f0166e823aad657c9224d0f849ecac1ba10a", + "reference": "0462f0166e823aad657c9224d0f849ecac1ba10a", "shasum": "" }, "require": { @@ -421,22 +421,22 @@ ], "support": { "issues": "https://github.com/nette/schema/issues", - "source": "https://github.com/nette/schema/tree/v1.2.4" + "source": "https://github.com/nette/schema/tree/v1.2.5" }, - "time": "2023-08-05T18:56:25+00:00" + "time": "2023-10-05T20:37:59+00:00" }, { "name": "nette/utils", - "version": "v4.0.1", + "version": "v4.0.3", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e" + "reference": "a9d127dd6a203ce6d255b2e2db49759f7506e015" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/9124157137da01b1f5a5a22d6486cb975f26db7e", - "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e", + "url": "https://api.github.com/repos/nette/utils/zipball/a9d127dd6a203ce6d255b2e2db49759f7506e015", + "reference": "a9d127dd6a203ce6d255b2e2db49759f7506e015", "shasum": "" }, "require": { @@ -458,8 +458,7 @@ "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", "ext-json": "to use Nette\\Utils\\Json", "ext-mbstring": "to use Strings::lower() etc...", - "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", - "ext-xml": "to use Strings::length() etc. when mbstring is not available" + "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" }, "type": "library", "extra": { @@ -508,9 +507,9 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.1" + "source": "https://github.com/nette/utils/tree/v4.0.3" }, - "time": "2023-07-30T15:42:21+00:00" + "time": "2023-10-29T21:02:13+00:00" }, { "name": "psr/event-dispatcher",