From b9f30798823ecc7b0e18e7450d4dd4bee96e2584 Mon Sep 17 00:00:00 2001 From: Mohammed Le Doze Date: Sun, 17 Sep 2023 15:49:09 +0200 Subject: [PATCH] prepare release 5.0.0 --- composer.json | 3 +-- composer.lock | 19 +++++++++++-------- package.json | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index e69b908a..71aa65fb 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,5 @@ { "name": "mledoze/countries", - "version": "4.1.1", "description": "List of world countries in JSON, CSV, XML and Yaml", "keywords": [ "world", @@ -31,7 +30,7 @@ "symfony/yaml": "~5.4|~6.3" }, "require-dev": { - "roave/security-advisories": "dev-master" + "roave/security-advisories": "dev-latest" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 6ccfea61..65304dcd 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": "53fc53b1dd925583e5a4cb916927bd52", + "content-hash": "e63e4a3fb1bb7d9bf8af7c62e7234c37", "packages": [ { "name": "psr/container", @@ -790,16 +790,16 @@ "packages-dev": [ { "name": "roave/security-advisories", - "version": "dev-master", + "version": "dev-latest", "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "6cbe3472c940a80f587886423020673520d36a29" + "reference": "a4a221e6b171fe5eadf48e21ad8247304738bcd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6cbe3472c940a80f587886423020673520d36a29", - "reference": "6cbe3472c940a80f587886423020673520d36a29", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/a4a221e6b171fe5eadf48e21ad8247304738bcd5", + "reference": "a4a221e6b171fe5eadf48e21ad8247304738bcd5", "shasum": "" }, "conflict": { @@ -866,6 +866,7 @@ "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", "cartalyst/sentry": "<=2.1.6", "catfan/medoo": "<1.7.5", + "cecil/cecil": "<7.47.1", "centreon/centreon": "<22.10.0.0-beta1", "cesnet/simplesamlphp-module-proxystatistics": "<3.1", "chriskacerguis/codeigniter-restserver": "<=2.7.1", @@ -892,6 +893,7 @@ "czproject/git-php": "<4.0.3", "darylldoyle/safe-svg": "<1.9.10", "datadog/dd-trace": ">=0.30,<0.30.2", + "datatables/datatables": "<1.10.10", "david-garcia/phpwhois": "<=4.3.1", "dbrisinajumi/d2files": "<1", "dcat/laravel-admin": "<=2.1.3.0-beta", @@ -968,7 +970,7 @@ "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", "friendsoftypo3/mediace": ">=7.6.2,<7.6.5", "friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6", - "froala/wysiwyg-editor": "<3.2.7", + "froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.1", "froxlor/froxlor": "<2.1", "fuel/core": "<1.8.1", "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3", @@ -1167,7 +1169,7 @@ "pimcore/pimcore": "<10.6.8", "pixelfed/pixelfed": "<=0.11.4", "pocketmine/bedrock-protocol": "<8.0.2", - "pocketmine/pocketmine-mp": "<4.22.3|>=5,<5.2.1", + "pocketmine/pocketmine-mp": "<=4.23|>=5,<5.3.1", "pressbooks/pressbooks": "<5.18", "prestashop/autoupgrade": ">=4,<4.10.1", "prestashop/blockwishlist": ">=2,<2.1.1", @@ -1417,6 +1419,7 @@ "zfr/zfr-oauth2-server-module": "<0.1.2", "zoujingli/thinkadmin": "<6.0.22" }, + "default-branch": true, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1452,7 +1455,7 @@ "type": "tidelift" } ], - "time": "2023-09-11T21:04:03+00:00" + "time": "2023-09-15T19:04:11+00:00" } ], "aliases": [], diff --git a/package.json b/package.json index c0e80f6d..cca641df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "world-countries", "description": "List of world countries in JSON, CSV, XML and Yaml", - "version": "4.1.1", + "version": "5.0.0", "module": "./index.mjs", "main": "./index.cjs", "types": "index.d.ts",