From: Vincent Vanwaelscappel Date: Tue, 28 Jan 2020 16:10:30 +0000 (+0100) Subject: wip #3373 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cf4ea2c560bf1a77eb0a90c4f0b4bed563eccafe;p=cubist_locale.git wip #3373 --- diff --git a/composer.json b/composer.json index b9fb316..0930863 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "cubist\/locale", + "name": "cubist/locale", "description": "Cubist Locale", "type": "library", "license": "proprietary", @@ -22,7 +22,7 @@ "require": { "php": ">=7.1.3", "umpirsky/locale-list": "^1.0", - "umpirsky/country-list": "^2.0", + "umpirsky/country-list": "^2.0" }, "require-dev": { },